Reproducible fatal starting crash

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Predawn
Thalore
Posts: 127
Joined: Fri Sep 24, 2010 10:40 am
Location: East Sussex, England

Reproducible fatal starting crash

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

Post Reply