Page 1 of 1

[SVN] Character creation screen doesn't load

Posted: Fri Oct 12, 2012 12:12 am
by Un67
The character creation screen doesn't seem to load in the latest SVN. Here's a Lua error I found in the log that might be it:

Code: Select all

Lua Error: error loading module 'mod.class.Actor' from file '/mod/class/Actor.lua':
	/mod/class/Actor.lua:1610: '=' expected near 'me'
	At [C]:-1 
	At [C]:-1 
	At [C]:-1 require
	At /mod/class/Game.lua:43 
	At [C]:-1 require
	At /mod/load.lua:324 
	At [C]:-1 require
	At /engine/Module.lua:159 load
	At /engine/Module.lua:621 instanciate
	At /engine/utils.lua:1871 showMainMenu
	At /engine/init.lua:124 
	At [C]:-1 dofile
	At /loader/init.lua:183 

Re: [SVN] Character creation screen doesn't load

Posted: Fri Oct 12, 2012 12:58 am
by peaceoutside
Just comment out that "fix me" line.

Re: [SVN] Character creation screen doesn't load

Posted: Fri Oct 12, 2012 2:18 am
by Un67
...which one is that supposed to be? Is it the one in engine/Map.lua? Because I commented out that one.

Re: [SVN] Character creation screen doesn't load

Posted: Fri Oct 12, 2012 3:37 pm
by peaceoutside
The line this error is occurring on. Look at your Lua error details.

It says "finish me" where some future code will go. Just comment out the "finish me" text.

Edit: Actually just update to the latest revision, DG commented that line out and committed the change.