You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
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
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...
The text was updated successfully, but these errors were encountered:
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 :/
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...
The text was updated successfully, but these errors were encountered: