Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jophire opened this issue Jun 3, 2018 · 9 comments
Open

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

Jophire opened this issue Jun 3, 2018 · 9 comments

Comments

@Jophire
Copy link

Jophire commented Jun 3, 2018

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
Copy link
Owner

delvr commented Jun 3, 2018

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

  • Could you paste your full game log including the list of loaded mods?
  • Does this happen only once after updating your world and then goes away after restarting, or does it keep happening and preventing you from playing?
  • If you run your world for a few more minutes with the old versions and then upgrade, does it still happen? (I'm asking this in the off chance a specific entity ticking schedule is causing it).

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

@Insane96
Copy link

Insane96 commented Jun 27, 2018

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
Copy link
Owner

delvr commented Jul 2, 2018

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
Copy link

Insane96 commented Jul 2, 2018

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
Copy link

Insane96 commented Jul 5, 2018

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

@delvr
Copy link
Owner

delvr commented Jul 14, 2018

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
Copy link

Insane96 commented Jul 15, 2018 via email

@delvr
Copy link
Owner

delvr commented Jul 15, 2018

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
Copy link

Sure sorry, I thought it was the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants