rwtema / Extra-Utilities-2-Source

Sourcecode for Extra Utilities
Other
108 stars 75 forks source link

Server crash issue with Astral Sorcery and Power? A bit confusing... #262

Open StoneLegion opened 5 years ago

StoneLegion commented 5 years ago

Here is the crash: https://pastebin.com/V5cL3BNt

Sadly I posted it here: https://github.com/HellFirePvP/AstralSorcery/issues/973

But I'm told it's a Extra Utilities issue not theirs...

I have had this twice in a row I don't know who or what is triggering it as it's on MP. To make it worse the error does not happen right away but rather after the server has been rebooted and then it shows up.

We decided not to rollback again as it seems like it will continue to happen and will wait on a fix.

StoneLegion commented 5 years ago

This an example if I delete the region that shows ticking still crashing. https://pastebin.com/cRRxS6DB

KirinDave commented 5 years ago

It's worth noting that you can hit this with a lot of tile entities from ExU2 in this configuration. Most of them can be disabled from the Exu2 configuration, and doing so fixes the bug. It's arguably less destructive to do this than to roll back a map or delete an offending chunk. We had this problem with Ender Lilies and I managed to save the map.

bluelightning32 commented 5 years ago

This crash happened on my server for the second time.

KirinDave, your suggestion saved me from having to nbtedit the region files again:

--- a/config/extrautils2.cfg
+++ b/config/extrautils2.cfg
@@ -105,7 +105,7 @@ enabled {
     B:TrashChest=true
     B:Trowel=true
     B:UnstableIngots=true
-    B:User=true
+    B:User=false
     B:WateringCan=false
     B:WoodenStickPoke=true
     B:Wrench=true