Equivalent Exchange 3

Equivalent Exchange 3

2M Downloads

I get this error on start up and dont have a clue as to what it means

crunkazcanbe opened this issue ยท 4 comments

commented

2014-03-30 19:42:21 [INFO] [STDERR] Exception in thread "Thread-102" java.util.ConcurrentModificationException
2014-03-30 19:42:21 [INFO] [STDERR] at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
2014-03-30 19:42:21 [INFO] [STDERR] at java.util.ArrayList$Itr.next(Unknown Source)
2014-03-30 19:42:21 [INFO] [STDERR] at com.pahimar.ee3.recipe.RecipesVanilla.init(RecipesVanilla.java:36)
2014-03-30 19:42:21 [INFO] [STDERR] at com.pahimar.ee3.recipe.RecipesVanilla.getVanillaRecipes(RecipesVanilla.java:26)
2014-03-30 19:42:21 [INFO] [STDERR] at com.pahimar.ee3.recipe.RecipeRegistry.init(RecipeRegistry.java:41)
2014-03-30 19:42:21 [INFO] [STDERR] at com.pahimar.ee3.recipe.RecipeRegistry.(RecipeRegistry.java:25)
2014-03-30 19:42:21 [INFO] [STDERR] at com.pahimar.ee3.recipe.RecipeRegistry.getInstance(RecipeRegistry.java:32)
2014-03-30 19:42:21 [INFO] [STDERR] at com.pahimar.ee3.emc.EmcRegistry.computeStackMappings(EmcRegistry.java:230)
2014-03-30 19:42:21 [INFO] [STDERR] at com.pahimar.ee3.emc.EmcRegistry.init(EmcRegistry.java:115)
2014-03-30 19:42:21 [INFO] [STDERR] at com.pahimar.ee3.emc.EmcRegistry.getInstance(EmcRegistry.java:30)
2014-03-30 19:42:21 [INFO] [STDERR] at com.pahimar.ee3.helper.EmcInitializationHelper.run(EmcInitializationHelper.java:13)
2014-03-30 19:42:21 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

commented

We need the full Forge log (unless pahimar has already seen this error).

commented

Without a ForgeModloader error log, there is absolutely nothing we can do to tell what's happened.

commented

Ok I will have it up tomorrow

commented