Development How to Code a New Planet

mimi4460

Member
Apr 12, 2013
82
2
8
33
Minecraft
How should I do to successfully remove these errors ?
A bit help please !? :confused:

Yet it is your source code that I used...
Why then did I the errors ?
Strange... o_O
 

mimi4460

Member
Apr 12, 2013
82
2
8
33
Minecraft
What is your GC version ?
AND
is it possible that this is because of my version of JAVA ?
I've heard that Java outdated could create errors...
It's possible ?
 

jasonB221

Member
Jul 27, 2013
124
9
18
Lost in Space
I was using a0.1.39.566. The latest release on the download page. If you are using something else, that might be it. If not, I will do some looking around, but the code initializes fine for me.
 

lewa_j

Member
Jul 7, 2013
18
0
1
This may be due to the version of the Forge? I 9.10.0.818.
And the crash report
---- Minecraft Crash Report ----
// Ooh. Shiny.

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

cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_76246_e
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:470)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
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:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
Caused by: java.lang.NoSuchFieldError: field_76246_e
at micdoodle8.mods.galacticraft.moon.blocks.GCMoonBlock.<init>(GCMoonBlock.java:42)
at micdoodle8.mods.galacticraft.moon.blocks.GCMoonBlocks.initBlocks(GCMoonBlocks.java:18)
at micdoodle8.mods.galacticraft.moon.GalacticraftMoon.preLoad(GalacticraftMoon.java:56)
at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:167)
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:540)
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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
... 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.2
Operating System: Windows XP (x86) version 5.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 951499888 bytes (907 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 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.04 FML v6.2.43.818 Minecraft Forge 9.10.0.818 5 mods loaded, 5 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.2.43.818} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
Forge{9.10.0.818} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
jasonb221_Tutorial_Planet{1.0.0} [Tutorial Planet] (bin) Unloaded->Constructed->Pre-initialized
GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.39.566.jar) Unloaded->Constructed->Errored
 

jasonB221

Member
Jul 27, 2013
124
9
18
Lost in Space
You should modify the tutorial because it does not work correctly.
Tutorial works fine for me. I am using forge 9.10.0.804. It might be your version of forge.
EDIT: Also, if you look at the very bottom of the error log, it tells you which mod crashed. In this case, it crashed on galacticraft core, and didn't even get to load whatever you named your planet.
 
Last edited:

mimi4460

Member
Apr 12, 2013
82
2
8
33
Minecraft
Galacticraft 0.1.39.566 and forge 9.10.0.804

And yet no improvement, still the error, I lost , I'm still waiting for someone to find the problem... :confused:
 
Jul 6, 2013
47
1
8
Please help i do add external jars and that but i still get errors that it can't find galacticraft core and stuff please help i can't set it up
 

jasonB221

Member
Jul 27, 2013
124
9
18
Lost in Space
PS how do you choose what blocks spawn on your planet
That's done in biomes. This is not a tutorial on that.
Please help i do add external jars and that but i still get errors that it can't find galacticraft core and stuff please help i can't set it up
Are you putting them in the lib folder, and are you adding them to your eclipse workspace?
 
Jul 6, 2013
47
1
8
That's done in biomes. This is not a tutorial on that.

Are you putting them in the lib folder, and are you adding them to your eclipse workspace?

what do you mean adding them to my eclipse workspace i click on minecraft go to properties java build path then add external jars i add the jars from the site and then they are in a lib folder in eclipse
 

Share this page