delvr / Farseek

A Scala API for Minecraft mods.
https://minecraft.curseforge.com/projects/farseek
20 stars 5 forks source link

Crash on Server Start after updating. [1.12.2] #41

Open Jophire opened 6 years ago

Jophire commented 6 years ago

I recently upgraded to the new Farseek update, as well as streams update. However, after doing so, launching the server would result in this error:

`Time: 6/3/18 4:59 AM Description: Exception in server tick loop

java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode(HashMap.java:1437) at java.util.HashMap$KeyIterator.next(HashMap.java:1461) at net.minecraft.entity.EntityTracker.func_72788_a(EntityTracker.java:290) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:779) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:745) ` After a bit of sleuthing I pinned the error to this mod.

Some thing to note. I have only experienced this error when upgrading to the newest version on a server that has ran the previous version. Starting a new world does not cause the crash to occur.

delvr commented 6 years ago

Hi Jophire, thanks for reporting this. I have a few questions to help investigating this:

Thanks! (Also anyone reading this, if you experienced the same issue in your own servers please let me know.)

Insane96 commented 6 years ago

Just updated to Forge 14.23.4.2705 and got the crash on server startup Full crashlog: https://pastebin.com/waSbFQqx

Was using 14.23.3.266x (don't remember precisely, maybe 2665) and got no crash

delvr commented 6 years ago

Hi Insane-96, I don't think this one is from Farseek - it seems your version of Forge (2668 according to your crashlog) isn't compatible with your version of WearableBackpacks. (This is the line that's crashing). Can you try again with the latest Forge?

Insane96 commented 6 years ago

Seems like that I've got the error only one time, and I've sent you the wrong crash log. I'll report if happens again.

Insane96 commented 6 years ago

There it is https://pastebin.com/7YcBq2Jx crashed again

delvr commented 6 years ago

It looks like it can't find the Scala libraries normally included with Forge. Are you using a custom launcher? Do you have a complete log files including your list of mods etc.?

Insane96 commented 6 years ago

That seemed really strange, I was using a server hosting and 2 days after it worked again. Maybe they had something nog working on their end

On Sat, Jul 14, 2018, 23:03 delvr notifications@github.com wrote:

It looks like it can't find the Scala libraries normally included with Forge. Are you using a custom launcher? Do you have a complete log files including your list of mods etc.?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/delvr/Farseek/issues/41#issuecomment-405049749, or mute the thread https://github.com/notifications/unsubscribe-auth/AG2i0EQM5kX1V0alNpJyg17cQ3hK2lVsks5uGly7gaJpZM4UX8oS .

delvr commented 6 years ago

Thanks for the update Insane-96. If this re-occurs could you please open a separate issue? (The original crash reported by @Jophire is different from yours.) Thanks!

Insane96 commented 6 years ago

Sure sorry, I thought it was the same error.