Advertisement
Zarbi4734

Untitled

Dec 25th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.75 KB | None | 0 0
  1. [19:50:54] [main/INFO] [GradleStart]: Extra: []
  2. [19:50:54] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/user/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
  3. [19:50:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  4. [19:50:54] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  5. [19:50:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
  6. [19:50:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  7. [19:50:54] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
  8. [19:50:54] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_144, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_144\jre
  9. [19:50:54] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  10. [19:50:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
  11. [19:50:54] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
  12. [19:50:54] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
  13. [19:50:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  14. [19:50:54] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  15. [19:50:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
  16. [19:50:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  17. [19:50:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  18. [19:50:54] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  19. [19:50:54] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
  20. [19:50:55] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  21. [19:50:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  22. [19:50:55] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  23. [19:50:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
  24. [19:50:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
  25. [19:50:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
  26. [19:50:56] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
  27. [19:50:56] [main/INFO]: Setting user: Player68
  28. [19:50:57] [Client thread/INFO]: LWJGL Version: 2.9.1
  29. [19:50:58] [Client thread/INFO] [FML]: Could not load splash.properties, will create a default one
  30. [19:50:58] [Client thread/ERROR] [FML]: Could not save the splash.properties file
  31. java.io.FileNotFoundException: .\config\splash.properties (Le chemin d’accès spécifié est introuvable)
  32. at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_144]
  33. at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_144]
  34. at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_144]
  35. at java.io.FileOutputStream.<init>(FileOutputStream.java:162) ~[?:1.8.0_144]
  36. at java.io.FileWriter.<init>(FileWriter.java:90) ~[?:1.8.0_144]
  37. at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:151) [SplashProgress.class:?]
  38. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:193) [FMLClientHandler.class:?]
  39. at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]
  40. at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?]
  41. at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  45. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  46. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  47. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  48. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
  49. at GradleStart.main(Unknown Source) [start/:?]
  50. [19:50:58] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
  51. // Ooh. Shiny.
  52.  
  53. Time: 25/12/17 19:50
  54. Description: Loading screen debug info
  55.  
  56. This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
  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. Details:
  64. Minecraft Version: 1.7.10
  65. Operating System: Windows 10 (amd64) version 10.0
  66. Java Version: 1.8.0_144, Oracle Corporation
  67. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  68. Memory: 793705912 bytes (756 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  69. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  70. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  71. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  72. FML:
  73. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 960/PCIe/SSE2'
  74. [19:50:58] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
  75. [19:50:58] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
  76. [19:50:58] [Client thread/INFO] [FML]: Replaced 183 ore recipies
  77. [19:50:58] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
  78. [19:50:58] [Client thread/INFO] [FML]: Config directory created successfully
  79. [19:50:58] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
  80. [19:50:58] [Client thread/INFO] [FML]: Searching C:\Users\user\Desktop\code\Zarbium 1.7\eclipse\mods for mods
  81. [19:51:04] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
  82. [19:51:04] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, zarbium] at CLIENT
  83. [19:51:04] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, zarbium] at SERVER
  84. [19:51:04] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Zarbium Mod
  85. [19:51:04] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
  86. [19:51:04] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
  87. [19:51:04] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
  88. [19:51:04] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
  89. [19:51:04] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  90. [19:51:05] [Client thread/INFO] [FML]: Applying holder lookups
  91. [19:51:05] [Client thread/INFO] [FML]: Holder lookups applied
  92. [19:51:05] [Client thread/INFO] [FML]: Injecting itemstacks
  93. [19:51:05] [Client thread/INFO] [FML]: Itemstack injection complete
  94. [19:51:05] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
  95. [19:51:05] [Client thread/ERROR] [FML]:
  96. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  97. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  98. UCH FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
  99. UCH Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
  100. UCE zarbium{1.0.9} [Zarbium Mod] (bin)
  101. [19:51:05] [Client thread/ERROR] [FML]: The following problems were captured during this phase
  102. [19:51:05] [Client thread/ERROR] [FML]: Caught exception from zarbium
  103. java.lang.NullPointerException
  104. at com.mod.zarbium.zarbiummod.preInit(zarbiummod.java:72) ~[bin/:?]
  105. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  106. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  107. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  108. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  109. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
  110. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  111. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  112. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  113. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  114. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  115. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  116. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  117. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  118. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  119. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
  120. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
  121. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  122. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  123. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  124. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  125. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
  126. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
  127. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
  128. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
  129. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
  130. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
  131. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) [Loader.class:?]
  132. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [FMLClientHandler.class:?]
  133. at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]
  134. at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?]
  135. at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
  136. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
  137. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_144]
  138. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_144]
  139. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
  140. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  141. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  142. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
  143. at GradleStart.main(Unknown Source) [start/:?]
  144. [19:51:05] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: ---- Minecraft Crash Report ----
  145. // This doesn't make any sense!
  146.  
  147. Time: 25/12/17 19:51
  148. Description: Initializing game
  149.  
  150. java.lang.NullPointerException: Initializing game
  151. at com.mod.zarbium.zarbiummod.preInit(zarbiummod.java:72)
  152. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  153. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  154. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  155. at java.lang.reflect.Method.invoke(Method.java:498)
  156. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  157. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  158. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  159. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  160. at java.lang.reflect.Method.invoke(Method.java:498)
  161. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  162. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  163. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  164. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  165. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  166. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  167. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  168. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  169. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  170. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  171. at java.lang.reflect.Method.invoke(Method.java:498)
  172. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  173. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  174. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  175. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  176. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  177. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  178. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  179. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  180. at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)
  181. at net.minecraft.client.Minecraft.run(Minecraft.java:942)
  182. at net.minecraft.client.main.Main.main(Main.java:164)
  183. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  184. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  185. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  186. at java.lang.reflect.Method.invoke(Method.java:498)
  187. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  188. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  189. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  190. at GradleStart.main(Unknown Source)
  191.  
  192.  
  193. A detailed walkthrough of the error, its code path and all known details is as follows:
  194. ---------------------------------------------------------------------------------------
  195.  
  196. -- Head --
  197. Stacktrace:
  198. at com.mod.zarbium.zarbiummod.preInit(zarbiummod.java:72)
  199. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  200. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  201. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  202. at java.lang.reflect.Method.invoke(Method.java:498)
  203. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  204. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  205. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  206. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  207. at java.lang.reflect.Method.invoke(Method.java:498)
  208. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  209. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  210. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  211. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  212. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  213. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  214. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  215. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  216. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  217. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  218. at java.lang.reflect.Method.invoke(Method.java:498)
  219. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  220. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  221. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  222. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  223. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  224. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  225. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  226. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  227. at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)
  228.  
  229. -- Initialization --
  230. Details:
  231. Stacktrace:
  232. at net.minecraft.client.Minecraft.run(Minecraft.java:942)
  233. at net.minecraft.client.main.Main.main(Main.java:164)
  234. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  235. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  236. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  237. at java.lang.reflect.Method.invoke(Method.java:498)
  238. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  239. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  240. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  241. at GradleStart.main(Unknown Source)
  242.  
  243. -- System Details --
  244. Details:
  245. Minecraft Version: 1.7.10
  246. Operating System: Windows 10 (amd64) version 10.0
  247. Java Version: 1.8.0_144, Oracle Corporation
  248. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  249. Memory: 645766056 bytes (615 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  250. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  251. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  252. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  253. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 4 mods loaded, 4 mods active
  254. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  255. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  256. UCH FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
  257. UCH Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
  258. UCE zarbium{1.0.9} [Zarbium Mod] (bin)
  259. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 960/PCIe/SSE2'
  260. Launched Version: 1.7.10
  261. LWJGL: 2.9.1
  262. OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
  263. GL Caps: Using GL 1.3 multitexturing.
  264. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  265. Anisotropic filtering is supported and maximum anisotropy is 16.
  266. Shaders are available because OpenGL 2.1 is supported.
  267.  
  268. Is Modded: Definitely; Client brand changed to 'fml,forge'
  269. Type: Client (map_client.txt)
  270. Resource Packs: []
  271. Current Language: English (US)
  272. Profiler Position: N/A (disabled)
  273. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  274. Anisotropic Filtering: Off (1)
  275. [19:51:05] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\user\Desktop\code\Zarbium 1.7\eclipse\.\crash-reports\crash-2017-12-25_19.51.05-client.txt
  276. Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement