Cuberite Forum

Full Version: Server crashes if I try to connect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Again. I did my best Wink

With the Cuberite_debug file it seems I get an other error, but Im not sure.

the file is attached.
Thanks, now I see whats wrong. The world is nullptr and looking into the settings.ini from the zip file you have this lines:
Code:
[Worlds]
DefaultWorld=standard
World=world_nether
World=world_the_end
World=standard

You have twice the world standard here and this is wrong. Still the server should not crash Tongue  and this has to be fixed.

As a workaround now remove the line:
World=standard
Damn... my faultBig Grin

No I can connect without crash.
But it seems there still something to fix.

Code:
[15:40:00] WorldLoader(standard): Block entity mismatch: block type bedblock (26), type "minecraft:bed", at {204, 69, 264}; the entity will be lost.
[15:40:00] WorldLoader(standard): Block entity mismatch: block type bedblock (26), type "minecraft:bed", at {204, 69, 263}; the entity will be lost.
[15:40:00] WorldLoader(standard): Block entity mismatch: block type bedblock (26), type "minecraft:bed", at {203, 69, 264}; the entity will be lost.
[15:40:00] WorldLoader(standard): Block entity mismatch: block type bedblock (26), type "minecraft:bed", at {203, 69, 263}; the entity will be lost.
[15:40:01] Preparing spawn (standard): 22.50% (90/400; 35.36 chunks / sec)
[15:40:01] WorldLoader(standard): Block entity mismatch: block type enchantmenttable (116), type "minecraft:enchanting_table", at {223, 66, 269}; the entity will be lost.
And all "collected" animals are gone. There are some new runing around but I already catched some and put them in an enclousure. But now they are gone.

Is there anything what I can do to convert the playerstats from the Windows Minecraft Vanilla Java Server to this one ?

But on the first look it seems great. Big thanks from me you are doing really good work.
Animals disappearing is new, I haven't heard about that so far. That would be worth an issue on GitHub.
Here is a issue about disappearing sheeps:
https://github.com/cuberite/cuberite/issues/3609

Would it be useful to write a plugin that would track mobs / animals? Writing infos to a file that would contain when it disappeared and why
Maybe it is only an error from the copy from the vanilla server to cuberite.

There are animals in the world and I think they wont disapear. But the animals I caught on the vanilla server were gone after the copy.

Maybe it would be useful to think about a script to convert the data between both systems.
Found the cause. The id changes are the problem. For example we are looking for Sheep but the entities id has been changed to minecraft:sheep
Ich think all ids changed.
Like the bed.

It is still there but invisible ^^
So we need something like https://github.com/cuberite/cuberite/pull/3784 , but for Entities.
Pages: 1 2 3