Guest User

Minecraft

a guest
Jun 13th, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hi. I'm Minecraft, and I'm a crashaholic.
  3.  
  4. Time: 6/13/24 4:52 PM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  13. at net.minecraft.client.main.Main.main(SourceFile:148)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:497)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20. Caused by: java.lang.ExceptionInInitializerError
  21. at java.lang.Class.forName0(Native Method)
  22. at java.lang.Class.forName(Class.java:348)
  23. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
  24. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
  25. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  27. at java.lang.reflect.Method.invoke(Method.java:497)
  28. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  29. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  30. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  31. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  33. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  34. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:497)
  39. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  40. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  41. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  42. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  44. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  45. at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
  46. ... 10 more
  47. Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
  48. at com.google.gson.Gson.fromJson(Gson.java:815)
  49. at com.google.gson.Gson.fromJson(Gson.java:768)
  50. at com.google.gson.Gson.fromJson(Gson.java:717)
  51. at com.google.gson.Gson.fromJson(Gson.java:689)
  52. at net.ilexiconn.llibrary.client.ClientProxy.<clinit>(ClientProxy.java:34)
  53. ... 35 more
  54. Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
  55. at com.google.gson.stream.JsonReader.beginArray(JsonReader.java:338)
  56. at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:70)
  57. at com.google.gson.Gson.fromJson(Gson.java:803)
  58. ... 39 more
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- System Details --
  65. Details:
  66. Minecraft Version: 1.7.10
  67. Operating System: Windows 10 (amd64) version 10.0
  68. Java Version: 1.8.0_51, Oracle Corporation
  69. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  70. Memory: 278928240 bytes (266 MB) / 1315962880 bytes (1255 MB) up to 3817865216 bytes (3641 MB)
  71. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
  72. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  73. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  74. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_E7 84 mods loaded, 84 mods active
  75. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  76. UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  77. UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  78. UC Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  79. UC CodeChickenCore{1.0.7.48} [CodeChicken Core] (minecraft.jar)
  80. UC Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  81. UC NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  82. UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  83. UC FoamFixCore{1.0.4} [FoamFixCore] (minecraft.jar)
  84. UC oresheepmod{v3.1.0} [Ore Sheep] (1.7.10-OreSheepMod-v3.1.0.jar)
  85. UC DamageIndicatorsMod{3.3.2} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.3.2.jar)
  86. UC movillages{1.4.2} [Mo' Villages] ([1.7.10]MoVillages-1.4.2.jar)
  87. UC adventurebackpack{1.7.10-0.8b} [Adventure Backpack] (adventurebackpack-1.7.10-0.8c.jar)
  88. UC aquacreeper{1.0.1} [Aqua Creeper] (AquaCreepers-1.0.1.jar)
  89. UC ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
  90. UC babymobs{1.4} [Baby Mobs] (BabyMobs-1.7.10-1.3-Hotfix.jar)
  91. UC BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
  92. UC BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
  93. UC birdsnests{1.4} [Bird's Nests] (BirdsNests1.7.10-1.4.jar)
  94. UC butterflymania{1.3.2} [Butterfly Mania] (butterflymania-1.7.10-1.3.2.jar)
  95. UC CamouflageCreepers{1.4} [Camouflage Creepers] (CamouflageCreepers-1.7.10-1.4.jar)
  96. UC candycraftmod{Beta 1.3} [CandyCraft] (CandyCraft-1.3.jar)
  97. UC TwilightForest{2.4.3} [The Twilight Forest] (TwilightForest-2.4.3.jar)
  98. UC chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  99. UC CarpentersBlocks{3.3.8.2} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.2 - MC 1.7.10.jar)
  100. UC chococraft{4.1.5} [Clienthax's ChocoCraft] (ChocoCraft-4.1.5.jar)
  101. UC CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
  102. UC CraftableGlowstone{1.0.0} [CraftableGlowstone] (CraftableGlowstone-1.0.0.jar)
  103. UC CreeperConfetti{1.0} [CreeperConfetti] (CreeperConfetti-1.0.jar)
  104. UC CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip)
  105. UC PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar)
  106. UC props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar)
  107. UC DescriptionTags{1.0} [Description Tags] (DescriptionTags-1.0-1.7.10.jar)
  108. UC doggystyle{1.1.3.99} [Doggy Style] (DoggyStyle-1.1.3.99.jar)
  109. UC doggytalents{1.14.2.317} [Doggy Talents] (DoggyTalents-1.7.10-1.14.2.317-universal.jar)
  110. UC MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
  111. UC endercrop{1.7.10-1.1} [Ender Crop] (endercrop-1.7.10-1.2.jar)
  112. UC exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.7.10-1.4.6.jar)
  113. UC golems{1.20} [Extra Golems] (Extra-Golems[1.7.10]-1.20.jar)
  114. UC ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  115. UC FairyFactions{0.5.2a} [Fairy Factions] (fairy-factions-1.7-0.5.2a.jar)
  116. UC fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar)
  117. UC foamfix{@VERSION@} [FoamFix] (FoamFix-1.7.10-universal-1.0.4.jar)
  118. UE llibrary{1.5.1} [LLibrary] (llibrary-1.5.1-1.7.10.jar)
  119. UC fossil{7.3.2} [Fossils and Archeology Revival] (fossilsarcheology-7.3.2.jar)
  120. UC GalacticraftCore{3.0.12} [Galacticraft Core] (Galacticraft-1.7-3.0.12.504.jar)
  121. UC GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-1.7-3.0.12.504.jar)
  122. UC gravestone{0.7.10.3} [Gravestone] (GraveStone Mod 0.7.10.3.jar)
  123. UC hamsterrific{0.2.2} [Hamsterrific] (hamsterrific-0.2.2.jar)
  124. UC iChunUtil{4.2.3} [iChunUtil] (iChunUtil-4.2.3.jar)
  125. UC Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  126. UC HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
  127. UC InventoryPets{1.5.2} [Inventory Pets] (inventorypets-1.7.10-1.5.2-universal.jar)
  128. UC IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  129. UC lpb{1.0} [Loading Progress Bar] (Loading-Progress-Bar-v1.0-mc1.7.10.jar)
  130. UC LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
  131. UC malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
  132. UC malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
  133. UC RadixCore{2.1.3} [RadixCore] (RadixCore-1.7.10-2.1.3-universal.jar)
  134. UC MCA{1.7.10-5.2.2} [Minecraft Comes Alive] (MCA-1.7.10-5.2.2-universal.jar)
  135. UC MorePlanet{1.4.4} [More Planets] (More-Planets-1.7.10-1.4.4-GC502.jar)
  136. UC Morph{0.9.3} [Morph] (Morph-Beta-0.9.3.jar)
  137. UC MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
  138. UC naturescompass{1.3.1} [Nature's Compass] (NaturesCompass-1.7.10-1.3.1.jar)
  139. UC Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.0-1.jar)
  140. UC bonecraft{1.7.2b} [Pam's BoneCraft] (Pam's BoneCraft 1.7.2b.zip)
  141. UC harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  142. UC ssyllvet_ptdf{1.0.2[1.7.10]} [Peaceful to Dye for] (PeacefulToDyeFor-1.0.2[1.7.10].jar)
  143. UC PetBat{1.3.8} [Pet Bat] (PetBat-1.7.10.jar)
  144. UC primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar)
  145. UC RealisticTorches{1.6.3} [Realistic Torches] (RealisticTorches-1.7.10-1.6.3.jar)
  146. UC emokiba_rockcandy{0.0.1b} [Rock Candy] (RockCandy-1.7.2-0.0.1b.jar)
  147. UC signpost{1.08.4} [Signpost] (signpost-1.7.10-1.08.4.jar)
  148. UC simpleleather{1.7.10-1.0} [Simple Leather] (simpleleather-1.7.10-1.0.jar)
  149. UC Slabify{1.7.10-1.1.2} [Slabify] (Slabify-1.7.10-1.1.2.jar)
  150. UC SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
  151. UC stacywolves{1.1.4-1.7.10} [Stacy's Wolves Mod] (Stacy'sWolvesMod-1.7.10-1.1.4.jar)
  152. UC StorageDrawers{1.7.10-1.10.9} [Storage Drawers] (StorageDrawers-1.7.10-1.10.9.jar)
  153. UC tumbleweed{1.7.10-0.2} [Tumbleweed] (tumbleweed-1.7.10-0.2.jar)
  154. UC ultimate_unicorn_mod{1.5.17} [Wings, Horns, and Hooves, the Ultimate Unicorn Mod!] (ultimate_unicorn_mod-1.7.10-1.5.17.jar)
  155. UC Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  156. UC warpbook{2.0.null} [Warp Book] (warpbook-1.7.10_2.0.37.jar)
  157. UC wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
  158. UC waystones{1.0.12} [Waystones] (Waystones-mc1.7.10-1.0.12.jar)
  159. UC weaponcaseloot{1.2.12} [WeaponCaseLoot] (weaponcaseloot-1.2.12.jar)
  160. GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.7926' Renderer: 'Intel(R) UHD Graphics'
  161. CoFHCore: -[1.7.10]3.1.4-329
  162. OptiFine Version: OptiFine_1.7.10_HD_U_E7
  163. Render Distance Chunks: 6
  164. Mipmaps: 4
  165. Anisotropic Filtering: 1
  166. Antialiasing: 0
  167. Multitexture: false
  168. Shaders: null
  169. OpenGlVersion: 4.6.0 - Build 26.20.100.7926
  170. OpenGlRenderer: Intel(R) UHD Graphics
  171. OpenGlVendor: Intel
  172. CpuCount: 4
Add Comment
Please, Sign In to add comment