wolftrans icon indicating copy to clipboard operation
wolftrans copied to clipboard

I got a error that i don't even know what's happening

Open Zax-Axel opened this issue 8 years ago • 3 comments
trafficstars

image

Zax-Axel avatar Jul 22 '17 15:07 Zax-Axel

Oh yea i forogt to say that with the game i'm using, it doesn't have data.wolf in it. it's treasure hunter claire.

Zax-Axel avatar Jul 22 '17 15:07 Zax-Axel

Same here :)

magnusjjj avatar Aug 17 '17 11:08 magnusjjj

A rough guess (as I don't know enough about ruby to be sure): AFAICT this program expects certain file layout in unpacked data (maps in MapData, most of project database files in BasicData). If instead it's flat (all files in one dir), it fails to find those files resulting in certain vars not getting initialized.

What likely needs to be done is probably more unless clauses, like with game.dat, but enforcing the expected layout might work too (well, it will most likely work wrt. extracting, but might fail on the way back - if not, restoring initial layout afterwards would likely be required).

galtgendo avatar Aug 26 '17 17:08 galtgendo