[1.6.4] Добавление мода в библиотеки

769
1
42
День добрый. У меня никак не получается добавить в библиотеки мод, сам он стабильный и по идеи должен работать, но у меня крашит. Вот что я делаю чтобы его добавить. Заранее спасибо.
И все. Загружаю и краш происходит.
А вот лог:
Код:
апр 14, 2016 5:09:37 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
апр 14, 2016 5:09:37 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
апр 14, 2016 5:09:37 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Forge Mod Loader version 6.99.19.963 for Minecraft 1.6.4 loading
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_80, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre7
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-14 17:09:37 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2016-04-14 17:09:37 [SEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!
2016-04-14 17:09:37 [SEVERE] [ForgeModLoader] The minecraft jar file:/C:/Users/murat/.gradle/caches/minecraft/net/minecraftforge/forge/1.6.4-9.11.1.963/forge-1.6.4-9.11.1.963-mcp.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
2016-04-14 17:09:37 [SEVERE] [ForgeModLoader] FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
2016-04-14 17:09:37 [SEVERE] [ForgeModLoader] Technical information: ClientBrandRetriever was at jar:file:/C:/Users/murat/.gradle/caches/minecraft/net/minecraftforge/forge/1.6.4-9.11.1.963/forge-1.6.4-9.11.1.963-mcp.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
2016-04-14 17:09:37 [SEVERE] [ForgeModLoader] FML appears to be missing any signature data. This is not a good thing
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-14 17:09:37 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-14 17:09:37 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2016-04-14 17:09:38 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
2016-04-14 17:09:42 [INFO] [Minecraft-Client] Setting user: Player427
2016-04-14 17:09:43 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2016-04-14 17:09:47 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2016-04-14 17:09:48 [INFO] [STDOUT] [BetterFonts] Transformer is about to patch : net.minecraft.client.gui.FontRenderer
2016-04-14 17:09:48 [INFO] [STDOUT] net.minecraft.client.gui.FontRenderer not found in [1.6.4]BetterFonts1.0.3.jar
2016-04-14 17:09:48 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2016-04-14 17:09:48 [INFO] [STDOUT] MinecraftForge v9.11.1.963 Initialized
2016-04-14 17:09:48 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.963 Initialized
2016-04-14 17:09:49 [INFO] [STDOUT] Replaced 112 ore recipies
2016-04-14 17:09:49 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2016-04-14 17:09:49 [INFO] [ForgeModLoader] Reading custom logging properties from E:\Work Space\ModEditor\1.6.4\gradle\eclipse\config\logging.properties
2016-04-14 17:09:49 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2016-04-14 17:09:49 [INFO] [ForgeModLoader] Searching E:\Work Space\ModEditor\1.6.4\gradle\eclipse\mods for mods
2016-04-14 17:09:53 [SEVERE] [ForgeModLoader] FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.Start. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
2016-04-14 17:09:53 [SEVERE] [ForgeModLoader] FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
2016-04-14 17:09:55 [INFO] [ForgeModLoader] Forge Mod Loader has identified 9 mods to load
2016-04-14 17:09:55 [INFO] [mcp] Activating mod mcp
2016-04-14 17:09:55 [INFO] [FML] Activating mod FML
2016-04-14 17:09:55 [INFO] [Forge] Activating mod Forge
2016-04-14 17:09:55 [INFO] [BetterFonts] Activating mod BetterFonts
2016-04-14 17:09:55 [INFO] [VacuumHorizon] Activating mod VacuumHorizon
2016-04-14 17:09:55 [INFO] [VacuumPlanets] Activating mod VacuumPlanets
2016-04-14 17:09:55 [INFO] [IC2] Activating mod IC2
2016-04-14 17:09:55 [INFO] [GalacticraftCore] Activating mod GalacticraftCore
2016-04-14 17:09:55 [INFO] [GalacticraftMars] Activating mod GalacticraftMars
2016-04-14 17:09:55 [WARNING] [Vacuum Horizon] Mod Vacuum Horizon is missing a pack.mcmeta file, things may not work well
2016-04-14 17:09:55 [WARNING] [Vacuum Planets] Mod Vacuum Planets is missing a pack.mcmeta file, things may not work well
2016-04-14 17:09:55 [WARNING] [Galacticraft Core] Mod Galacticraft Core is missing a pack.mcmeta file, things may not work well
2016-04-14 17:09:55 [WARNING] [Galacticraft Mars] Mod Galacticraft Mars is missing a pack.mcmeta file, things may not work well
2016-04-14 17:09:55 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Vacuum Horizon, FMLFileResourcePack:Vacuum Planets, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Galacticraft Core, FMLFileResourcePack:Galacticraft Mars
2016-04-14 17:09:55 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2016-04-14 17:09:55 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2016-04-14 17:09:57 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2016-04-14 17:09:58 [INFO] [IC2] Starting initialization
2016-04-14 17:09:58 [INFO] [IC2] Config loaded from E:\Work Space\ModEditor\1.6.4\gradle\eclipse\.\config\IC2.cfg
2016-04-14 17:09:58 [INFO] [IC2] Using 32 audio sources.
2016-04-14 17:10:02 [INFO] [IC2] Finished initialization after 3246 ms
2016-04-14 17:10:02 [SEVERE] [GalacticraftMars] Skipping event FMLPreInitializationEvent and marking errored mod GalacticraftMars since required dependency GalacticraftCore has errored
2016-04-14 17:10:02 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
2016-04-14 17:10:02 [SEVERE] [ForgeModLoader] 
 mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
 FML{6.99.19.963} [Forge Mod Loader] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized
 Forge{9.11.1.963} [Minecraft Forge] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized
 BetterFonts{1.0.3} [BetterFonts] (minecraft.jar) Unloaded->Constructed->Pre-initialized
 VacuumHorizon{1.1Beta} [Vacuum Horizon] (bin) Unloaded->Constructed->Pre-initialized
 VacuumPlanets{1.0} [Vacuum Planets] (bin) Unloaded->Constructed->Pre-initialized
 IC2{2.0.397-experimental} [IndustrialCraft 2] (industrialcraft-2-dev-deobf_2.0.397-experimental.jar) Unloaded->Constructed->Pre-initialized
 GalacticraftCore{2.0.4} [Galacticraft Core] (GC-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Errored
 GalacticraftMars{2.0.4} [Galacticraft Mars] (GC-Planets-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Errored
2016-04-14 17:10:02 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2016-04-14 17:10:02 [SEVERE] [ForgeModLoader] Caught exception from GalacticraftCore
java.lang.NoSuchFieldError: field_76246_e
 at micdoodle8.mods.galacticraft.moon.blocks.GCMoonBlock.<init>(GCMoonBlock.java:43)
 at micdoodle8.mods.galacticraft.moon.blocks.GCMoonBlocks.initBlocks(GCMoonBlocks.java:18)
 at micdoodle8.mods.galacticraft.moon.GalacticraftMoon.preLoad(GalacticraftMoon.java:59)
 at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:196)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:523)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
 at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
 at com.google.common.eventbus.EventBus.post(EventBus.java:267)
 at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:197)
 at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:177)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
 at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
 at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
 at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
 at com.google.common.eventbus.EventBus.post(EventBus.java:267)
 at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:108)
 at cpw.mods.fml.common.Loader.loadMods(Loader.java:493)
 at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:175)
 at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
 at net.minecraft.client.Minecraft.run(Minecraft.java:808)
 at net.minecraft.client.main.Main.main(Main.java:101)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
 at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2016-04-14 17:10:02 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2016-04-14 17:10:02 [INFO] [STDOUT] // My bad.
