thephoenixlodge / Heavens-of-Sorcery

Heavens of Sorcery modpack for MC 1.12.2. Developed by thephoenixlodge for ItsLewdicolo
MIT License
12 stars 4 forks source link

game crashes every time I open it #92

Open LilyFlower5683 opened 3 years ago

LilyFlower5683 commented 3 years ago

So I was about 3 hours into the game, and had just come back from the nether when my game crashed. After that every time I have tried to open that save file the game crashes again.

crash-2020-09-06_22.52.46-server.txt

Diamonddragon41 commented 3 years ago

Hey, a ticking entity happened. Your ticking entity was a zombie pigman. A ticking entity is basically a mob (or sometimes particle effect, basically things which exist as objects in the game) that got corrupted.

It's actually super easy to remove but the mod author can't do it for you. here's how: https://nodecraft.com/support/games/minecraft/fixing-ticking-entities-errors-in-minecraft

Hope this helps!

Diamonddragon41 commented 3 years ago

You will probably have to do solution option 4 (which is using a minecraft world editor. )

You could also try setting your view render distance to the absolute minimum to see if the game loads, then run kill all mobs cheat. /kill @e[type=!Player] kill all mobs /kill @e[type=zombie_pigman] kill all zombie pigmen

ewanm89 commented 3 years ago

I need to look into it, as this is a common issue with zombie pigmen in the pack.

To clear it, just turn on remove erroring entity removal by setting the removeErroringEntities line to true in config/forge.cfg start the pack, load the world so it deletes the pigmen in question. Then close the pack set config back and start again.

LilyFlower5683 commented 3 years ago

I need to look into it, as this is a common issue with zombie pigmen in the pack.

To clear it, just turn on remove erroring entity removal by setting the removeErroringEntities line to true in config/forge.cfg start the pack, load the world so it deletes the pigmen in question. Then close the pack set config back and start again.

Sorry is this seems like a stupid question but where do I find config/forge.cfg?

ewanm89 commented 3 years ago

@LilyFlower5683

In GDLauncher and Twitch Launcher both have it a right click -> open folder on that pack.

LilyFlower5683 commented 3 years ago

@ewanm89 Thank you so much that worked!