Advertisement
SHADOWCRAFTER666

tyfgv

Oct 27th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.56 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Contact their authors BEFORE contacting forge
  5.  
  6. // My bad.
  7.  
  8. Time: 10/27/18 6:48 PM
  9. Description: Initializing game
  10.  
  11. java.lang.ArrayIndexOutOfBoundsException: 0
  12. at pokecube.modelloader.CommonProxy.checkInFolder(CommonProxy.java:113)
  13. at pokecube.modelloader.CommonProxy.filesExist(CommonProxy.java:255)
  14. at pokecube.modelloader.CommonProxy.providesModels(CommonProxy.java:390)
  15. at pokecube.modelloader.ModPokecubeML.init(ModPokecubeML.java:82)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:497)
  20. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  21. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:497)
  24. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  25. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  26. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  27. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  28. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  29. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
  30. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34. at java.lang.reflect.Method.invoke(Method.java:497)
  35. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  36. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  37. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  38. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  40. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  41. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
  42. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
  43. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
  44. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
  45. at net.minecraft.client.main.Main.main(SourceFile:124)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  49. at java.lang.reflect.Method.invoke(Method.java:497)
  50. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  51. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  52.  
  53.  
  54. A detailed walkthrough of the error, its code path and all known details is as follows:
  55. ---------------------------------------------------------------------------------------
  56.  
  57. -- Head --
  58. Stacktrace:
  59. at pokecube.modelloader.CommonProxy.checkInFolder(CommonProxy.java:113)
  60. at pokecube.modelloader.CommonProxy.filesExist(CommonProxy.java:255)
  61. at pokecube.modelloader.CommonProxy.providesModels(CommonProxy.java:390)
  62. at pokecube.modelloader.ModPokecubeML.init(ModPokecubeML.java:82)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  66. at java.lang.reflect.Method.invoke(Method.java:497)
  67. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  68. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:497)
  71. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  72. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  73. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  74. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  75. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  76. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
  77. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  81. at java.lang.reflect.Method.invoke(Method.java:497)
  82. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  83. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  84. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  85. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  86. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  87. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  88. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
  89. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
  90. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
  91.  
  92. -- Initialization --
  93. Details:
  94. Stacktrace:
  95. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
  96. at net.minecraft.client.main.Main.main(SourceFile:124)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  98. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  99. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  100. at java.lang.reflect.Method.invoke(Method.java:497)
  101. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  102. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  103.  
  104. -- System Details --
  105. Details:
  106. Minecraft Version: 1.8.9
  107. Operating System: Windows 10 (amd64) version 10.0
  108. CPU: 4x Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
  109. Java Version: 1.8.0_51, Oracle Corporation
  110. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  111. Memory: 287496728 bytes (274 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
  112. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  113. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  114. FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_I7 14 mods loaded, 14 mods active
  115. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  116. UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  117. UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
  118. UCHI Forge{11.15.1.2318} [Minecraft Forge] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
  119. UCHI JEI{2.28.18.186} [Just Enough Items] (jei_1.8.9-2.28.18.186.jar)
  120. UCHI macrokey{1.8.9-1.1.5.1} [MacroKey] (macrokey-1.8.9-1.1.5.1.jar)
  121. UCHI thutcore{2.5.1} [ThutCore] (thutcore-1.8.9-2.5.1.jar)
  122. UCHI NBTEditpqb{1.8.9-1.0} [In-game NBTEdit - Pokecube Edition] (Pokecube+Core-2.6.3.jar)
  123. UCHI pokecube{2.6.3} [Pokécube Core] (Pokecube+Core-2.6.3.jar)
  124. UCHE pokecube_ml{0.1.0} [Pokecube Model Loader] (Pokecube+Core-2.6.3.jar)
  125. UCHI pokecube_mobs{1.2.2} [Pokécube Mobs] (Pokecube+Mobs-1.2.2.jar)
  126. UCHI pokecube_adventures{2.4.2} [Pokécube Revival] (Pokecube+Revival-2.4.2.jar)
  127. UCHI pokecube_compat{1.0} [Pokecube Compat] (Pokecube+Revival-2.4.2.jar)
  128. UCHI pokeplayer{@VERSION} [Pokecube Mystery Dungeon] (Pokecube+Revival-2.4.2.jar)
  129. UCHI Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar)
  130. Loaded coremods (and transformers):
  131. GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 23.20.16.4973' Renderer: 'Intel(R) HD Graphics 630'
  132. Launched Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9
  133. LWJGL: 2.9.4
  134. OpenGL: Intel(R) HD Graphics 630 GL version 4.5.0 - Build 23.20.16.4973, Intel
  135. GL Caps: Using GL 1.3 multitexturing.
  136. Using GL 1.3 texture combiners.
  137. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  138. Shaders are available because OpenGL 2.1 is supported.
  139. VBOs are available because OpenGL 1.5 is supported.
  140.  
  141. Using VBOs: No
  142. Is Modded: Definitely; Client brand changed to 'fml,forge'
  143. Type: Client (map_client.txt)
  144. Resource Packs:
  145. Current Language: English (US)
  146. Profiler Position: N/A (disabled)
  147. CPU: 4x Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
  148. OptiFine Version: OptiFine_1.8.9_HD_U_I7
  149. Render Distance Chunks: 14
  150. Mipmaps: 4
  151. Anisotropic Filtering: 1
  152. Antialiasing: 0
  153. Multitexture: false
  154. Shaders: null
  155. OpenGlVersion: 4.5.0 - Build 23.20.16.4973
  156. OpenGlRenderer: Intel(R) HD Graphics 630
  157. OpenGlVendor: Intel
  158. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement