Problem with Gc in eclipse

Funtrax

Member
Nov 14, 2013
6
1
1
26
Hey i tried to run GC in eclipse but it didn't worked
Here is the crash report:
Code:
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!

Time: 14.11.13 20:21
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.Error: Unresolved compilation problems:
    The field RenderPlayer.modelBipedMain is not visible
    The field RenderPlayer.modelArmorChestplate is not visible
    The field RenderPlayer.modelArmor is not visible
    The field RenderPlayer.modelBipedMain is not visible
    The field RenderPlayer.modelBipedMain is not visible
    The field RenderPlayer.modelBipedMain is not visible
    The field RenderPlayer.modelBipedMain is not visible

    at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:705)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    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:93)
    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)
Caused by: java.lang.Error: Unresolved compilation problems:
    The field RenderPlayer.modelBipedMain is not visible
    The field RenderPlayer.modelArmorChestplate is not visible
    The field RenderPlayer.modelArmor is not visible
    The field RenderPlayer.modelBipedMain is not visible
    The field RenderPlayer.modelBipedMain is not visible
    The field RenderPlayer.modelBipedMain is not visible
    The field RenderPlayer.modelBipedMain is not visible

    at micdoodle8.mods.galacticraft.core.client.render.entities.GCCoreRenderPlayer.<init>(GCCoreRenderPlayer.java:31)
    at micdoodle8.mods.galacticraft.core.client.ClientProxyCore.registerEntityRenderers(ClientProxyCore.java:234)
    at micdoodle8.mods.galacticraft.core.client.ClientProxyCore.postInit(ClientProxyCore.java:217)
    at micdoodle8.mods.galacticraft.core.GalacticraftCore.postInit(GalacticraftCore.java:334)
    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:545)
    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:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
    ... 10 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_45, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 846804712 bytes (807 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.45.952 Minecraft Forge 9.11.1.952 5 mods loaded, 5 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    FML{6.4.45.952} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    Forge{9.11.1.952} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
    GalacticraftCore{2.0.6} [Galacticraft Core] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Errored
    GalacticraftMars{2.0.6} [Galacticraft Mars] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Errored

how can i fix this ?? do i have to change all to visible or protected ??
and is it possiple to create star systems yet ?
 

Share this page