udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Unable to find file on windows 7 (64bit) system #272

Closed CodingMonkeyXYZ closed 12 years ago

CodingMonkeyXYZ commented 12 years ago

I'm using version 1.1 of the tool

Windows 7, (64 bit).

Tried this command:

D:\MinecraftMaps\c10t-1.1>c10t -w ../world -o ../pic.png Type `-h' for help Working on 8 thread(s)... world: ../world output: ../pic.png

Performing broad phase scan of world directory... . done! found 0 files! ../pic.png: 32x32 ~0.004096 MB... done! Saving image... done!

It doesn't seem to find anything there. I just copied my 'New World' into the directory above and called it 'world' (because I don't think the tool like spaces in the name) and it just gave me a blank file.

Is this an issue with the windows build?

N.b. I assume I have to use '/' rather than '\' but I tested both to make sure, same results.

CodingMonkeyXYZ commented 12 years ago

Don't know if this helps, trying to find some diagnostic info, saw there was a -D debug option:

D:\MinecraftMaps\c10t-1.1>c10t -w ../world -o ../pic.png -D Type `-h' for help Working on 8 thread(s)... world: ../world output: ../pic.png

Performing broad phase scan of world directory... . done! found 0 files! world_info min_x: 2147483647 max_x: -2147483648 min_z: 2147483647 max_z: -2147483648 levels: 0 chunk pos: 0x0 ../pic.png: 32x32 ~0.004096 MB... done! Saving image... done!

CodingMonkeyXYZ commented 12 years ago

My bad - didn't spot that you needed to compile for windows - but then why provide the binaries?