ZDoom Error

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
Post Reply
User avatar
Renegade
Posts: 83
Joined: Mon Dec 31, 2007 6:39 pm
Location: Alberta, Canada
Contact:

ZDoom Error

Post by Renegade »

I've been trying to test my WAD, but when I try to load it, I get this error:

Code: Select all

W_OpenLumpNum: 4294967295 >= NumLumps
Does anyone know what this means and how I can fix it?
User avatar
Necromage
Posts: 484
Joined: Thu Feb 10, 2005 3:13 pm
Location: NJ
Contact:

Re: ZDoom Error

Post by Necromage »

Without your wad its impossible to tell but are you sure its not corrupted?
User avatar
Renegade
Posts: 83
Joined: Mon Dec 31, 2007 6:39 pm
Location: Alberta, Canada
Contact:

Re: ZDoom Error

Post by Renegade »

I'm pretty sure... It worked one day and the next it didn't. Based on the message itself I thought it might be a problem with some sort of internal indexing, resulting in an attempt to load a lump which doesn't exist. i.e. load lump #x, which is > the total lumps therefore it doesn't exist.
Maybe I'll start transferring stuff one section at a time and see when it stops working.
User avatar
Ceeb
Posts: 5125
Joined: Wed Jun 11, 2008 4:07 pm
Location: Castle Wut

Re: ZDoom Error

Post by Ceeb »

Or just show us your WAD... :roll:
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49238
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: ZDoom Error

Post by Graf Zahl »

Your WAD is referencing data that does not exist but the engine never does a proper check for that. Without the WAD creating the error it will not be easy to locate.
User avatar
Xaser
 
 
Posts: 10774
Joined: Sun Jul 20, 2003 12:15 pm
Contact:

Re: ZDoom Error

Post by Xaser »

Do you have any backups of your wad handy? If you use XWE or Doom Builder at all to edit it, they regularly back up your data by default (though I believe the former only does it when you hit the "clean wad" command). Try using an older version and see if it works. I'd place my bets on wad corruption -- not a pretty sight in either case.
User avatar
Renegade
Posts: 83
Joined: Mon Dec 31, 2007 6:39 pm
Location: Alberta, Canada
Contact:

Re: ZDoom Error

Post by Renegade »

Nope. Graf is exactly right, one of the graphics in my hirestex lump was misspelled. Thanks, Graf.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49238
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: ZDoom Error

Post by Graf Zahl »

Which ZDoom version were you using? 2.2.0? I believe I fixed this a few months ago so if this happens with a recent SVN build I'd need to recheck.
User avatar
Renegade
Posts: 83
Joined: Mon Dec 31, 2007 6:39 pm
Location: Alberta, Canada
Contact:

Re: ZDoom Error

Post by Renegade »

No, I use 2.2.0.
Post Reply

Return to “General”