memes4lyfe Posted May 29, 2019 I will occasionally open a wad only to find no maps in it. but it still takes up hundreds of kilobytes of space. how does this happen? And can I reverse it? 0 Quote Share this post Link to post
Bauul Posted May 30, 2019 Are you sure you're opening the wad in the right format? If the wad has UDMF maps in, for example, and you open it as a Doom: Doom format, it won't show anything. Try opening them in Slade. 0 Quote Share this post Link to post
memes4lyfe Posted May 30, 2019 i tried slade. it did not work. and I did use the correct format. 0 Quote Share this post Link to post
memes4lyfe Posted May 30, 2019 here is the wad. I recognize it only by its file size. maybe you can take a look at it. POWER (2).rar 0 Quote Share this post Link to post
Kappes Buur Posted May 30, 2019 3 hours ago, memes4lyfe said: here is the wad. I recognize it only by its file size. maybe you can take a look at it. POWER (2).rar Nothing but Markers, 143 of them. https://imgur.com/cLXREG8 0 Quote Share this post Link to post
ElfishMender894 Posted May 30, 2019 I've Experienced this first hand my only advice is to buy a 8 dollar USB Drive and back up your wads on their 0 Quote Share this post Link to post
Misty Posted May 30, 2019 Or just get Doom Builder x, because original one hasn't seen updates for 6-7 years. Interface is almost the same, so you won't see much of troubles. Also, save frequently. 1 Quote Share this post Link to post
unpleasantmarine Posted May 30, 2019 7 hours ago, Kappes Buur said: Nothing but Markers, 143 of them. https://imgur.com/cLXREG8 that's an old looking slade. you should update to the newest one 0 Quote Share this post Link to post
memes4lyfe Posted May 30, 2019 8 hours ago, Misty said: Or just get Doom Builder x, because original one hasn't seen updates for 6-7 years. Interface is almost the same, so you won't see much of troubles. Also, save frequently. how is it different? does it not delete maps randomly? 0 Quote Share this post Link to post
HAK3180 Posted May 30, 2019 I have lately occasionally experienced Map 01 being deleted, never any others, and I use Doom builder X. It hasn't been a big deal because I haven't actually changed Map 01 in some time, so there's plenty of backup, but it's weird that a map that hasn't even been opened suddenly disappears. It's happened maybe five times. 0 Quote Share this post Link to post
memes4lyfe Posted May 30, 2019 can computer recovery software restore it? 0 Quote Share this post Link to post
kb1 Posted May 31, 2019 A WAd file contains a pointer to the directory, which can be placed anywhere within the file. Typically, it's at the end of the lump data. In POWER (2).WAD, the directory is located at 0x8F45C, which is 2,288 bytes before the end of the file. Each directory entry is 16 bytes (filename=8 bytes, offset=4 bytes, size=4 bytes). 2,288 divided by 16 = 143. A WAD editor shows 143 lumps in this file with blank names, and zero-byte sizes, and with all offsets at 0x0. Except for the header, the rest of the file is completely filled with 0x00. If I had to guess, this is what I think happened: The tool started writing the WAD file. It had this information: It knew the WAD contained 143 entries. It knew how big each lump was, and how big the directory had to be. It opened the file for writing, and allocated enough space to hold the WAD header, the WAD directory, and the lump data. Then, the program stopped abnormally, before it could write the data. This is a very fast way to write a WAD file, but, apparently the program can crash inbetween file space allocation, and data write. There is nothing in this WAD file to recover. Always make backups of your WAD data. 0 Quote Share this post Link to post
memes4lyfe Posted May 31, 2019 it's okay. i just re-did all my hard work. I also uploaded it to doomworld to preserve it. the link is right here if you're interested: 1 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.