Page 1 of 1
[b26 and b26b] Complete game lockup in achievements screen
Posted: Thu May 19, 2011 2:29 pm
by jhauser42
Whenever I go into the achievements screen I can make the game completely freeze, requiring me to end the process through Task Manager. This freeze happens whenever I highlight an achievement that does not have the trophy icon to the left of the name. I can reproduce it and it happens every time. It is also throwing lua errors into the te4_log.txt.
Code: Select all
Lua Error: /engine/ui/Image.lua:54: attempt to index field 'item' (a nil value)
At [C]:-1
At /engine/ui/Image.lua:54 display
At /engine/ui/Dialog.lua:467 toScreen
At /engine/Game.lua:142 display
At /mod/class/Game.lua:881
Lua Error: /engine/ui/Image.lua:54: attempt to index field '
Re: [b26 and b26b] Complete game lockup in achievements scre
Posted: Thu May 19, 2011 3:01 pm
by Graziel
hmmm i dont see any achievement without icon all of them have one. can you give name of achievement that causes this?
Re: [b26 and b26b] Complete game lockup in achievements scre
Posted: Thu May 19, 2011 3:14 pm
by jhauser42
At the very least Sliders and Atamathoned do not have an icon next to them.
There may be others but trying to scroll down results in me mousing over Atamathoned and the game freezing.
Re: [b26 and b26b] Complete game lockup in achievements scre
Posted: Thu May 19, 2011 3:40 pm
by Graziel
hmm im using SVN so maybe its something with normal download but in my version every achievement has icon (including Sliders and Atamathoned)
also can you tell in what tab is it?
Re: [b26 and b26b] Complete game lockup in achievements scre
Posted: Thu May 19, 2011 3:58 pm
by jhauser42
The Sliders is in my completed achievements the other is in all achievements. It is a level 3 character so there is nothing in his completed achievements.
Re: [b26 and b26b] Complete game lockup in achievements scre
Posted: Fri May 20, 2011 6:22 pm
by kodiakuppercut
Same thing happened to me -- no icon for 'Atamathoned!', and scrolling over it locked up the game.
log output:
Using cached font /data/font/VeraMoBd.ttf 14
Lua Error: /engine/ui/Image.lua:54: attempt to index field 'item' (a nil value)
At [C]:-1
At /engine/ui/Image.lua:54 display
At /engine/ui/Dialog.lua:467 toScreen
At /engine/Game.lua:142 display
At /mod/class/Game.lua:881
Lua Error: /engine/ui/Image.lua:54: attempt to index field 'item' (a nil value)
At [C]:-1
At /engine/ui/Image.lua:54 display
At /engine/ui/Dialog.lua:467 toScreen
At /engine/Game.lua:142 display
At /mod/class/Game.lua:881
Lua Error: /engine/ui/Image.lua:54: attempt to index field 'item' (a nil value)
At [C]:-1
At /engine/ui/Image.lua:54 display
At /engine/ui/Dialog.lua:467 toScreen
At /engine/Game.lua:142 display
At /mod/class/Game.lua:881
Lua Error: /engine/ui/Image.lua:54: attempt to index field 'item' (a nil value)
At [C]:-1
At /engine/ui/Image.lua:54 display
At /engine/ui/Dialog.lua:467 toScreen
At /engine/Game.lua:142 display
At /mod/class/Game.lua:881
This repeats forever.
Re: [b26 and b26b] Complete game lockup in achievements scre
Posted: Fri May 27, 2011 3:35 pm
by darkgod
fixed