Solved Problem when paking a mod

Question that is answered or resolved.

Die_In_Fire

Well-known member
Before paking there's no problem, but after paking:

The engine shut down with this in the log:
Code:
********** An Error Occurred **********
*            Shutting Down            *

Unable to load file 'data/enemy/a2//113.gif'
Total Ram: 8276967424 Bytes
 Free Ram: 3494543360 Bytes
 Used Ram: 52293632 Bytes

Level Unloading: 'data/levels/training.txt'
Total Ram: 8276967424 Bytes
 Free Ram: 3483086848 Bytes
 Used Ram: 52297728 Bytes
 
 **************** Done *****************

Unable to load file 'data/enemy/a2//113.gif'

which i dont know why, the file is there before paking. as said, There's no problem with the unpaked mod.
this is the file in attachment. and if I load another stage, same problem appears with another file.
 

Attachments

  • 113.GIF
    113.GIF
    1.1 KB · Views: 3
I'd find which txt files are using data/enemy/a2//113.gif and correct it, I've never seen double forward slashes used before //
years ago I tested out \ backslashes and that worked but I got errors while packing.
 
ouch!! I didn't see the double // at all!!!
I'm very shortsighted and its getting worse every year :(
thanks for the quick answer, I had to correct lot of those...

still, weird it worked while unpaked.
 
Back
Top Bottom