Advertisement
Guest User

Starship Crash 1

a guest
Feb 14th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 18.50 KB | None | 0 0
  1. Feb 14, 2014 8:52:08 PM net.minecraft.launchwrapper.LogWrapper log
  2. INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  3. Feb 14, 2014 8:52:08 PM net.minecraft.launchwrapper.LogWrapper log
  4. INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
  5. Feb 14, 2014 8:52:08 PM net.minecraft.launchwrapper.LogWrapper log
  6. INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
  7. 2014-02-14 20:52:08 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
  8. 2014-02-14 20:52:08 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.9.1, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
  9. 2014-02-14 20:52:08 [INFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
  10. 2014-02-14 20:52:08 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  11. 2014-02-14 20:52:08 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
  12. 2014-02-14 20:52:08 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  13. 2014-02-14 20:52:08 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
  14. 2014-02-14 20:52:08 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  15. 2014-02-14 20:52:08 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
  16. 2014-02-14 20:52:08 [SEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!
  17. 2014-02-14 20:52:09 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
  18. 2014-02-14 20:52:09 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
  19. 2014-02-14 20:52:09 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
  20. 2014-02-14 20:52:09 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
  21. 2014-02-14 20:52:10 [INFO] [Minecraft-Client] Setting user: Player169
  22. 2014-02-14 20:52:11 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
  23. 2014-02-14 20:52:11 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
  24. 2014-02-14 20:52:11 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
  25. 2014-02-14 20:52:11 [INFO] [STDOUT] MinecraftForge v9.11.1.965 Initialized
  26. 2014-02-14 20:52:11 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.965 Initialized
  27. 2014-02-14 20:52:12 [INFO] [STDOUT] Replaced 111 ore recipies
  28. 2014-02-14 20:52:12 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
  29. 2014-02-14 20:52:12 [INFO] [ForgeModLoader] Reading custom logging properties from /Users/joelphillips/Desktop/mcp/Starship v1.6.4/forge/mcp/jars/config/logging.properties
  30. 2014-02-14 20:52:12 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
  31. 2014-02-14 20:52:12 [INFO] [ForgeModLoader] Searching /Users/ryanconnor/Desktop/mcp/Starship v1.6.4/forge/mcp/jars/mods for mods
  32. 2014-02-14 20:52:12 [WARNING] [ForgeModLoader] Unable to parse dependency string required-after:Forge, required-after:GalacticraftCore
  33. 2014-02-14 20:52:12 [WARNING] [ForgeModLoader] Identified a problem with the mod candidate /Users/ryanconnor/Desktop/mcp/Starship v1.6.4/forge/mcp/eclipse/Minecraft/bin, ignoring this source
  34. cpw.mods.fml.common.LoaderException
  35.     at cpw.mods.fml.common.Loader.computeDependencies(Loader.java:687)
  36.     at cpw.mods.fml.common.FMLModContainer.bindMetadata(FMLModContainer.java:180)
  37.     at cpw.mods.fml.common.discovery.DirectoryDiscoverer.exploreFileSystem(DirectoryDiscoverer.java:119)
  38.     at cpw.mods.fml.common.discovery.DirectoryDiscoverer.exploreFileSystem(DirectoryDiscoverer.java:88)
  39.     at cpw.mods.fml.common.discovery.DirectoryDiscoverer.exploreFileSystem(DirectoryDiscoverer.java:88)
  40.     at cpw.mods.fml.common.discovery.DirectoryDiscoverer.discover(DirectoryDiscoverer.java:52)
  41.     at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42)
  42.     at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71)
  43.     at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:137)
  44.     at cpw.mods.fml.common.Loader.identifyMods(Loader.java:353)
  45.     at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
  46.     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  47.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  48.     at net.minecraft.client.Minecraft.run(Minecraft.java:808)
  49.     at net.minecraft.client.main.Main.main(Main.java:93)
  50.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  52.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  53.     at java.lang.reflect.Method.invoke(Method.java:597)
  54.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  55.     at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  56. 2014-02-14 20:52:14 [INFO] [ForgeModLoader] Forge Mod Loader has identified 5 mods to load
  57. 2014-02-14 20:52:14 [INFO] [mcp] Activating mod mcp
  58. 2014-02-14 20:52:14 [INFO] [FML] Activating mod FML
  59. 2014-02-14 20:52:14 [INFO] [Forge] Activating mod Forge
  60. 2014-02-14 20:52:14 [INFO] [GalacticraftCore] Activating mod GalacticraftCore
  61. 2014-02-14 20:52:14 [INFO] [GalacticraftMars] Activating mod GalacticraftMars
  62. 2014-02-14 20:52:14 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
  63. 2014-02-14 20:52:14 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
  64. 2014-02-14 20:52:14 [WARNING] [Galacticraft Core] Mod Galacticraft Core is missing a pack.mcmeta file, things may not work well
  65. 2014-02-14 20:52:14 [WARNING] [Galacticraft Mars] Mod Galacticraft Mars is missing a pack.mcmeta file, things may not work well
  66. 2014-02-14 20:52:14 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Galacticraft Mars
  67. 2014-02-14 20:52:14 [INFO] [ForgeModLoader] Registering Forge Packet Handler
  68. 2014-02-14 20:52:14 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
  69. 2014-02-14 20:52:14 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
  70. 2014-02-14 20:52:14 [SEVERE] [GalacticraftMars] Skipping event FMLPreInitializationEvent and marking errored mod GalacticraftMars since required dependency GalacticraftCore has errored
  71. 2014-02-14 20:52:14 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
  72. 2014-02-14 20:52:14 [SEVERE] [ForgeModLoader]
  73.     mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  74.     FML{6.4.49.965} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized
  75.     Forge{9.11.1.965} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized
  76.     GalacticraftCore{2.0.4} [Galacticraft Core] (GC-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Errored
  77.     GalacticraftMars{2.0.4} [Galacticraft Mars] (GC-Planets-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Errored
  78. 2014-02-14 20:52:14 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
  79. 2014-02-14 20:52:14 [SEVERE] [ForgeModLoader] Caught exception from GalacticraftCore
  80. java.lang.NoSuchFieldError: field_76246_e
  81.     at micdoodle8.mods.galacticraft.moon.blocks.GCMoonBlock.<init>(GCMoonBlock.java:43)
  82.     at micdoodle8.mods.galacticraft.moon.blocks.GCMoonBlocks.initBlocks(GCMoonBlocks.java:18)
  83.     at micdoodle8.mods.galacticraft.moon.GalacticraftMoon.preLoad(GalacticraftMoon.java:59)
  84.     at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:196)
  85.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  86.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  87.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  88.     at java.lang.reflect.Method.invoke(Method.java:597)
  89.     at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  90.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  91.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  92.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  93.     at java.lang.reflect.Method.invoke(Method.java:597)
  94.     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  95.     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  96.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  97.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  98.     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  99.     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  100.     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  101.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  103.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  104.     at java.lang.reflect.Method.invoke(Method.java:597)
  105.     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  106.     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  107.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  108.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  109.     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  110.     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  111.     at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  112.     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  113.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  114.     at net.minecraft.client.Minecraft.run(Minecraft.java:808)
  115.     at net.minecraft.client.main.Main.main(Main.java:93)
  116.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  117.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  118.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  119.     at java.lang.reflect.Method.invoke(Method.java:597)
  120.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  121.     at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  122. 2014-02-14 20:52:14 [INFO] [STDOUT] ---- Minecraft Crash Report ----
  123. 2014-02-14 20:52:14 [INFO] [STDOUT] // Sorry :(
  124. 2014-02-14 20:52:14 [INFO] [STDOUT]
  125. 2014-02-14 20:52:14 [INFO] [STDOUT] Time: 2/14/14 8:52 PM
  126. 2014-02-14 20:52:14 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
  127. 2014-02-14 20:52:14 [INFO] [STDOUT]
  128. 2014-02-14 20:52:14 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_76246_e
  129. 2014-02-14 20:52:14 [INFO] [STDOUT]    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
  130. 2014-02-14 20:52:14 [INFO] [STDOUT]    at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
  131. 2014-02-14 20:52:14 [INFO] [STDOUT]    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  132. 2014-02-14 20:52:14 [INFO] [STDOUT]    at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  133. 2014-02-14 20:52:14 [INFO] [STDOUT]    at net.minecraft.client.Minecraft.run(Minecraft.java:808)
  134. 2014-02-14 20:52:14 [INFO] [STDOUT]    at net.minecraft.client.main.Main.main(Main.java:93)
  135. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  136. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  137. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  138. 2014-02-14 20:52:14 [INFO] [STDOUT]    at java.lang.reflect.Method.invoke(Method.java:597)
  139. 2014-02-14 20:52:14 [INFO] [STDOUT]    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  140. 2014-02-14 20:52:14 [INFO] [STDOUT]    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  141. 2014-02-14 20:52:14 [INFO] [STDOUT] Caused by: java.lang.NoSuchFieldError: field_76246_e
  142. 2014-02-14 20:52:14 [INFO] [STDOUT]    at micdoodle8.mods.galacticraft.moon.blocks.GCMoonBlock.<init>(GCMoonBlock.java:43)
  143. 2014-02-14 20:52:14 [INFO] [STDOUT]    at micdoodle8.mods.galacticraft.moon.blocks.GCMoonBlocks.initBlocks(GCMoonBlocks.java:18)
  144. 2014-02-14 20:52:14 [INFO] [STDOUT]    at micdoodle8.mods.galacticraft.moon.GalacticraftMoon.preLoad(GalacticraftMoon.java:59)
  145. 2014-02-14 20:52:14 [INFO] [STDOUT]    at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:196)
  146. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  147. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  148. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  149. 2014-02-14 20:52:14 [INFO] [STDOUT]    at java.lang.reflect.Method.invoke(Method.java:597)
  150. 2014-02-14 20:52:14 [INFO] [STDOUT]    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  151. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  152. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  153. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  154. 2014-02-14 20:52:14 [INFO] [STDOUT]    at java.lang.reflect.Method.invoke(Method.java:597)
  155. 2014-02-14 20:52:14 [INFO] [STDOUT]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  156. 2014-02-14 20:52:14 [INFO] [STDOUT]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  157. 2014-02-14 20:52:14 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  158. 2014-02-14 20:52:14 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  159. 2014-02-14 20:52:14 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  160. 2014-02-14 20:52:14 [INFO] [STDOUT]    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  161. 2014-02-14 20:52:14 [INFO] [STDOUT]    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  162. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  163. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  164. 2014-02-14 20:52:14 [INFO] [STDOUT]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  165. 2014-02-14 20:52:14 [INFO] [STDOUT]    at java.lang.reflect.Method.invoke(Method.java:597)
  166. 2014-02-14 20:52:14 [INFO] [STDOUT]    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  167. 2014-02-14 20:52:14 [INFO] [STDOUT]    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  168. 2014-02-14 20:52:14 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  169. 2014-02-14 20:52:14 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  170. 2014-02-14 20:52:14 [INFO] [STDOUT]    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  171. 2014-02-14 20:52:14 [INFO] [STDOUT]    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  172. 2014-02-14 20:52:14 [INFO] [STDOUT]    at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  173. 2014-02-14 20:52:14 [INFO] [STDOUT]    ... 10 more
  174. 2014-02-14 20:52:14 [INFO] [STDOUT]
  175. 2014-02-14 20:52:14 [INFO] [STDOUT]
  176. 2014-02-14 20:52:14 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
  177. 2014-02-14 20:52:14 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
  178. 2014-02-14 20:52:14 [INFO] [STDOUT]
  179. 2014-02-14 20:52:14 [INFO] [STDOUT] -- System Details --
  180. 2014-02-14 20:52:14 [INFO] [STDOUT] Details:
  181. 2014-02-14 20:52:14 [INFO] [STDOUT]    Minecraft Version: 1.6.4
  182. 2014-02-14 20:52:14 [INFO] [STDOUT]    Operating System: Mac OS X (x86_64) version 10.9.1
  183. 2014-02-14 20:52:14 [INFO] [STDOUT]    Java Version: 1.6.0_65, Apple Inc.
  184. 2014-02-14 20:52:14 [INFO] [STDOUT]    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
  185. 2014-02-14 20:52:14 [INFO] [STDOUT]    Memory: 964901800 bytes (920 MB) / 1065025536 bytes (1015 MB) up to 1065025536 bytes (1015 MB)
  186. 2014-02-14 20:52:14 [INFO] [STDOUT]    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  187. 2014-02-14 20:52:14 [INFO] [STDOUT]    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  188. 2014-02-14 20:52:14 [INFO] [STDOUT]    Suspicious classes: FML and Forge are installed
  189. 2014-02-14 20:52:14 [INFO] [STDOUT]    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  190. 2014-02-14 20:52:14 [INFO] [STDOUT]    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 5 mods loaded, 5 mods active
  191. 2014-02-14 20:52:14 [INFO] [STDOUT]    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  192. 2014-02-14 20:52:14 [INFO] [STDOUT]    FML{6.4.49.965} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized
  193. 2014-02-14 20:52:14 [INFO] [STDOUT]    Forge{9.11.1.965} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized
  194. 2014-02-14 20:52:14 [INFO] [STDOUT]    GalacticraftCore{2.0.4} [Galacticraft Core] (GC-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Errored
  195. 2014-02-14 20:52:14 [INFO] [STDOUT]    GalacticraftMars{2.0.4} [Galacticraft Mars] (GC-Planets-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Errored
  196. 2014-02-14 20:52:14 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# /Users/ryanconnor/Desktop/mcp/Starship v1.6.4/forge/mcp/jars/./crash-reports/crash-2014-02-14_20.52.14-client.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement