[b32] Bugs when starting from new install
Posted: Mon Sep 05, 2011 6:11 pm
Just saw that a new beta 32 was available, so I decided to download and try it. Found a couple of issues when launching the game for the first time:
1) The boundaries of the main window are out of range (can't access the window caption and move/resize/close the window... ). This was already the case in the previous betas.
From te4_log.txt:
I guess the resize is done from client coordinates, when it should be done from absolute coordinates, so that the caption is set at (0,0) and NOT the top left of the client window.
2) The login box doesn't allow to click on any button the first time the game is launched (need to kill the process). Seems that the window is frozen...
3) The background is completely white when enabled (been the case since forever and never got fixed).
4) Infinite loop of LUA errors after getting the "generating new level" window
1) The boundaries of the main window are out of range (can't access the window caption and move/resize/close the window... ). This was already the case in the previous betas.
From te4_log.txt:
Code: Select all
Switching resolution to 1152x921 1152 921 false
Setting resolution to 1152x921 (windowed)
[DO RESIZE] 1152x921 (0)
2) The login box doesn't allow to click on any button the first time the game is launched (need to kill the process). Seems that the window is frozen...
3) The background is completely white when enabled (been the case since forever and never got fixed).
4) Infinite loop of LUA errors after getting the "generating new level" window
Code: Select all
mountain troll thunderer 439 dumb ai talents can use Lightning T_LIGHTNING
dumb ai uses T_LIGHTNING
stack traceback:
[C]: in function 'error'
/engine/Particles.lua:95: in function 'loaded'
/engine/Particles.lua:34: in function 'init'
/engine/class.lua:38: in function 'new'
/engine/Map.lua:988: in function 'particleEmitter'
/data/talents.lua:146: in function 'action'
/engine/interface/ActorTalents.lua:130: in function </engine/interface/ActorTalents.lua:125>
Lua Error: /engine/interface/ActorTalents.lua:140: /engine/Particles.lua:95: cannot open /data/gfx/particles/lightning.lua: No error
At [C]:-1
At [C]:-1 error
At /engine/interface/ActorTalents.lua:140 useTalent
At /engine/ai//talented.lua:51 runAI
At /engine/ai//talented.lua:60 doAI
At /mod/class/NPC.lua:41 act
At /engine/GameEnergyBased.lua:118 tickLevel
At /engine/GameEnergyBased.lua:62 tick
At /mod/class/Game.lua:235