Advertisement
Guest User

IC2 Item Problem

a guest
Mar 20th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. The IC2 config file contains an invalid entry for balance/recyclerBlacklist.
  2.  
  3. Invalid value at line 63 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:scaffold).
  4.  
  5. There is no item matching IC2:scaffold.
  6. --------------------------------------------------------------------------------------------------------------------------------------
  7. Exception caught while showing an error.
  8. java.lang.IllegalStateException: From thread Thread[Client thread,5,main]: Thread[Thread-7,5,main] already has the context current
  9. at org.lwjgl.opengl.ContextGL.checkAccess(ContextGL.java:184)
  10. at org.lwjgl.opengl.ContextGL.forceDestroy(ContextGL.java:241)
  11. at org.lwjgl.opengl.DrawableGL.destroy(DrawableGL.java:130)
  12. at org.lwjgl.opengl.Display$5.destroy(Display.java:834)
  13. at org.lwjgl.opengl.Display.destroy(Display.java:1095)
  14. at ic2.core.PlatformClient.displayError(PlatformClient.java:112)
  15. at ic2.core.util.ConfigUtil.displayError(ConfigUtil.java:330)
  16. at ic2.core.util.ConfigUtil.asRecipeInputList(ConfigUtil.java:44)
  17. at ic2.core.block.machine.tileentity.TileEntityRecycler.initLate(TileEntityRecycler.java:51)
  18. at ic2.core.IC2.modsLoaded(IC2.java:572)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:483)
  23. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  24. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:483)
  27. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  28. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  32. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  33. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:483)
  38. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  39. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  40. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  41. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  43. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  44. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742)
  45. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  46. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  47. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  48. at net.minecraft.client.main.Main.main(SourceFile:148)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52. at java.lang.reflect.Method.invoke(Method.java:483)
  53. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  54. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement