<blockquote>SV_GetArchiveThing: Invalid NUM 0??</blockquote>
I've looked into this and its not a bug with the mobj archive numbers. It is instead trying to resolve id 0 which it shouldn't (its a "NULL ptr") hence the spurious error message. I'll commit the fix in a minute.
Comments
Hmm, thats odd I get this too with both jHeretic and jDoom. I'll look into it.
I couldn't reproduce a crash or the slowdown though.
I've looked into this and its not a bug with the mobj archive numbers. It is instead trying to resolve id 0 which it shouldn't (its a "NULL ptr") hence the spurious error message. I'll commit the fix in a minute.
EDIT:
Fixed in SVN 3192.