2016-04-14 17:10:02 [INFO] [STDOUT] 
2016-04-14 17:10:02 [INFO] [STDOUT] Time: 14.04.16 17:10
2016-04-14 17:10:02 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
2016-04-14 17:10:02 [INFO] [STDOUT] 
2016-04-14 17:10:02 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_76246_e
2016-04-14 17:10:02 [INFO] [STDOUT]  at cpw.mods.fml.common.LoadController.transition(LoadController.java:152)
2016-04-14 17:10:02 [INFO] [STDOUT]  at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
2016-04-14 17:10:02 [INFO] [STDOUT]  at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:175)
2016-04-14 17:10:02 [INFO] [STDOUT]  at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
2016-04-14 17:10:02 [INFO] [STDOUT]  at net.minecraft.client.Minecraft.run(Minecraft.java:808)
2016-04-14 17:10:02 [INFO] [STDOUT]  at net.minecraft.client.main.Main.main(Main.java:101)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2016-04-14 17:10:02 [INFO] [STDOUT]  at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2016-04-14 17:10:02 [INFO] [STDOUT] Caused by: java.lang.NoSuchFieldError: field_76246_e
2016-04-14 17:10:02 [INFO] [STDOUT]  at micdoodle8.mods.galacticraft.moon.blocks.GCMoonBlock.<init>(GCMoonBlock.java:43)
2016-04-14 17:10:02 [INFO] [STDOUT]  at micdoodle8.mods.galacticraft.moon.blocks.GCMoonBlocks.initBlocks(GCMoonBlocks.java:18)
2016-04-14 17:10:02 [INFO] [STDOUT]  at micdoodle8.mods.galacticraft.moon.GalacticraftMoon.preLoad(GalacticraftMoon.java:59)
2016-04-14 17:10:02 [INFO] [STDOUT]  at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:196)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:523)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2016-04-14 17:10:02 [INFO] [STDOUT]  at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2016-04-14 17:10:02 [INFO] [STDOUT]  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2016-04-14 17:10:02 [INFO] [STDOUT]  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2016-04-14 17:10:02 [INFO] [STDOUT]  at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2016-04-14 17:10:02 [INFO] [STDOUT]  at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:197)
2016-04-14 17:10:02 [INFO] [STDOUT]  at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:177)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-14 17:10:02 [INFO] [STDOUT]  at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2016-04-14 17:10:02 [INFO] [STDOUT]  at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2016-04-14 17:10:02 [INFO] [STDOUT]  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2016-04-14 17:10:02 [INFO] [STDOUT]  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2016-04-14 17:10:02 [INFO] [STDOUT]  at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2016-04-14 17:10:02 [INFO] [STDOUT]  at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:108)
2016-04-14 17:10:02 [INFO] [STDOUT]  at cpw.mods.fml.common.Loader.loadMods(Loader.java:493)
2016-04-14 17:10:02 [INFO] [STDOUT]  ... 10 more
2016-04-14 17:10:02 [INFO] [STDOUT] 
2016-04-14 17:10:02 [INFO] [STDOUT] 
2016-04-14 17:10:02 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2016-04-14 17:10:02 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2016-04-14 17:10:02 [INFO] [STDOUT] 
2016-04-14 17:10:02 [INFO] [STDOUT] -- System Details --
2016-04-14 17:10:02 [INFO] [STDOUT] Details:
2016-04-14 17:10:02 [INFO] [STDOUT]  Minecraft Version: 1.6.4
2016-04-14 17:10:02 [INFO] [STDOUT]  Operating System: Windows 8.1 (x86) version 6.3
2016-04-14 17:10:02 [INFO] [STDOUT]  Java Version: 1.7.0_80, Oracle Corporation
2016-04-14 17:10:02 [INFO] [STDOUT]  Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
2016-04-14 17:10:02 [INFO] [STDOUT]  Memory: 942601648 bytes (898 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
2016-04-14 17:10:02 [INFO] [STDOUT]  JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
2016-04-14 17:10:02 [INFO] [STDOUT]  AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2016-04-14 17:10:02 [INFO] [STDOUT]  Suspicious classes: FML and Forge are installed
2016-04-14 17:10:02 [INFO] [STDOUT]  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2016-04-14 17:10:02 [INFO] [STDOUT]  FML: MCP v8.11 FML v6.99.19.963 Minecraft Forge 9.11.1.963 9 mods loaded, 9 mods active
2016-04-14 17:10:02 [INFO] [STDOUT]  mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
2016-04-14 17:10:02 [INFO] [STDOUT]  FML{6.99.19.963} [Forge Mod Loader] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized
2016-04-14 17:10:02 [INFO] [STDOUT]  Forge{9.11.1.963} [Minecraft Forge] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized
2016-04-14 17:10:02 [INFO] [STDOUT]  BetterFonts{1.0.3} [BetterFonts] (minecraft.jar) Unloaded->Constructed->Pre-initialized
2016-04-14 17:10:02 [INFO] [STDOUT]  VacuumHorizon{1.1Beta} [Vacuum Horizon] (bin) Unloaded->Constructed->Pre-initialized
2016-04-14 17:10:02 [INFO] [STDOUT]  VacuumPlanets{1.0} [Vacuum Planets] (bin) Unloaded->Constructed->Pre-initialized
2016-04-14 17:10:02 [INFO] [STDOUT]  IC2{2.0.397-experimental} [IndustrialCraft 2] (industrialcraft-2-dev-deobf_2.0.397-experimental.jar) Unloaded->Constructed->Pre-initialized
2016-04-14 17:10:02 [INFO] [STDOUT]  GalacticraftCore{2.0.4} [Galacticraft Core] (GC-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Errored
2016-04-14 17:10:02 [INFO] [STDOUT]  GalacticraftMars{2.0.4} [Galacticraft Mars] (GC-Planets-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Errored
2016-04-14 17:10:02 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# E:\Work Space\ModEditor\1.6.4\gradle\eclipse\.\crash-reports\crash-2016-04-14_17.10.02-client.txt
 

timaxa007

Модератор
5,831
409
672
Если не ошибаюсь, то для GC нужно импортировать сами библиотеки модов, а dev библиотеки присоединять как исходники. Но как-же всё равно будет краш, но с другой библиотекой. Так как версии сборки dev и модов отличаются для 1.6.4.
 

timaxa007

Модератор
5,831
409
672
Может я и ошибался. Я точно не знаю. Попробуй скачать исходники с GitHub, а build.gradle Dev-Deobf версии и API. Больше вариантов я не знаю каких-либо.
 
769
1
42
Спасибо, попробую
[merge_posts_bbcode]Добавлено: 14.04.2016 18:47:51[/merge_posts_bbcode]

Не. не получится, исходников на 1.6.4 нету
 
769
1
42
А блин, не заметил. Огромное спасибо, щас попробую.
[merge_posts_bbcode]Добавлено: 14.04.2016 19:11:56[/merge_posts_bbcode]

Добавил. но теперь куча ошибок в эклипсе...(и да я добавлял недостающие моды такие как CodeChikenCore)
 
1,057
50
234
Я спокойно в эклипс сую дев билды GC. Все работает.
 
769
1
42
BlesseNtumble написал(а):
Я спокойно в эклипс сую дев билды GC. Все работает.
А вот у меня как видишь нет. Но не понятно почему. На сайте написано, что это рекомендованная сборка и должна работать, я даже на jenkins качал и все равно не работает. А на 1.7.10 все норм.
 
769
1
42
Поискал в интернете и нашел такую штуку
Код:
dependencies = "required-after:GalacticraftCore;"
Поставил ее в @Mod краш тот же...
 
769
1
42
Вообщем я добавил CodeChikenCore в eclipse/mods и у меня изменился краш.
Код:
апр 16, 2016 5:03:49 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
апр 16, 2016 5:03:49 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
апр 16, 2016 5:03:49 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2016-04-16 17:03:50 [INFO] [ForgeModLoader] Forge Mod Loader version 6.99.19.963 for Minecraft 1.6.4 loading
2016-04-16 17:03:50 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_80, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre7
2016-04-16 17:03:50 [INFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2016-04-16 17:03:50 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2016-04-16 17:03:51 [SEVERE] [ForgeModLoader] Unable to read the jar file CodeChickenLib-dev-1.6.4-1.0.0.62.jar - ignoring
java.io.FileNotFoundException: E:\Work Space\ModEditor\1.6.4\gradle\eclipse\mods\CodeChickenLib-dev-1.6.4-1.0.0.62.jar (Не удается найти указанный файл)
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:244)
    at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212)
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:117)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2016-04-16 17:03:51 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2016-04-16 17:03:51 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2016-04-16 17:03:51 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2016-04-16 17:03:51 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2016-04-16 17:03:51 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2016-04-16 17:03:51 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-16 17:03:51 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2016-04-16 17:03:51 [SEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!
2016-04-16 17:03:52 [SEVERE] [ForgeModLoader] The minecraft jar file:/C:/Users/murat/.gradle/caches/minecraft/net/minecraftforge/forge/1.6.4-9.11.1.963/forge-1.6.4-9.11.1.963-mcp.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
2016-04-16 17:03:52 [SEVERE] [ForgeModLoader] FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
2016-04-16 17:03:52 [SEVERE] [ForgeModLoader] Technical information: ClientBrandRetriever was at jar:file:/C:/Users/murat/.gradle/caches/minecraft/net/minecraftforge/forge/1.6.4-9.11.1.963/forge-1.6.4-9.11.1.963-mcp.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
2016-04-16 17:03:52 [SEVERE] [ForgeModLoader] FML appears to be missing any signature data. This is not a good thing
2016-04-16 17:03:52 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-16 17:03:52 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2016-04-16 17:03:52 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-16 17:03:52 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2016-04-16 17:03:52 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
2016-04-16 17:03:52 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2016-04-16 17:03:52 [INFO] [STDOUT] Loaded 51 rules from AccessTransformer config file temp.dat
2016-04-16 17:03:52 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-16 17:03:52 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2016-04-16 17:03:53 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
2016-04-16 17:03:53 [INFO] [STDOUT] Inserted super call into net.minecraft.client.gui.inventory.GuiInventory.updateScreen
2016-04-16 17:03:53 [INFO] [STDOUT] net.minecraft.client.gui.inventory.GuiContainer was overriden from NotEnoughItems-1.6.4-1.6.1.9-dev.jar
2016-04-16 17:03:54 [INFO] [Minecraft-Client] Setting user: Player625
2016-04-16 17:03:54 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2016-04-16 17:03:56 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2016-04-16 17:03:58 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2016-04-16 17:03:58 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2016-04-16 17:03:58 [INFO] [STDOUT] MinecraftForge v9.11.1.963 Initialized
2016-04-16 17:03:58 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.963 Initialized
2016-04-16 17:03:59 [INFO] [STDOUT] Replaced 112 ore recipies
2016-04-16 17:03:59 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2016-04-16 17:03:59 [INFO] [ForgeModLoader] Reading custom logging properties from E:\Work Space\ModEditor\1.6.4\gradle\eclipse\config\logging.properties
2016-04-16 17:03:59 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2016-04-16 17:03:59 [INFO] [ForgeModLoader] Searching E:\Work Space\ModEditor\1.6.4\gradle\eclipse\mods for mods
2016-04-16 17:03:59 [INFO] [ForgeModLoader] Also searching E:\Work Space\ModEditor\1.6.4\gradle\eclipse\mods\1.6.4 for mods
2016-04-16 17:04:03 [SEVERE] [ForgeModLoader] FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.Start. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
2016-04-16 17:04:03 [SEVERE] [ForgeModLoader] FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
2016-04-16 17:04:04 [INFO] [ForgeModLoader] Forge Mod Loader has identified 6 mods to load
2016-04-16 17:04:04 [INFO] [mcp] Activating mod mcp
2016-04-16 17:04:04 [INFO] [FML] Activating mod FML
2016-04-16 17:04:05 [INFO] [Forge] Activating mod Forge
2016-04-16 17:04:05 [INFO] [CodeChickenCore] Activating mod CodeChickenCore
2016-04-16 17:04:05 [INFO] [NotEnoughItems] Activating mod NotEnoughItems
2016-04-16 17:04:05 [INFO] [GalacticraftCore] Activating mod GalacticraftCore
2016-04-16 17:04:05 [WARNING] [Not Enough Items] Mod Not Enough Items is missing a pack.mcmeta file, things may not work well
2016-04-16 17:04:05 [WARNING] [Galacticraft Core] Mod Galacticraft Core is missing a pack.mcmeta file, things may not work well
2016-04-16 17:04:05 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Galacticraft Core
2016-04-16 17:04:05 [INFO] [ForgeModLoader] FML has found a non-mod file CodeChickenLib-universal-1.6.4-1.0.0.62.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2016-04-16 17:04:05 [INFO] [ForgeModLoader] FML has found a non-mod file CodeChickenLib-dev-1.6.4-1.0.0.62.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
2016-04-16 17:04:05 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2016-04-16 17:04:05 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2016-04-16 17:04:06 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItemCheese with ID 10107 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItemRawIron with ID 10108 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItemReed with ID 10109 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItem with ID 10110 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSpaceship with ID 10111 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenTank with ID 10112 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenTank with ID 10113 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenTank with ID 10114 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenMask with ID 10115 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSensorGlasses with ID 10116 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemCanister with ID 10117 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10118 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10119 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10120 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBow with ID 10121 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemRocketEngine with ID 10122 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10123 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10124 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10125 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10126 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBuggy with ID 10127 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10128 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemFlag with ID 10129 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenGear with ID 10130 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10131 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemParachute with ID 10132 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOilExtractor with ID 10133 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOilCanister with ID 10134 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemFuelCanister with ID 10135 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemFuel with ID 10136 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemKnowledgeBook with ID 10137 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSchematic with ID 10138 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemKey with ID 10139 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBuggyMaterial with ID 10140 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSword with ID 10141 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemPickaxe with ID 10142 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSpade with ID 10143 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemHoe with ID 10144 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemAxe with ID 10145 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10146 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10147 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10148 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10149 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBasic with ID 10150 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemMeteorChunk with ID 10151 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemWrench with ID 10152 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBattery with ID 14226 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:07 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemInfiniteBattery with ID 14227 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-16 17:04:10 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: galacticraftcore:textures/blocks/treasure_front_single.png
2016-04-16 17:04:12 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: galacticraftcore:textures/items/key_T1.png
2016-04-16 17:04:12 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/meteorChunk.png
2016-04-16 17:04:12 [SEVERE] [Minecraft-Client] Unable to parse animation metadata from galacticraftcore:textures/items/fuel_flow.png: broken aspect ratio and not an animation
2016-04-16 17:04:12 [INFO] [STDOUT] Removing TMI Uninstaller
2016-04-16 17:04:12 [INFO] [STDOUT] Deleting Dir: C:\Users\murat\.gradle\caches\minecraft\net\minecraftforge\forge\1.6.4-9.11.1.963\TMIUninstaller
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/cz_CZE.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/de_DE.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/en_GB.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/en_US.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/es_ES.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/fi_FI.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/fr_FR.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/ja_JP.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/nl_NL.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/pl_PL.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/ru_RU.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/zh_CN.properties cannot be located on the classpath. This is a programming error.
2016-04-16 17:04:17 [INFO] [STDOUT] Galacticraft Moon Loaded: 12 Languages.
2016-04-16 17:04:18 [INFO] [STDOUT] [UniversalElectricity] Loading compatibility API version @MAJOR@.@MINOR@.@REVIS@
2016-04-16 17:04:18 [INFO] [STDOUT] [UniversalElectricity] Compiled with IndustrialCraft API version @ICxVersion@
2016-04-16 17:04:18 [INFO] [STDOUT] [UniversalElectricity] Compiled with BuildCraft API version @BCxVersion@
2016-04-16 17:04:18 [INFO] [STDOUT] [UniversalElectricity] Compiled with ThermalExpansion  API version @TExVersion@
2016-04-16 17:04:19 [INFO] [ForgeModLoader] While registering space station recipe, found 1 type(s) of ingotTin
2016-04-16 17:04:19 [INFO] [ForgeModLoader] While registering space station recipe, found 1 type(s) of waferAdvanced
2016-04-16 17:04:19 [INFO] [ForgeModLoader] While registering space station recipe, found 1 type(s) of ingotAluminum
2016-04-16 17:04:19 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from POSTINITIALIZATION to AVAILABLE. Loading cannot continue
2016-04-16 17:04:19 [SEVERE] [ForgeModLoader] 
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FML{6.99.19.963} [Forge Mod Loader] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forge{9.11.1.963} [Minecraft Forge] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    GalacticraftCore{2.0.4} [Galacticraft Core] (GC-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
2016-04-16 17:04:19 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2016-04-16 17:04:19 [SEVERE] [ForgeModLoader] Caught exception from GalacticraftCore
java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.entity.RenderPlayer.modelBipedMain from class micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer
    at micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer.<init>(GCCoreRenderPlayer.java:31)
    at micdoodle8.mods.galacticraft.core.client.ClientProxyCore.registerRenderInformation(ClientProxyCore.java:422)
    at micdoodle8.mods.galacticraft.core.GalacticraftCore.postInit(GalacticraftCore.java:315)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:523)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:197)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:108)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:675)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:241)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:509)
    at net.minecraft.client.Minecraft.run(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(Main.java:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2016-04-16 17:04:19 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2016-04-16 17:04:19 [INFO] [STDOUT] // Who set us up the TNT?
2016-04-16 17:04:19 [INFO] [STDOUT] 
2016-04-16 17:04:19 [INFO] [STDOUT] Time: 16.04.16 17:04
2016-04-16 17:04:19 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
2016-04-16 17:04:19 [INFO] [STDOUT] 
2016-04-16 17:04:19 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.entity.RenderPlayer.modelBipedMain from class micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer
2016-04-16 17:04:19 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.transition(LoadController.java:152)
2016-04-16 17:04:19 [INFO] [STDOUT]     at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
2016-04-16 17:04:19 [INFO] [STDOUT]     at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:241)
2016-04-16 17:04:19 [INFO] [STDOUT]     at net.minecraft.client.Minecraft.startGame(Minecraft.java:509)
2016-04-16 17:04:19 [INFO] [STDOUT]     at net.minecraft.client.Minecraft.run(Minecraft.java:808)
2016-04-16 17:04:19 [INFO] [STDOUT]     at net.minecraft.client.main.Main.main(Main.java:101)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2016-04-16 17:04:19 [INFO] [STDOUT]     at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2016-04-16 17:04:19 [INFO] [STDOUT] Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.entity.RenderPlayer.modelBipedMain from class micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer
2016-04-16 17:04:19 [INFO] [STDOUT]     at micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer.<init>(GCCoreRenderPlayer.java:31)
2016-04-16 17:04:19 [INFO] [STDOUT]     at micdoodle8.mods.galacticraft.core.client.ClientProxyCore.registerRenderInformation(ClientProxyCore.java:422)
2016-04-16 17:04:19 [INFO] [STDOUT]     at micdoodle8.mods.galacticraft.core.GalacticraftCore.postInit(GalacticraftCore.java:315)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:523)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2016-04-16 17:04:19 [INFO] [STDOUT]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2016-04-16 17:04:19 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2016-04-16 17:04:19 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2016-04-16 17:04:19 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2016-04-16 17:04:19 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:197)
2016-04-16 17:04:19 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:177)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-16 17:04:19 [INFO] [STDOUT]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2016-04-16 17:04:19 [INFO] [STDOUT]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2016-04-16 17:04:19 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2016-04-16 17:04:19 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2016-04-16 17:04:19 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2016-04-16 17:04:19 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:108)
2016-04-16 17:04:19 [INFO] [STDOUT]     at cpw.mods.fml.common.Loader.initializeMods(Loader.java:675)
2016-04-16 17:04:19 [INFO] [STDOUT]     ... 10 more
2016-04-16 17:04:19 [INFO] [STDOUT] 
2016-04-16 17:04:19 [INFO] [STDOUT] 
2016-04-16 17:04:19 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2016-04-16 17:04:19 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2016-04-16 17:04:19 [INFO] [STDOUT] 
2016-04-16 17:04:19 [INFO] [STDOUT] -- System Details --
2016-04-16 17:04:19 [INFO] [STDOUT] Details:
2016-04-16 17:04:19 [INFO] [STDOUT]     Minecraft Version: 1.6.4
2016-04-16 17:04:19 [INFO] [STDOUT]     Operating System: Windows 8.1 (x86) version 6.3
2016-04-16 17:04:19 [INFO] [STDOUT]     Java Version: 1.7.0_80, Oracle Corporation
2016-04-16 17:04:19 [INFO] [STDOUT]     Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
2016-04-16 17:04:19 [INFO] [STDOUT]     Memory: 932655616 bytes (889 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
2016-04-16 17:04:19 [INFO] [STDOUT]     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
2016-04-16 17:04:19 [INFO] [STDOUT]     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2016-04-16 17:04:19 [INFO] [STDOUT]     Suspicious classes: FML and Forge are installed
2016-04-16 17:04:19 [INFO] [STDOUT]     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2016-04-16 17:04:19 [INFO] [STDOUT]     FML: MCP v8.11 FML v6.99.19.963 Minecraft Forge 9.11.1.963 6 mods loaded, 6 mods active
2016-04-16 17:04:19 [INFO] [STDOUT]     mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
2016-04-16 17:04:19 [INFO] [STDOUT]     FML{6.99.19.963} [Forge Mod Loader] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
2016-04-16 17:04:19 [INFO] [STDOUT]     Forge{9.11.1.963} [Minecraft Forge] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
2016-04-16 17:04:19 [INFO] [STDOUT]     CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
2016-04-16 17:04:19 [INFO] [STDOUT]     NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
2016-04-16 17:04:19 [INFO] [STDOUT]     GalacticraftCore{2.0.4} [Galacticraft Core] (GC-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
2016-04-16 17:04:19 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# E:\Work Space\ModEditor\1.6.4\gradle\eclipse\.\crash-reports\crash-2016-04-16_17.04.19-client.txt
Попробовал добавить CodeChickenLib-dev-1.6.4-1.0.0.62, но удаляется из eclipse/mods, скачивается заново и перемещается в eclipse/mods/1.6.4 Прошу помочь разобраться с проблемой.
 
769
1
42
В смысле изменить? Я его не подключал к библиотекам, а чисто в mods кидал.
Код:
2016-04-17 07:41:27 [INFO] [ForgeModLoader] FML has found a non-mod file CodeChickenLib-dev-1.6.4-1.0.0.62.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.

А когда кидаю в библиотеки, то обычный краш как без него
Код:
апр 17, 2016 7:47:20 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
апр 17, 2016 7:47:20 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
апр 17, 2016 7:47:20 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
2016-04-17 07:47:20 [INFO] [ForgeModLoader] Forge Mod Loader version 6.99.19.963 for Minecraft 1.6.4 loading
2016-04-17 07:47:20 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_80, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre7
2016-04-17 07:47:20 [INFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
2016-04-17 07:47:20 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2016-04-17 07:47:20 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
2016-04-17 07:47:20 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2016-04-17 07:47:20 [INFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2016-04-17 07:47:20 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2016-04-17 07:47:20 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
2016-04-17 07:47:20 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-17 07:47:20 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2016-04-17 07:47:20 [SEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!
2016-04-17 07:47:21 [SEVERE] [ForgeModLoader] The minecraft jar file:/C:/Users/murat/.gradle/caches/minecraft/net/minecraftforge/forge/1.6.4-9.11.1.963/forge-1.6.4-9.11.1.963-mcp.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
2016-04-17 07:47:21 [SEVERE] [ForgeModLoader] FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
2016-04-17 07:47:21 [SEVERE] [ForgeModLoader] Technical information: ClientBrandRetriever was at jar:file:/C:/Users/murat/.gradle/caches/minecraft/net/minecraftforge/forge/1.6.4-9.11.1.963/forge-1.6.4-9.11.1.963-mcp.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
2016-04-17 07:47:21 [SEVERE] [ForgeModLoader] FML appears to be missing any signature data. This is not a good thing
2016-04-17 07:47:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-17 07:47:21 [INFO] [STDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg
2016-04-17 07:47:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-17 07:47:21 [INFO] [STDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
2016-04-17 07:47:21 [INFO] [STDOUT] Adding AccessTransformer: nei_at.cfg
2016-04-17 07:47:21 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2016-04-17 07:47:21 [INFO] [STDOUT] Loaded 51 rules from AccessTransformer config file temp.dat
2016-04-17 07:47:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
2016-04-17 07:47:21 [INFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2016-04-17 07:47:21 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
2016-04-17 07:47:22 [INFO] [STDOUT] Inserted super call into net.minecraft.client.gui.inventory.GuiInventory.updateScreen
2016-04-17 07:47:22 [INFO] [STDOUT] net.minecraft.client.gui.inventory.GuiContainer was overriden from NotEnoughItems-1.6.4-1.6.1.9-dev.jar
2016-04-17 07:47:22 [INFO] [Minecraft-Client] Setting user: Player984
2016-04-17 07:47:23 [INFO] [STDOUT] Generated BlockMobSpawner helper method.
2016-04-17 07:47:24 [INFO] [Minecraft-Client] LWJGL Version: 2.9.0
2016-04-17 07:47:25 [INFO] [Minecraft-Client] Reloading ResourceManager: Default
2016-04-17 07:47:26 [INFO] [MinecraftForge] Attempting early MinecraftForge initialization
2016-04-17 07:47:26 [INFO] [STDOUT] MinecraftForge v9.11.1.963 Initialized
2016-04-17 07:47:26 [INFO] [ForgeModLoader] MinecraftForge v9.11.1.963 Initialized
2016-04-17 07:47:26 [INFO] [STDOUT] Replaced 112 ore recipies
2016-04-17 07:47:26 [INFO] [MinecraftForge] Completed early MinecraftForge initialization
2016-04-17 07:47:26 [INFO] [ForgeModLoader] Reading custom logging properties from E:\Work Space\ModEditor\1.6.4\gradle\eclipse\config\logging.properties
2016-04-17 07:47:26 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
2016-04-17 07:47:26 [INFO] [ForgeModLoader] Searching E:\Work Space\ModEditor\1.6.4\gradle\eclipse\mods for mods
2016-04-17 07:47:26 [INFO] [ForgeModLoader] Also searching E:\Work Space\ModEditor\1.6.4\gradle\eclipse\mods\1.6.4 for mods
2016-04-17 07:47:29 [SEVERE] [ForgeModLoader] FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.Start. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
2016-04-17 07:47:30 [SEVERE] [ForgeModLoader] FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
2016-04-17 07:47:30 [INFO] [ForgeModLoader] Forge Mod Loader has identified 6 mods to load
2016-04-17 07:47:30 [INFO] [mcp] Activating mod mcp
2016-04-17 07:47:30 [INFO] [FML] Activating mod FML
2016-04-17 07:47:30 [INFO] [Forge] Activating mod Forge
2016-04-17 07:47:30 [INFO] [CodeChickenCore] Activating mod CodeChickenCore
2016-04-17 07:47:30 [INFO] [NotEnoughItems] Activating mod NotEnoughItems
2016-04-17 07:47:30 [INFO] [GalacticraftCore] Activating mod GalacticraftCore
2016-04-17 07:47:30 [WARNING] [Not Enough Items] Mod Not Enough Items is missing a pack.mcmeta file, things may not work well
2016-04-17 07:47:30 [WARNING] [Galacticraft Core] Mod Galacticraft Core is missing a pack.mcmeta file, things may not work well
2016-04-17 07:47:30 [INFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Galacticraft Core
2016-04-17 07:47:30 [INFO] [ForgeModLoader] Registering Forge Packet Handler
2016-04-17 07:47:31 [INFO] [ForgeModLoader] Succeeded registering Forge Packet Handler
2016-04-17 07:47:31 [INFO] [ForgeModLoader] Configured a dormant chunk cache size of 0
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItemCheese with ID 10107 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItemRawIron with ID 10108 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItemReed with ID 10109 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.moon.items.GCMoonItem with ID 10110 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSpaceship with ID 10111 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenTank with ID 10112 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenTank with ID 10113 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenTank with ID 10114 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenMask with ID 10115 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSensorGlasses with ID 10116 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemCanister with ID 10117 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10118 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10119 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10120 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBow with ID 10121 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemRocketEngine with ID 10122 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10123 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10124 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10125 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10126 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBuggy with ID 10127 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10128 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemFlag with ID 10129 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOxygenGear with ID 10130 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItem with ID 10131 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemParachute with ID 10132 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOilExtractor with ID 10133 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemOilCanister with ID 10134 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemFuelCanister with ID 10135 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemFuel with ID 10136 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemKnowledgeBook with ID 10137 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSchematic with ID 10138 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemKey with ID 10139 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBuggyMaterial with ID 10140 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSword with ID 10141 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemPickaxe with ID 10142 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemSpade with ID 10143 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemHoe with ID 10144 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemAxe with ID 10145 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10146 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10147 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10148 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemArmor with ID 10149 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBasic with ID 10150 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemMeteorChunk with ID 10151 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemWrench with ID 10152 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemBattery with ID 14226 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:32 [SEVERE] [ForgeModLoader] Found anonymous item of class micdoodle8.mods.galacticraft.core.items.GCCoreItemInfiniteBattery with ID 14227 owned by mod GalacticraftCore, this item will NOT survive a 1.7 upgrade!
2016-04-17 07:47:33 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: galacticraftcore:textures/blocks/treasure_front_single.png
2016-04-17 07:47:33 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: galacticraftcore:textures/items/key_T1.png
2016-04-17 07:47:33 [SEVERE] [Minecraft-Client] Using missing texture, unable to load: minecraft:textures/items/meteorChunk.png
2016-04-17 07:47:33 [SEVERE] [Minecraft-Client] Unable to parse animation metadata from galacticraftcore:textures/items/fuel_flow.png: broken aspect ratio and not an animation
2016-04-17 07:47:34 [INFO] [STDOUT] Removing TMI Uninstaller
2016-04-17 07:47:34 [INFO] [STDOUT] Deleting Dir: C:\Users\murat\.gradle\caches\minecraft\net\minecraftforge\forge\1.6.4-9.11.1.963\TMIUninstaller
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/cz_CZE.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/de_DE.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/en_GB.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/en_US.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/es_ES.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/fi_FI.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/fr_FR.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/ja_JP.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/nl_NL.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/pl_PL.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/ru_RU.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [SEVERE] [GalacticraftCore] The language resource /micdoodle8/mods/galacticraft/moon/client/lang/zh_CN.properties cannot be located on the classpath. This is a programming error.
2016-04-17 07:47:37 [INFO] [STDOUT] Galacticraft Moon Loaded: 12 Languages.
2016-04-17 07:47:37 [INFO] [STDOUT] [UniversalElectricity] Loading compatibility API version @MAJOR@.@MINOR@.@REVIS@
2016-04-17 07:47:37 [INFO] [STDOUT] [UniversalElectricity] Compiled with IndustrialCraft API version @ICxVersion@
2016-04-17 07:47:37 [INFO] [STDOUT] [UniversalElectricity] Compiled with BuildCraft API version @BCxVersion@
2016-04-17 07:47:37 [INFO] [STDOUT] [UniversalElectricity] Compiled with ThermalExpansion  API version @TExVersion@
2016-04-17 07:47:37 [INFO] [ForgeModLoader] While registering space station recipe, found 1 type(s) of ingotTin
2016-04-17 07:47:37 [INFO] [ForgeModLoader] While registering space station recipe, found 1 type(s) of waferAdvanced
2016-04-17 07:47:37 [INFO] [ForgeModLoader] While registering space station recipe, found 1 type(s) of ingotAluminum
2016-04-17 07:47:37 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from POSTINITIALIZATION to AVAILABLE. Loading cannot continue
2016-04-17 07:47:37 [SEVERE] [ForgeModLoader] 
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FML{6.99.19.963} [Forge Mod Loader] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forge{9.11.1.963} [Minecraft Forge] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    GalacticraftCore{2.0.4} [Galacticraft Core] (GC-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
2016-04-17 07:47:37 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2016-04-17 07:47:37 [SEVERE] [ForgeModLoader] Caught exception from GalacticraftCore
java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.entity.RenderPlayer.modelBipedMain from class micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer
    at micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer.<init>(GCCoreRenderPlayer.java:31)
    at micdoodle8.mods.galacticraft.core.client.ClientProxyCore.registerRenderInformation(ClientProxyCore.java:422)
    at micdoodle8.mods.galacticraft.core.GalacticraftCore.postInit(GalacticraftCore.java:315)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:523)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:197)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:108)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:675)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:241)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:509)
    at net.minecraft.client.Minecraft.run(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(Main.java:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2016-04-17 07:47:37 [INFO] [STDOUT] ---- Minecraft Crash Report ----
2016-04-17 07:47:37 [INFO] [STDOUT] // I let you down. Sorry :(
2016-04-17 07:47:37 [INFO] [STDOUT] 
2016-04-17 07:47:37 [INFO] [STDOUT] Time: 17.04.16 7:47
2016-04-17 07:47:37 [INFO] [STDOUT] Description: There was a severe problem during mod loading that has caused the game to fail
2016-04-17 07:47:37 [INFO] [STDOUT] 
2016-04-17 07:47:37 [INFO] [STDOUT] cpw.mods.fml.common.LoaderException: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.entity.RenderPlayer.modelBipedMain from class micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer
2016-04-17 07:47:37 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.transition(LoadController.java:152)
2016-04-17 07:47:37 [INFO] [STDOUT]     at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
2016-04-17 07:47:37 [INFO] [STDOUT]     at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:241)
2016-04-17 07:47:37 [INFO] [STDOUT]     at net.minecraft.client.Minecraft.startGame(Minecraft.java:509)
2016-04-17 07:47:37 [INFO] [STDOUT]     at net.minecraft.client.Minecraft.run(Minecraft.java:808)
2016-04-17 07:47:37 [INFO] [STDOUT]     at net.minecraft.client.main.Main.main(Main.java:101)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
2016-04-17 07:47:37 [INFO] [STDOUT]     at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2016-04-17 07:47:37 [INFO] [STDOUT] Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.entity.RenderPlayer.modelBipedMain from class micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer
2016-04-17 07:47:37 [INFO] [STDOUT]     at micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer.<init>(GCCoreRenderPlayer.java:31)
2016-04-17 07:47:37 [INFO] [STDOUT]     at micdoodle8.mods.galacticraft.core.client.ClientProxyCore.registerRenderInformation(ClientProxyCore.java:422)
2016-04-17 07:47:37 [INFO] [STDOUT]     at micdoodle8.mods.galacticraft.core.GalacticraftCore.postInit(GalacticraftCore.java:315)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:523)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2016-04-17 07:47:37 [INFO] [STDOUT]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2016-04-17 07:47:37 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2016-04-17 07:47:37 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2016-04-17 07:47:37 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2016-04-17 07:47:37 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:197)
2016-04-17 07:47:37 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:177)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at java.lang.reflect.Method.invoke(Unknown Source)
2016-04-17 07:47:37 [INFO] [STDOUT]     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2016-04-17 07:47:37 [INFO] [STDOUT]     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2016-04-17 07:47:37 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2016-04-17 07:47:37 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2016-04-17 07:47:37 [INFO] [STDOUT]     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2016-04-17 07:47:37 [INFO] [STDOUT]     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:108)
2016-04-17 07:47:37 [INFO] [STDOUT]     at cpw.mods.fml.common.Loader.initializeMods(Loader.java:675)
2016-04-17 07:47:37 [INFO] [STDOUT]     ... 10 more
2016-04-17 07:47:37 [INFO] [STDOUT] 
2016-04-17 07:47:37 [INFO] [STDOUT] 
2016-04-17 07:47:37 [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
2016-04-17 07:47:37 [INFO] [STDOUT] ---------------------------------------------------------------------------------------
2016-04-17 07:47:37 [INFO] [STDOUT] 
2016-04-17 07:47:37 [INFO] [STDOUT] -- System Details --
2016-04-17 07:47:37 [INFO] [STDOUT] Details:
2016-04-17 07:47:37 [INFO] [STDOUT]     Minecraft Version: 1.6.4
2016-04-17 07:47:37 [INFO] [STDOUT]     Operating System: Windows 8.1 (x86) version 6.3
2016-04-17 07:47:37 [INFO] [STDOUT]     Java Version: 1.7.0_80, Oracle Corporation
2016-04-17 07:47:37 [INFO] [STDOUT]     Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
2016-04-17 07:47:37 [INFO] [STDOUT]     Memory: 852155624 bytes (812 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
2016-04-17 07:47:37 [INFO] [STDOUT]     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
2016-04-17 07:47:37 [INFO] [STDOUT]     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
2016-04-17 07:47:37 [INFO] [STDOUT]     Suspicious classes: FML and Forge are installed
2016-04-17 07:47:37 [INFO] [STDOUT]     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
2016-04-17 07:47:37 [INFO] [STDOUT]     FML: MCP v8.11 FML v6.99.19.963 Minecraft Forge 9.11.1.963 6 mods loaded, 6 mods active
2016-04-17 07:47:37 [INFO] [STDOUT]     mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
2016-04-17 07:47:37 [INFO] [STDOUT]     FML{6.99.19.963} [Forge Mod Loader] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
2016-04-17 07:47:37 [INFO] [STDOUT]     Forge{9.11.1.963} [Minecraft Forge] (forge-1.6.4-9.11.1.963-mcp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
2016-04-17 07:47:37 [INFO] [STDOUT]     CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
2016-04-17 07:47:37 [INFO] [STDOUT]     NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-dev.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
2016-04-17 07:47:37 [INFO] [STDOUT]     GalacticraftCore{2.0.4} [Galacticraft Core] (GC-Dev-Deobf-1.6.4-2.0.4.42.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
2016-04-17 07:47:38 [INFO] [STDOUT] #@!@# Game crashed! Crash report saved to: #@!@# E:\Work Space\ModEditor\1.6.4\gradle\eclipse\.\crash-reports\crash-2016-04-17_07.47.37-client.txt
 
Сверху