Advertisement
Guest User

Untitled

a guest
May 20th, 2013
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 19/05/13 21:31
  5. Description: Failed to start game
  6.  
  7. java.lang.IllegalArgumentException: Slot 4095 is already occupied by net.meteor.common.block.BlockMeteor@58dea1 when adding com.github.AbrarSyed.secretroomsmod.blocks.BlockTorchLever@1e5292a
  8. at net.minecraft.block.Block.<init>(Block.java:340)
  9. at net.minecraft.block.BlockTorch.<init>(BlockTorch.java:20)
  10. at com.github.AbrarSyed.secretroomsmod.blocks.BlockTorchLever.<init>(BlockTorchLever.java:29)
  11. at com.github.AbrarSyed.secretroomsmod.common.SecretRooms.load(SecretRooms.java:195)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  15. at java.lang.reflect.Method.invoke(Unknown Source)
  16. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. at java.lang.reflect.Method.invoke(Unknown Source)
  21. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  22. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  23. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  24. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  26. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30. at java.lang.reflect.Method.invoke(Unknown Source)
  31. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  32. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  36. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
  37. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
  38. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
  39. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:447)
  40. at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
  41. at net.minecraft.client.Minecraft.run(Minecraft.java:732)
  42. at java.lang.Thread.run(Unknown Source)
  43.  
  44.  
  45. A detailed walkthrough of the error, its code path and all known details is as follows:
  46. ---------------------------------------------------------------------------------------
  47.  
  48. -- System Details --
  49. Details:
  50. Minecraft Version: 1.5.2
  51. Operating System: Windows Vista (x86) version 6.0
  52. Java Version: 1.7.0_15, Oracle Corporation
  53. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  54. Memory: 350593864 bytes (334 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
  55. JVM Flags: 2 total; -Xms512m -Xmx1024m
  56. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  57. Suspicious classes: FML and Forge are installed
  58. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  59. FML: MCP v7.51 FML v5.2.2.684 Minecraft Forge 7.8.0.684 6 mods loaded, 6 mods active
  60. mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  61. FML{5.2.2.684} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  62. Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
  63. DimensionalDoors{1.5.2R1.3.6RC1} [Dimensional Doors] (Dimension
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement