Loading...
  OR  Zero-K Name:    Password:   

Chobby users with Access Violation on startup

2 posts, 349 views
Post comment
Filter:    Player:  
sort


7 years ago
If you're getting an error when starting up chobby that looks like this:

quote:

Access violation. Spring has crashed. A stack trace has been written to infolog.txt


when you start up chobby, do the following:

1.) Check infolog.txt for this line:

[f=-000001] Error: LuaMenu::RunCallIn: error = 2, Initialize, [Internal Lua error: Call failure] error = 2,  LuaHandler/handler.lua, error = 2, LuaMenu/config.lua, error = 3, LuaMenu/Config/IGL_data.lua, [string "LuaMenu/Config /IGL_data.lua"]:122: '<eof>' expected near '}'
 stack traceback:
    [C]: in function 'Include'
    [string "LuaHandler/Utilities/utils.lua"]:123: in function 'include'
    [string "LuaMenu/main.lua"]:54: in main chunk


2.) Go into Zero-K/luamenu and edit IGL_data.lua with notepad/etc. At the very end, there should be two }'s without a comma. Like this:

		},
	},
}
} <-- Delete me


Delete the VERY last } and save the file. It should look like this in the end:

		},
	},
}


3.) Restart Chobby. It should work then.

I'm not sure if others are having this issue so I'm just going to post it here in case anyone needs it.
+2 / -0

7 years ago
This is a weird error. It implies that engine is saving the config incorrectly, or that something is directly modifying it.
Why is it happening?
+1 / -0