Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Another crash report(s)

A topic by Renzi Zeekimp created Feb 15, 2026 Views: 138 Replies: 1
Viewing posts 1 to 2
(1 edit)

I did not find this one, wrongwarp did!

-----

It seems that play testing a custom level if you have no mods loaded will crash the game.

Log:

EXCEPTION:
ERROR in action number 1
of Create Event for object obj_ModRoomLoader:
Variable Index [0] out of range [0] - 31.106492(106492,0)------------------------------------------
STACKTRACE:
>> gml_Object_obj_ModRoomLoader_Create_0 (line 10)
>> gml_Script_util_CreateInst (line 202)
>> gml_Script_editor_Playtest (line 439)
>> gml_Object_obj_RoomEditor_Step_0 (line 32)

How to reproduce:

- Load the game without mods, go to level editor, create a basic level and play-test it. 

EDIT: This also happens in the Character editor.

Log:

EXCEPTION:
ERROR in action number 1
of Create Event for object obj_PlayerEditorDummy:
Variable Index [0] out of range [0] - 31.102362(102362,0)------------------------------------------
STACKTRACE:
>> gml_Object_obj_PlayerEditorDummy_Create_0 (line 16)
>> gml_Script_charEditor_SpawnPlayer (line 11)
>> gml_Script_charEditor_Playtest (line 97)
>> gml_Object_obj_CharEditor_Step_0 (line 14)

-----


Trying to load a mod room through conf.txt also crashes the game. (joetroll came across this one)

Log:

EXCEPTION:
ERROR in action number 1
of Alarm Event for alarm 0 for object init:
Variable Index [1] out of range [0] - 31.106492(106492,1)------------------------------------------
STACKTRACE:
>> gml_Script_mod_PrepareRoomDummy (line 598)
>> gml_Script_init_LoadConfig (line 206)
>> gml_Object_init_Alarm_0 (line 45)
Developer (1 edit) (+1)

thank you for the report! i will look into this issue today - i think i might know what's causing these bugs.

EDIT: should now be patched in 1.1.2.4.