Page 1 of 1

Reproducible fatal starting crash

Posted: Sun Apr 10, 2011 4:45 pm
by Predawn
Loading a character, wait for it to fully load up, then pressing TAB to change from skills to viewable enemy will always cause the skills window to become totally black, and the game is dead-locked. It then needs a trip to the Task Manager to kill it.

Game Log shows many repeating lines:

Code: Select all

Lua Error: /engine/ActorsSeenDisplay.lua:75: attempt to index field '?' (a nil value)
	At [C]:-1 
	At /engine/ActorsSeenDisplay.lua:75 display
	At /engine/ActorsSeenDisplay.lua:96 toScreen
	At /mod/class/Game.lua:846 
Lua Error: /engine/ActorsSeenDisplay.lua:75: attempt to index field '?' (a nil value)
	At [C]:-1 
	At /engine/ActorsSeenDisplay.lua:75 display
	At /engine/ActorsSeenDisplay.lua:96 toScreen
	At /mod/class/Game.lua:846 
Lua Error: /engine/ActorsSeenDisplay.lua:75: attempt to index field '?' (a nil value)
	At [C]:-1 
	At /engine/ActorsSeenDisplay.lua:75 display
	At /engine/ActorsSeenDisplay.lua:96 toScreen
	At /mod/class/Game.lua:846 
It appears the log screen needs a character movement before it is fully operational.

Predawn