Guest User

Untitled

a guest
Jul 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.41 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Would you like a cupcake?
  3.  
  4. Time: 2018-07-20 15:54:15 CDT
  5. Description: Initializing game
  6.  
  7. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Ore Stone Variants (ore_stone_variants)
  8. Caused by: java.lang.NullPointerException: Error: assets/ebwizardry/textures/blocks/crystal_ore.png could not be found.
  9. at personthecat.mod.util.overlay.SpriteHandler.testForAndCreateOverlay(SpriteHandler.java:88)
  10. at personthecat.mod.util.overlay.SpriteHandler.testForAndCreateOverlay(SpriteHandler.java:81)
  11. at personthecat.mod.util.overlay.SpriteHandler.testForAndCreateOverlay(SpriteHandler.java:57)
  12. at personthecat.mod.util.overlay.SpriteHandler.createAllOverlays(SpriteHandler.java:41)
  13. at personthecat.mod.objects.model.ModelEventHandler.createAndAddSprites(ModelEventHandler.java:56)
  14. at personthecat.mod.objects.model.ModelEventHandler.createAndRegisterResourcePack(ModelEventHandler.java:44)
  15. at personthecat.mod.proxy.ClientProxy.createAndRegisterResourcePack(ClientProxy.java:19)
  16. at personthecat.mod.Main.preInit(Main.java:34)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:497)
  21. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
  22. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:497)
  25. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  26. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  27. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  28. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  29. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  30. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  32. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  33. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  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:497)
  38. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  39. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  40. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  41. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  42. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  43. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  45. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  46. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  47. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:246)
  48. at net.minecraft.client.Minecraft.init(Minecraft.java:466)
  49. at net.minecraft.client.Minecraft.run(Minecraft.java:3927)
  50. at net.minecraft.client.main.Main.main(SourceFile:123)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  54. at java.lang.reflect.Method.invoke(Method.java:497)
  55. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  56. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  57.  
  58.  
  59. A detailed walkthrough of the error, its code path and all known details is as follows:
  60. ---------------------------------------------------------------------------------------
  61.  
  62. -- System Details --
  63. Minecraft Version: 1.12.2
  64. Operating System: Windows 10 (amd64) version 10.0
  65. Java Version: 1.8.0_51, Oracle Corporation
  66. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  67. Memory: 2181574120 bytes (2080 MB) / 2565865472 bytes (2447 MB) up to 8589934592 bytes (8192 MB)
  68. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx9216m -Xms256m -XX:PermSize=256m
  69. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  70. FML: MCP 9.42 Powered by Forge 14.23.4.2739 86 mods loaded, 86 mods active
  71. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  72.  
  73. | State | ID | Version | Source | Signature |
  74. |:----- |:---------------------- |:------------------ |:--------------------------------------------------- |:---------------------------------------- |
  75. | UCH | minecraft | 1.12.2 | minecraft.jar | None |
  76. | UCH | mcp | 9.42 | minecraft.jar | None |
  77. | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2739.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  78. | UCH | forge | 14.23.4.2739 | forge-1.12.2-14.23.4.2739.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  79. | UCH | foamfixcore | 7.7.4 | minecraft.jar | None |
  80. | UCH | uncraftingtable | 1.8-beta6 | [1.12]UncraftingTable-1.8-beta6.jar | None |
  81. | UCH | actuallyadditions | 1.12.2-r137 | ActuallyAdditions-1.12.2-r137.jar | None |
  82. | UCH | ageofweapons | 0.13.5 | Age of Weapons 1.12.2 (v.0.13.5).jar | None |
  83. | UCH | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  84. | UCH | ctm | MC1.12.2-0.3.2.18 | CTM-MC1.12.2-0.3.2.18.jar | None |
  85. | UCH | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
  86. | UCH | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  87. | UCH | thedragonlib | 1.12.2-5.3.0 | thedragonlib-1.12.2-5.3.0.jar | None |
  88. | UCH | armorplus | 1.12.2-11.13.1.41 | armorplus-1.12.2-11.13.1.41.jar | None |
  89. | UCH | aroma1997core | 2.0.0.0.b155 | Aroma1997Core-1.12.2-2.0.0.0.b155.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  90. | UCH | aroma1997sdimension | 2.0.0.2.b77 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b77.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  91. | UCH | quark | r1.4-125 | Quark-r1.4-125.jar | None |
  92. | UCH | autoreglib | 1.3-18 | AutoRegLib-1.3-18.jar | None |
  93. | UCH | bamboozled | 1.1.0 | Bamboozled-1.12-1.1.0.jar | None |
  94. | UCH | basemetals | 2.5.0-beta5 | BaseMetals-1.12-2.5.0-beta5.214.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  95. | UCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  96. | UCH | biomesoplenty | 7.0.1.2394 | BiomesOPlenty-1.12.2-7.0.1.2394-universal.jar | None |
  97. | UCH | bookshelf | 2.3.552 | Bookshelf-1.12.2-2.3.552.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  98. | UCH | candymod | 0.4.5 | candyworld-0.4.5.jar | None |
  99. | UCH | cookiemod | 1.12.2-0.34.0 | Carbs Cookie Mod 1.12.2-34.jar | None |
  100. | UCH | extrasmod | 1.12.2-0.32.0 | Carbs Extras Mod 1.12.2-32.jar | None |
  101. | UCH | chiselsandbits | 14.19 | chiselsandbits-14.19.jar | None |
  102. | UCH | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
  103. | UCH | codechickenlib | 3.2.0.345 | CodeChickenLib-1.12.2-3.2.0.345-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  104. | UCH | defiledlands | 1.3.0 | defiledlands-1.12.2-1.3.0.jar | None |
  105. | UCH | dumpsterdiving | 1.0 - 1.12.2 | Dumpster Diving 1.2.3 - 1.12.2.jar | None |
  106. | UCH | ebwizardry | 4.1.2 | Electroblob's Wizardry - 4.1.2 - MC 1.12.2.jar | None |
  107. | UCH | erebus | 1.0.22 | Erebus-1.0.22.jar | None |
  108. | UCH | extrabitmanipulation | 1.12-3.2.1 | ExtraBitManipulation-1.12-3.2.1.jar | None |
  109. | UCH | floricraft | 4.4.1 | Floricraft-1.12.2-4.4.1.jar | None |
  110. | UCH | foamfix | 0.9.9.1-1.12.2 | foamfix-0.9.9.1-1.12.2-anarchy.jar | None |
  111. | UCH | forgemultipartcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  112. | UCH | microblockcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
  113. | UCH | minecraftmultipartcbe | 2.4.2.60 | ForgeMultipart-1.12.2-2.4.2.60-universal.jar | None |
  114. | UCH | silentlib | 2.3.5 | SilentLib-1.12.2-2.3.5-117.jar | None |
  115. | UCH | funores | 1.5.7 | FunOres-1.12-1.5.7-118.jar | None |
  116. | UCH | grimpack | 5.2.12.78 | Grim Pack-1.12.2-5.2.12.78.jar | None |
  117. | UCH | rustic | 1.0.6 | rustic-1.0.6.jar | None |
  118. | UCH | growthcraft | 4.0.3.100 | growthcraft-1.12.2-4.0.3.100.jar | None |
  119. | UCH | growthcraft_apples | 4.0.3.100 | growthcraft-1.12.2-4.0.3.100.jar | None |
  120. | UCH | growthcraft_bamboo | 4.0.3.100 | growthcraft-1.12.2-4.0.3.100.jar | None |
  121. | UCH | growthcraft_cellar | 4.0.3.100 | growthcraft-1.12.2-4.0.3.100.jar | None |
  122. | UCH | growthcraft_bees | 4.0.3.100 | growthcraft-1.12.2-4.0.3.100.jar | None |
  123. | UCH | growthcraft_fishtrap | 4.0.3.100 | growthcraft-1.12.2-4.0.3.100.jar | None |
  124. | UCH | growthcraft_grapes | 4.0.3.100 | growthcraft-1.12.2-4.0.3.100.jar | None |
  125. | UCH | growthcraft_hops | 4.0.3.100 | growthcraft-1.12.2-4.0.3.100.jar | None |
  126. | UCH | growthcraft_milk | 4.0.3.100 | growthcraft-1.12.2-4.0.3.100.jar | None |
  127. | UCH | guideapi | 1.12-2.1.6-61 | Guide-API-1.12-2.1.6-61.jar | None |
  128. | UCH | llibrary | 1.7.14 | llibrary-1.7.14-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  129. | UCH | iceandfire | 1.5.2 | iceandfire-1.5.2.jar | None |
  130. | UCH | jurassicraft | 2.1.9 | JurassiCraft-1.12.2-2.1.9.jar | None |
  131. | UCH | zawa | 1.12.2-1.3.2 | zawa - 1.3.2 (1.12.2).jar | None |
  132. | UCH | moon-core | 7.0 | moon-core 7.0 (1.12).jar | None |
  133. | UCH | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
  134. | UCH | faunanatural | Pre_release_0.0.79 | NaturalFauna Mod-Pre-release 3.0.jar | None |
  135. | UCH | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
  136. | UCH | simplecore | 1.6.0.6 | simplecore-1.12.2-1.6.0.6.jar | None |
  137. | UCH | simpleores | 1.11.1.9 | simpleores-1.12.2-1.11.1.9.jar | None |
  138. | UCH | thaumcraft | 6.1.BETA17 | Thaumcraft-1.12.2-6.1.BETA17.jar | None |
  139. | UCEE | ore_stone_variants | 3.5 | ore_stone_variants-3.5.jar | None |
  140. | UC | orespawn | 3.3.0 | OreSpawn-1.12-3.3.0.136.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  141. | UC | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
  142. | UC | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None |
  143. | UC | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  144. | UC | repurpose | 1.0.0.19 | Repurpose-1.0.0.19.jar | None |
  145. | UC | rockcandy | 1.12.2-2.03 | rockcandy-1.12-2.1.0.jar | None |
  146. | UC | rockhounding_core | 3.14 | rockhounding_core-1.12.2-3.14.jar | None |
  147. | UC | gbook | 2.6.5 | Guidebook-1.12.2-2.6.5.jar | None |
  148. | UC | rockhounding_chemistry | 1.12.2-3.24 | rockhounding_chemistry-1.12.2-3.24.jar | None |
  149. | UC | rockhounding_oretiers | 1.12.2-3.08 | rockhounding_oretiers-1.12.2-3.08.jar | None |
  150. | UC | rockhounding_surface | 1.12.2-3.10 | rockhounding_surface-1.12.2-3.10.jar | None |
  151. | UC | saltmod | 1.12_e_ | SaltyMod_1.12.1_e.jar | None |
  152. | UC | scalinghealth | 1.3.19 | ScalingHealth-1.12-1.3.19-102.jar | None |
  153. | UC | simonsmod | 0.4.0 | Simon'sMod-0.4.0.jar | None |
  154. | UC | simplygems | 1.1.3 | simplygems-1.1.3.jar | None |
  155. | UC | taiga | 1.3.2 | taiga-1.12.2-1.3.2.jar | None |
  156. | UC | tem | 3.0.1 | tem-3.0.1.jar | None |
  157. | UC | space | Beta 1.5.1 | TheSpaceAgeMod-Beta-1.5.1.jar | None |
  158. | UC | traverse | 1.5.4 | Traverse-1.12.2-1.5.4-61.jar | None |
  159. | UC | vanillafix | 1.0.9-97 | VanillaFix-1.0.9-97.jar | None |
  160. | UC | xaeroworldmap | 1.2.5 | XaerosWorldMap_1.2.5_Forge_1.12.jar | None |
  161. Loaded coremods (and transformers): CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
  162. team.chisel.ctm.client.asm.CTMTransformer
  163. LoadingPlugin (Quark-r1.4-125.jar)
  164. vazkii.quark.base.asm.ClassTransformer
  165. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b155.jar)
  166.  
  167. SHLoadingPlugin (ScalingHealth-1.12-1.3.19-102.jar)
  168. net.silentchaos512.scalinghealth.asm.SHClassTransformer
  169. VanillaFixLoadingPlugin (VanillaFix-1.0.9-97.jar)
  170.  
  171. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar)
  172. pl.asie.foamfix.coremod.FoamFixTransformer
  173. llibrary (llibrary-core-1.0.6-1.12.2.jar)
  174. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  175. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  176. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1101.0' Renderer: 'AMD Radeon(TM) R5 Graphics'
  177. Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
  178. - TinkerWorld (Enabled/Not Forced)
  179. - TinkerTools (Enabled/Not Forced)
  180. - TinkerHarvestTools (Enabled/Forced)
  181. - TinkerMeleeWeapons (Enabled/Forced)
  182. - TinkerRangedWeapons (Enabled/Forced)
  183. - TinkerModifiers (Enabled/Forced)
  184. - TinkerSmeltery (Enabled/Not Forced)
  185. - TinkerGadgets (Enabled/Not Forced)
  186. - TinkerOredict (Enabled/Forced)
  187. - TinkerIntegration (Enabled/Forced)
  188. - TinkerFluids (Enabled/Forced)
  189. - TinkerMaterials (Enabled/Forced)
  190. - TinkerModelRegister (Enabled/Forced)
  191. - chiselIntegration (Enabled/Not Forced)
  192. - chiselsandbitsIntegration (Enabled/Not Forced)
  193. Suspected Mods: Ore Stone Variants (ore_stone_variants)
  194. Launched Version: forge-14.23.4.2739
  195. LWJGL: 2.9.4
  196. OpenGL: AMD Radeon(TM) R5 Graphics GL version 4.5.13399 Compatibility Profile Context 15.201.1101.0, ATI Technologies Inc.
  197. GL Caps: Using GL 1.3 multitexturing.
  198. Using GL 1.3 texture combiners.
  199. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  200. Shaders are available because OpenGL 2.1 is supported.
  201. VBOs are available because OpenGL 1.5 is supported.
  202. Using VBOs: Yes
  203. Is Modded: Definitely; Client brand changed to 'fml,forge'
  204. Type: Client (map_client.txt)
  205. Resource Packs: Ore Stone Variants.zip, ctp_1.2_MCv3.zip, RSRecolor - Purple.zip, New Default Betapack v2.zip, Jappa Glass Beta 1.11 or 1.12.zip
  206. Current Language: English (US)
  207. Profiler Position: N/A (disabled)
  208. CPU: 4x AMD A8-7410 APU with AMD Radeon R5 Graphics
Add Comment
Please, Sign In to add comment