Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hi,

 

I ran into this sporadic random crash error forge 1291:

 

 

 

---- Minecraft Crash Report ----

// I bet Cylons wouldn't have this problem.

 

Time: 14/02/15 2.42

Description: Exception in server tick loop

 

java.util.ConcurrentModificationException

at java.util.HashMap$HashIterator.nextEntry(HashMap.java:922)

at java.util.HashMap$KeyIterator.next(HashMap.java:956)

at net.minecraft.entity.EntityTracker.updateTrackedEntities(EntityTracker.java:274)

at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:715)

at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:614)

at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:118)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485)

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752)

 

 

 

any idea?

  • Author

What version of java are you on? Try getting java 8

 

Java 7 'cause Java 8 is not eclipse compliant ...

look this:

3Pute7b.png

 

The JRE System library is Java 8 Update 31, I can launch forge with my mods perfectly fine. Unless somehow, somewhere I do have java 7 on my system (Which I shouldn't because I delete the folders whenever I install an update) Then it does work with java 8.

 

Edit: Which eclipse are you using? I use eclipse luna which may be why, but no idea.

Are you messing with the Entity Tracker on client side code?

 

This error means that the server thread is trying to access an EntityTracker object which another thread has just modified.  Probably it was you...

 

These errors can be a real pain to track down.  You might be able to get some clues if you put a breakpoint on ConcurrentModificationException with Pause All Threads, then see what the other threads are doing / have just done when the breakpoint triggers.

 

-TGG

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.