bradharding / doomretro

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

W_RangeCheckNumForName: SHNPRT02 not found! #116

Closed sneakernets closed 8 years ago

sneakernets commented 9 years ago

I got this error while playing BTSX Ep 2 recently. Any ideas on what's causing it? Chocolate-doom plays the two wads correctly!

I'm using the latest code from GitHub.

bradharding commented 9 years ago

Is this happening at startup or when loading a map? Are you able to replicate the error? SHNPRT02 is a frame from BTSX's teleport animation, and certainly is present in btsx_e2b.wad. There is a check for at startup to make sure it doesn't animate up and down like a liquid.

EDIT: Also, what is on your command-line?

sneakernets commented 9 years ago

./doomretro -file btsx_e2a.wad btsx_e2b.wad -iwad DOOM2.WAD

bradharding commented 9 years ago

@sneakernets, once you're able to compile (after resolving the new set of errors from issue #96), can you please confirm if this is still an issue for you?

sneakernets commented 9 years ago

Sure! I'll check asap.

bradharding commented 8 years ago

Closing this, as I'm assuming it's been resolved.