[b32] Bugs when starting from new install

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

[b32] Bugs when starting from new install

#1 Post by PowerWyrm »

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:

Code: Select all

Switching resolution to	1152x921	 1152	921	false
Setting resolution to 1152x921 (windowed)
[DO RESIZE] 1152x921 (0)
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

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 

PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Re: [b32] Bugs when starting from new install

#2 Post by PowerWyrm »

None of those are fixed in b33...

2) stderr.txt gives the following error:
PANIC: unprotected error in call to Lua API (Unable to initialize: attempt to call a string value)

Post Reply