MantisBT - Zandronum
View Issue Details
0002176Zandronum[All Projects] Bugpublic2015-04-05 23:412015-04-06 09:40
T90 
 
normalminoralways
closedno change required 
MicrosoftWindowsXP/Vista/7
2.0 
 
0002176: Zandronum fatal error, expected true or false
crash report not available as this error was recieved in Zandronum's "load-up box" (not sure what to call it). tested offline, same result.

 adding C:/Program Files (x86)/Idsoftware/Zandronum/zandronum.pk3, 695 lumps
 adding C:/Program Files (x86)/Idsoftware/DooM/Doom2/doom2.wad, 2919 lumps
 adding C:/Program Files (x86)/Idsoftware/Zandronum/announcer/ZanACG.pk3, 104 lumps
 adding C:/Program Files (x86)/Idsoftware/Zandronum/announcer/ZanGeneric.pk3, 105 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/skulltag_data_126.pk3, 2449 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/skulltag_actors_1-1-1.pk3, 23 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/chillax-v9.7.2.wad, 1093 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/MOP4Chillax_D.pk3, 3034 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/MOP4Chillax_D.pk3:annihilator.wad, 56 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/MOP4Chillax_D.pk3:asgzombie.wad, 53 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/MOP4Chillax_D.pk3:cspi.wad, 53 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/MOP4Chillax_D.pk3:rusfont.wad, 66 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/MOP4Chillax_D.pk3:sprites.wad, 360 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/MOP4Chillax_D.pk3:srcg.wad, 13 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/MOP4Chillax_D.pk3:zmay.wad, 50 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/adminscriptsdoomv10.pk3, 9 lumps
 adding C:/Program Files (x86)/Idsoftware/wads/newtextcolours1_170.pk3, 3 lumps

Execution could not continue.

Script error, "MOP4Chillax_D.pk3:cvarinfo.txt" line 2:
Expected true or false
Load these wads together in that order.
No tags attached.
Issue History
2015-04-05 23:41T90New Issue
2015-04-06 00:22DuskNote Added: 0012054
2015-04-06 00:22DuskStatusnew => feedback
2015-04-06 00:31WaTaKiDNote Added: 0012056
2015-04-06 00:31WaTaKiDNote Edited: 0012056bug_revision_view_page.php?bugnote_id=12056#r6919
2015-04-06 00:32WaTaKiDNote Edited: 0012056bug_revision_view_page.php?bugnote_id=12056#r6920
2015-04-06 00:46T90Note Added: 0012057
2015-04-06 00:46T90Statusfeedback => new
2015-04-06 00:50T90Note Added: 0012058
2015-04-06 00:55WaTaKiDNote Added: 0012059
2015-04-06 04:15DevilHunterNote Added: 0012060
2015-04-06 04:16DevilHunterNote Edited: 0012060bug_revision_view_page.php?bugnote_id=12060#r6922
2015-04-06 09:40DuskNote Added: 0012062
2015-04-06 09:40DuskStatusnew => closed
2015-04-06 09:40DuskResolutionopen => no change required

Notes
(0012054)
Dusk   
2015-04-06 00:22   
Where can I find MOP4Chillax_D.pk3?
(0012056)
WaTaKiD   
2015-04-06 00:31   
(edited on: 2015-04-06 00:32)
'http://136.243.13.89/doom/MOP4Chillax_D.pk3 [^]'
a server with the name "MOP + Chillax Updated" is hosting this... oh, and its on zan 1.3...

(0012057)
T90   
2015-04-06 00:46   
Im sorry, I should have been more specific. the files were
skulltag_data_126.pk3
skulltag_actors_1-1-1.pk3
chillax-v9.7.2.wad
MOP4Chillax_D.pk3
adminscriptsdoomv10.pk3
newtextcolours1_170.pk3
IN THAT ORDER

WaTaKid, if the server was Zandronum 1.3 based, shouldn't I have gotten a client version mismatch error? on another note, I appologize if that was the case.
(0012058)
T90   
2015-04-06 00:50   
Ah, I see the version number under the server name in the tooltip in doomexplorer, I appologize. I will be sure to check that in the future. Why didn't the client report a version mismatch?
(0012059)
WaTaKiD   
2015-04-06 00:55   
im sure a dev could give a better answer, but basically it checks to see if it can even load whats on the server, since it couldnt, it didnt make it far enough to check for a version mismatch
(0012060)
DevilHunter   
2015-04-06 04:15   
(edited on: 2015-04-06 04:16)
I see the issue here.. Its because in Cvarinfo, the entrys are set to Bool, where they should be set to Int.

Bool is True or False; Int is a number >'http://zdoom.org/wiki/CVARINFO [^]'

I changed all entrys from Bool to Int, and the wad runs.

Not a Zan bug.. so I think anyhow; more or less User Error

(0012062)
Dusk   
2015-04-06 09:40   
Indeed is a WAD error.