xJon / The-1.7.10-Pack

A Minecraft modpack
https://the-1710-pack.com
51 stars 31 forks source link

World crashing when entering it #1955

Closed J3yJ3y1 closed 2 years ago

J3yJ3y1 commented 2 years ago

I´m using the 1.7.10 Modpack with the technic launcher and sometimes the game crahes. there isn´t a big issue in that, but since the last crash I can´t re-enter the world anymore. so I decided to dedicate 10gb ram to it (it was 8gb) but this didn´t worked for me. I hope some of you can help me.

https://pastebin.ubuntu.com/p/hxsPrzhMZ3/

That´s the crash report, I hope everything is fine like that. If there are Information missing please let me know.

xJon commented 2 years ago
  1. Seems like you're crashing due to a problematic block, you can try setting these two settings to true in the-1710-pack\config\forge.cfg after you've backed up your save:
    # 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
  2. If this doesn't solve the issue you can try to remove the problematic's block/entity's mod (in your case, Progressive Automation) and therefore delete all of its content from your save, which might help solve the problem.
  3. If this does not work still you can try to manually use NBTExplorer as seen in this tutorial.
  4. The last option would be to restore a world backup.
J3yJ3y1 commented 2 years ago

Thank you very much for the fast answer. The first option worked for me. :)

xJon commented 2 years ago

Great :)