[SVN] Character creation screen doesn't load

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Un67
Higher
Posts: 45
Joined: Mon Sep 03, 2012 6:07 pm

[SVN] Character creation screen doesn't load

#1 Post 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 

peaceoutside
Halfling
Posts: 96
Joined: Tue Sep 11, 2012 10:21 pm
Location: Earth
Contact:

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

#2 Post by peaceoutside »

Just comment out that "fix me" line.

Un67
Higher
Posts: 45
Joined: Mon Sep 03, 2012 6:07 pm

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

#3 Post by Un67 »

...which one is that supposed to be? Is it the one in engine/Map.lua? Because I commented out that one.

peaceoutside
Halfling
Posts: 96
Joined: Tue Sep 11, 2012 10:21 pm
Location: Earth
Contact:

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

#4 Post 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.

Post Reply