Open ghost opened 9 years ago
Just to confirm. You are not using the --yoff option.
Also, the:
No chunks selected to copy.
What happens if you add the --clobber
option?
Nop, i'm not using --yoff, and using I got this sometimes:
Fatal error: Call to a member function getValue() on double in phar:///pmimporter.phar/classlib/pmimporter/Shifter.php on line 77
16896 (-6,28) failed
And the world become unjoinable, freezing the mcpe client
Also, using --clobber the same mentioned above happens, "No chunks selected to copy" and with --no-clobber too, tested with another map, positive numbers, full path, no luck :/
Are you using chunk numbers? i.e. x/16, z/16.
Just figured it out, I was using block, coordinates not chunk coordinates (x >> 4, z >> 4)... Now it worked :p
Really a error in my command...
So for now, Only the Anvil issue remains.
well, i'm testing the new pmimporter features and got some issues...
first, Anvil format output are generating beautiful rainbow results based on level's light, some grass blocks turn black in some conversions, others not, (convertions of the exactly the same map, so this have own life), slabs and stairs are in wrong position, the console show errors and so on...
before:
after:
before:
after:
before:
after:
error: [Server thread/CRITICAL]: Could not tick level "out": Uninitialized string offset: 386 [Server thread/NOTICE]: StringOutOfBoundsException: "Uninitialized string offset: 386" (E_NOTICE) in "/src/pocketmine/level/format/anvil/ChunkSection" at line 140
second thing, seleting chunks to convert does not seem to work, using this:
output this:
But that does not make sense, the coordinates are right, and without especifing max and min coordinates, the convertion happens without problems, maybe a issue with negative numbers? I haven't tested yet, or it's a sintax error in my command? (using quotes due to issues without then)
if i found more issues i will post here...