bradharding / doomretro

The classic, refined DOOM source port. For Windows PC.
https://www.doomretro.com
GNU General Public License v3.0
690 stars 87 forks source link

Crash `W_GetNumForName: E2M12 not found!` #500

Closed Kroc closed 6 years ago

Kroc commented 6 years ago

Playing REKKR.wad v1.15: http://manbitesshark.com/ When I exit E2M1 I get the error W_GetNumForName: E2M12 not found!. Assumedly it's trying to load E2M12, even though it's supposed to be loading E2M2.

Included is a save game to demonstrate the problem; just walk forward to trigger the next level.

doomretro0.zip

bradharding commented 6 years ago

Thanks @Kroc. I'm able to replicate this just by using exitmap in the console. It'd have to be an issue in reading the MAPINFO lump.

bradharding commented 6 years ago

Fixed in commit 61f1ef9354cb890750140b1c8c88a83347ba576e. Thanks again!

Kroc commented 6 years ago

Wow, quick! Thanks. I look forward to the next release.