![]() |
Server crashes if I try to connect - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Server crashes if I try to connect (/thread-2980.html) |
RE: Server crashes if I try to connect - BalloS - 06-22-2017 Again. I did my best ![]() With the Cuberite_debug file it seems I get an other error, but Im not sure. the file is attached. RE: Server crashes if I try to connect - Seadragon91 - 06-22-2017 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] You have twice the world standard here and this is wrong. Still the server should not crash ![]() As a workaround now remove the line: World=standard RE: Server crashes if I try to connect - BalloS - 06-22-2017 Damn... my fault ![]() 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. 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. RE: Server crashes if I try to connect - xoft - 06-22-2017 Animals disappearing is new, I haven't heard about that so far. That would be worth an issue on GitHub. RE: Server crashes if I try to connect - Seadragon91 - 06-22-2017 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 RE: Server crashes if I try to connect - BalloS - 06-22-2017 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. RE: Server crashes if I try to connect - Seadragon91 - 06-22-2017 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 RE: Server crashes if I try to connect - BalloS - 06-22-2017 Ich think all ids changed. Like the bed. It is still there but invisible ^^ RE: Server crashes if I try to connect - xoft - 06-22-2017 So we need something like https://github.com/cuberite/cuberite/pull/3784 , but for Entities. RE: Server crashes if I try to connect - Seadragon91 - 06-22-2017 I opened a issue for that https://github.com/cuberite/cuberite/issues/3799 |