Page 1 of 1
Opening Bug
Posted: Sat Mar 22, 2008 15:32
by deded007
If I rearrange the wads in my autoexec, I get a :
"W_OpenLumpNum: 4294967295 >= NumLumps"
I need to rearrange them because the one containing my remaps has to be after the maps
Posted: Sat Mar 22, 2008 15:40
by Graf Zahl
I can't help you without the entire list of WADs you are trying to load when this error happens.
Posted: Tue Mar 25, 2008 20:35
by deded007
I am working on them but heres a copy of the AUTOEXEC.CFG
pullin "HIRESPAK.wad"
pullin "Scripted Doom.wad"
"HIRESPAK.wad" Containing the upped textures.
"Scripted Doom.wad" being the main wad
This combo works, except that Hirestex doesn't work because the replaced textures arent loaded first.
but if I switch it...
pullin "Scripted Doom.wad"
pullin "HIRESPAK.wad"
It comes up with the error upon the startup box/console/window
I am utterly baffled
If you need me to, I can try to give you the Wads...
You won't find them anywhere as they are unfinished.
Posted: Tue Mar 25, 2008 22:01
by Graf Zahl
Yes, I absolutely need them to find out from where the call originates that crates the error.
Posted: Thu Mar 27, 2008 1:11
by deded007
13.7 Mb Total File Size (Compressed) at the moment. How shall I get it to you?
I think this is a problem with Texture Size, as they are 1024x1024
THE MUSIC IS NOT THE PROBLEM (I already checked it(It will be removed anyway))
I plan on just shrinking the textures and putting them in the main wad
The Models.zip doesn't matter the order as long as HIRESPAK.wad is before the main one
This is a problem on 1.1.00 AND 1.1.02 (Never tested it on anything before that)
Sorry if this is an inconvenience especially if it is a stupid HIRESTEX error
Random fact: if I switch arround the remaps and the originals in hirestex, I get this no matter what the order is.
Posted: Thu Mar 27, 2008 16:26
by Graf Zahl
Rapidshare or something similar will do fine. Or if you split it up into two files you can mail it directly to:
c.oelckers (_at_) googlemail dot com.
Please don't use the mail address in my profile. I had to shut it down due to spam overflow and since it's publicly viewable I won't update my profile.
Posted: Sun Mar 30, 2008 1:38
by deded007
Posted: Sun Mar 30, 2008 9:05
by Graf Zahl
Should be fixed now.
Posted: Sun Mar 30, 2008 18:43
by deded007
What was wrong?
Posted: Sun Mar 30, 2008 19:36
by Graf Zahl
The hirestex parser was missing a check for missing graphics and when trying to open them threw this error. Now a more meaningful error message will be printed.
Posted: Sun Mar 30, 2008 21:42
by deded007
ahh