Closed Justoffurmama closed 4 years ago
Please post your logs using a paste-tool.
https://pastebin.com/Fmc3tQu0 the server Im not sure if this is what you wanted. If I was supposed to do it a different way let me know
https://pastebin.com/5xV3kdQ0 the client
If you're crashing due to a problematic block or entity, you can try setting these two settings to true in configs\forge.cfg
after you've backed up your save:
# Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringEntities=true
# Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
B:removeErroringTileEntities=true
Seems like the first option worked. Thank you!
As title says I cannot load into my world because as soon as I spawn in the world I instantly crash. I do not know what I can do to fix it.
crash-2020-01-15_21.20.41-server.txt
crash-2020-01-15_21.09.24-client.txt
Hopefully I am at the right place to find answers.