Jump to content

Recommended Posts

Posted

I am making an addon for Galacticraft using the api and a tutorial

(http://forum.micdoodle8.com/index.php?threads/how-to-code-a-new-planet.1962/)

I have followed it correctly, changing a few things along the way, such as floats for meteorites and things like that. However, when I test it, I crash.

 

Here is the log(Sorry, the spoiler button is not working for some reason):

Mar 15, 2014 10:54:32 AM net.minecraft.launchwrapper.LogWrapper log

INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

Mar 15, 2014 10:54:33 AM net.minecraft.launchwrapper.LogWrapper log

INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

Mar 15, 2014 10:54:33 AM net.minecraft.launchwrapper.LogWrapper log

INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.4.45.953 for Minecraft 1.6.4 loading

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_51, running on Windows Vista:x86:6.0, installed at C:\Program Files\Java\jre7

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2014-03-15 10:54:33 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-03-15 10:54:33 [iNFO] [sTDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg

2014-03-15 10:54:33 [sEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!

2014-03-15 10:54:34 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-03-15 10:54:34 [iNFO] [sTDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg

2014-03-15 10:54:34 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-03-15 10:54:34 [iNFO] [sTDOUT] Successfully Registered Transformer

2014-03-15 10:54:34 [iNFO] [sTDOUT] [Micdoodle8Core]: Patching game...

2014-03-15 10:54:34 [iNFO] [sTDOUT] [Micdoodle8Core]: Patching game...

2014-03-15 10:54:34 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker

2014-03-15 10:54:34 [iNFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}

2014-03-15 10:54:34 [iNFO] [sTDOUT] Galacticraft successfully injected bytecode into: net/minecraft/entity/EntityLivingBase (1 / 1)

2014-03-15 10:54:34 [iNFO] [sTDOUT] Galacticraft successfully injected bytecode into: net/minecraft/client/gui/GuiSleepMP (1 / 1)

2014-03-15 10:54:36 [iNFO] [Minecraft-Client] Setting user: Player986

2014-03-15 10:54:36 [iNFO] [sTDOUT] Galacticraft successfully injected bytecode into: net/minecraft/entity/item/EntityItem (2 / 2)

2014-03-15 10:54:37 [iNFO] [Minecraft-Client] LWJGL Version: 2.9.0

2014-03-15 10:54:37 [iNFO] [sTDOUT] Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)

2014-03-15 10:54:38 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default

2014-03-15 10:54:40 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2014-03-15 10:54:40 [iNFO] [sTDOUT] MinecraftForge v9.11.1.953 Initialized

2014-03-15 10:54:40 [iNFO] [ForgeModLoader] MinecraftForge v9.11.1.953 Initialized

2014-03-15 10:54:40 [iNFO] [sTDOUT] Replaced 112 ore recipies

2014-03-15 10:54:40 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2014-03-15 10:54:40 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Ashley\Desktop\Galacticraft Plugin\forge\mcp\jars\config\logging.properties

2014-03-15 10:54:40 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2014-03-15 10:54:40 [iNFO] [ForgeModLoader] Searching C:\Users\Ashley\Desktop\Galacticraft Plugin\forge\mcp\jars\mods for mods

2014-03-15 10:54:44 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 6 mods to load

2014-03-15 10:54:44 [iNFO] [mcp] Activating mod mcp

2014-03-15 10:54:44 [iNFO] [FML] Activating mod FML

2014-03-15 10:54:44 [iNFO] [Forge] Activating mod Forge

2014-03-15 10:54:44 [iNFO] [Micdoodlecore] Activating mod Micdoodlecore

2014-03-15 10:54:44 [iNFO] [ExoplanetaryExploration] Activating mod ExoplanetaryExploration

2014-03-15 10:54:44 [iNFO] [GalacticraftCore] Activating mod GalacticraftCore

2014-03-15 10:54:44 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well

2014-03-15 10:54:44 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well

2014-03-15 10:54:44 [WARNING] [Exoplanetary Exploration] Mod Exoplanetary Exploration is missing a pack.mcmeta file, things may not work well

2014-03-15 10:54:44 [WARNING] [Galacticraft Core] Mod Galacticraft Core is missing a pack.mcmeta file, things may not work well

2014-03-15 10:54:44 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Exoplanetary Exploration, FMLFileResourcePack:Galacticraft Core

2014-03-15 10:54:44 [iNFO] [ForgeModLoader] Registering Forge Packet Handler

2014-03-15 10:54:44 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler

2014-03-15 10:54:44 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2014-03-15 10:54:44 [sEVERE] [ExoplanetaryExploration] Skipping event FMLPreInitializationEvent and marking errored mod ExoplanetaryExploration since required dependency GalacticraftCore has errored

2014-03-15 10:54:44 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue

2014-03-15 10:54:44 [sEVERE] [ForgeModLoader]

mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized

FML{6.4.45.953} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized

Forge{9.11.1.953} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized

Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized

GalacticraftCore{2.0.8} [Galacticraft Core] (GALACTICRAFT-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Errored

ExoplanetaryExploration{0.0.1} [Exoplanetary Exploration] (bin) Unloaded->Constructed->Errored

2014-03-15 10:54:44 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2014-03-15 10:54:44 [sEVERE] [ForgeModLoader] Caught exception from GalacticraftCore

java.lang.NoSuchFieldError: field_71946_M

at micdoodle8.mods.galacticraft.core.GCCoreConfigManager.setDefaultValues(GCCoreConfigManager.java:305)

at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:208)

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.loadMods(Loader.java:522)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)

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: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)

2014-03-15 10:54:44 [iNFO] [sTDOUT] ---- Minecraft Crash Report ----

2014-03-15 10:54:44 [iNFO] [sTDOUT] // Oh - I know what I did wrong!

2014-03-15 10:54:44 [iNFO] [sTDOUT]

2014-03-15 10:54:44 [iNFO] [sTDOUT] Time: 15/03/14 10:54

2014-03-15 10:54:44 [iNFO] [sTDOUT] Description: There was a severe problem during mod loading that has caused the game to fail

2014-03-15 10:54:44 [iNFO] [sTDOUT]

2014-03-15 10:54:44 [iNFO] [sTDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_71946_M

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:808)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

2014-03-15 10:54:44 [iNFO] [sTDOUT] Caused by: java.lang.NoSuchFieldError: field_71946_M

2014-03-15 10:54:44 [iNFO] [sTDOUT] at micdoodle8.mods.galacticraft.core.GCCoreConfigManager.setDefaultValues(GCCoreConfigManager.java:305)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:208)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)

2014-03-15 10:54:44 [iNFO] [sTDOUT] ... 10 more

2014-03-15 10:54:44 [iNFO] [sTDOUT]

2014-03-15 10:54:44 [iNFO] [sTDOUT]

2014-03-15 10:54:44 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:

2014-03-15 10:54:44 [iNFO] [sTDOUT] ---------------------------------------------------------------------------------------

2014-03-15 10:54:44 [iNFO] [sTDOUT]

2014-03-15 10:54:44 [iNFO] [sTDOUT] -- System Details --

2014-03-15 10:54:44 [iNFO] [sTDOUT] Details:

2014-03-15 10:54:44 [iNFO] [sTDOUT] Minecraft Version: 1.6.4

2014-03-15 10:54:44 [iNFO] [sTDOUT] Operating System: Windows Vista (x86) version 6.0

2014-03-15 10:54:44 [iNFO] [sTDOUT] Java Version: 1.7.0_51, Oracle Corporation

2014-03-15 10:54:44 [iNFO] [sTDOUT] Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

2014-03-15 10:54:44 [iNFO] [sTDOUT] Memory: 919081376 bytes (876 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)

2014-03-15 10:54:44 [iNFO] [sTDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

2014-03-15 10:54:44 [iNFO] [sTDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

2014-03-15 10:54:44 [iNFO] [sTDOUT] Suspicious classes: FML and Forge are installed

2014-03-15 10:54:44 [iNFO] [sTDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

2014-03-15 10:54:44 [iNFO] [sTDOUT] FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 6 mods loaded, 6 mods active

2014-03-15 10:54:44 [iNFO] [sTDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized

2014-03-15 10:54:44 [iNFO] [sTDOUT] FML{6.4.45.953} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized

2014-03-15 10:54:44 [iNFO] [sTDOUT] Forge{9.11.1.953} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized

2014-03-15 10:54:44 [iNFO] [sTDOUT] Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized

2014-03-15 10:54:44 [iNFO] [sTDOUT] GalacticraftCore{2.0.8} [Galacticraft Core] (GALACTICRAFT-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Errored

2014-03-15 10:54:44 [iNFO] [sTDOUT] ExoplanetaryExploration{0.0.1} [Exoplanetary Exploration] (bin) Unloaded->Constructed->Errored

2014-03-15 10:54:44 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Ashley\Desktop\Galacticraft Plugin\forge\mcp\jars\.\crash-reports\crash-2014-03-15_10.54.44-client.txt

 

 

If you would like me so show you a certain piece of code, I can, but there are a lot, so I didn't post them here in the first place

Posted

I am very sorry, but I am a beginner coder, and I don't know how to use that to find the source of the problem. Please could you point me in the right direction?

Posted

Actually, I think I know what it is. The problem could lie with either of these files:

package ashjack.galacticraft.exo;

 

import micdoodle8.mods.galacticraft.api.GalacticraftRegistry;

import net.minecraftforge.common.Configuration;

import net.minecraftforge.common.DimensionManager;

import cpw.mods.fml.common.Mod;

import cpw.mods.fml.common.Mod.EventHandler;

import cpw.mods.fml.common.Mod.Instance;

import cpw.mods.fml.common.SidedProxy;

import cpw.mods.fml.common.event.FMLInitializationEvent;

import cpw.mods.fml.common.event.FMLPostInitializationEvent;

import cpw.mods.fml.common.event.FMLPreInitializationEvent;

import cpw.mods.fml.common.network.NetworkMod;

 

@Mod(modid="ExoplanetaryExploration", name="Exoplanetary Exploration", version="0.0.1", dependencies="required-after:GalacticraftCore")

@NetworkMod(clientSideRequired=true)

 

public class ExoplanetaryExploration {

 

 

    @Instance(value = "ExoplanetaryExploration")

    public static ExoplanetaryExploration instance;

   

 

    @SidedProxy(clientSide="ashjack.galacticraft.exo.client.ClientProxy", serverSide="ashjack.galacticraft.exo.CommonProxy")

    public static CommonProxy proxy;

   

    @EventHandler

   

    public void preInit(FMLPreInitializationEvent event) {

    Configuration config = new Configuration(event.getSuggestedConfigurationFile());

   

    config.load();

 

        config.save();

       

        GalacticraftRegistry.registerTeleportType(PlanetWorldProvider.class, new PlanetTeleporterType());

        GalacticraftRegistry.registerCelestialBody(new PlanetKepler22b());

    }

   

    @EventHandler

    public void load(FMLInitializationEvent event) {

   

    proxy.registerRenderers();

        int dimID = config.get(Configuration.CATEGORY_GENERAL, "Kepler-22b", -30).getInt();//config cannot be resolved

        DimensionManager.registerProviderType(dimID, new PlanetWorldProvider(), false); //The method registerProviderType(int, Class<? extends WorldProvider>, boolean) in the type DimensionManager is not applicable for the arguments (int, PlanetWorldProvider, boolean)

        DimensionManager.registerDimension(dimID, dimID);

    }

   

    @EventHandler

    public void postInit(FMLPostInitializationEvent event) {

           

    }

 

}

 

 

OR

 

 

package ashjack.galacticraft.exo;

 

import net.minecraft.world.WorldProvider;

import net.minecraftforge.common.Configuration;

import micdoodle8.mods.galacticraft.api.world.IGalaxy;

import micdoodle8.mods.galacticraft.api.world.IMapObject;

import micdoodle8.mods.galacticraft.api.world.IPlanet;

 

public class PlanetKepler22b implements IPlanet {

 

@Override

    public String getName() {

            return "Kepler-22b";

    }

 

    @Override

    public boolean isReachable() {

            return true;

    }

 

    @Override

    public IMapObject getMapObject() {

            return new Kepler22bMapObject();

    }

 

    @Override

    public boolean addToList() {

            return true;

    }

 

    @Override

    public boolean autoRegister() {

            return false;

    }

 

    @Override

    public Class<? extends WorldProvider> getWorldProvider() {

            return PlanetWorldProvider.class;

    }

 

    @Override

    public int getDimensionID() {

            return ExoplanetaryExploration.config.get(Configuration.CATEGORY_GENERAL, "Kepler-22b", -30).getInt();//config cannot be resolved or is not a field

            }

 

    @Override

    public IGalaxy getParentGalaxy() {

            return new GCCoreGalaxyKepler22();

    }

}

 

Posted

1) config cannot be resolved

2) The method registerProviderType(int, Class<? extends WorldProvider>, boolean) in the type DimensionManager is not applicable for the arguments (int, PlanetWorldProvider, boolean)

 

Come on dude, this is basic stuff; basic Java, casting.

 

1) The code doesn't even know where "config" is. Where you load your config, and save you config is where you should put it. Why put it in load, when Forge doesn't even read it?

2) Class<? extends WorldProvider> (does not equal) PlanetWorldProvider. You need to make your PlanetWorldProvider "extend" WorldProvider.

 

One more thing, you don't even know how to use configs. You have to create a new instance of the int in your mod, and set the value later. You can't even receive (ExoplanetaryExploration.config) because it isn't static. Please please please, don't come here until you fully understand how casting works and how fields work.

Posted

 @EventHandler
    public void load(FMLInitializationEvent event) {
       
       proxy.registerRenderers();
        int dimID = config.get(Configuration.CATEGORY_GENERAL, "Kepler-22b", -30).getInt();//config cannot be resolved
        DimensionManager.registerProviderType(dimID, new PlanetWorldProvider(), false); //The method registerProviderType(int, Class<? extends WorldProvider>, boolean) in the type DimensionManager is not applicable for the arguments (int, PlanetWorldProvider, boolean)
        DimensionManager.registerDimension(dimID, dimID);
    }]/code]
Tthis piece of code:
[code]new PlanetWorldProvide()

you need to change to

PlanetWorldProvider.class

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Posted

Thank you for both your replies. I fixed the config, and the registerProviderType. But I still experience a crash on testing my addon. I still get "cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_71946_M" There are still errors in my files, but they are just referencing to galacticraft itself. I have all 3 mods (MicdoodleCore, Galacticraft and Galacticraft Planets) in my mcp/jars/mods folder. If you want to see the code with the errors, I can, but I don't see how that would help, because as I mentioned before, they are just referencing to the mods that the user will have installed, but I can't put into eclipse(because I can't release any of the mods within my addon)

Posted

Hey guy, those two classes you posted are not even in your crash log as suspects. This is your error location:

micdoodle8.mods.galacticraft.core.GCCoreConfigManager.setDefaultValues(GCCoreConfigManager.java:305)

 

Notice the error occurs at line # 305 in your micdoodle8.mods.galacticraft.core.GCCoreConfigManager class, in the method setDefaultValue.

 

Without that code, I can't help you.

Posted

Well, that other guy's code is crashing in the Preinit event handler. Since, it dies and never returns it causes you to crash.

 

I see you are also experiencing a different crash now. Post the logs and I'll try to help.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Version 1.19 - Forge 41.0.63 I want to create a wolf entity that I can ride, so far it seems to be working, but the problem is that when I get on the wolf, I can’t control it. I then discovered that the issue is that the server doesn’t detect that I’m riding the wolf, so I’m struggling with synchronization. However, it seems to not be working properly. As I understand it, the server receives the packet but doesn’t register it correctly. I’m a bit new to Java, and I’ll try to provide all the relevant code and prints *The comments and prints are translated by chatgpt since they were originally in Spanish* Thank you very much in advance No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. No player is mounted, or the passenger is not a player. MountableWolfEntity package com.vals.valscraft.entity; import com.vals.valscraft.network.MountSyncPacket; import com.vals.valscraft.network.NetworkHandler; import net.minecraft.client.Minecraft; import net.minecraft.network.syncher.EntityDataAccessor; import net.minecraft.network.syncher.EntityDataSerializers; import net.minecraft.network.syncher.SynchedEntityData; import net.minecraft.server.MinecraftServer; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.EntityType; import net.minecraft.world.entity.Mob; import net.minecraft.world.entity.ai.attributes.AttributeSupplier; import net.minecraft.world.entity.ai.attributes.Attributes; import net.minecraft.world.entity.animal.Wolf; import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.Entity; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.level.Level; import net.minecraft.world.phys.Vec3; import net.minecraftforge.event.TickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.network.PacketDistributor; public class MountableWolfEntity extends Wolf { private boolean hasSaddle; private static final EntityDataAccessor<Byte> DATA_ID_FLAGS = SynchedEntityData.defineId(MountableWolfEntity.class, EntityDataSerializers.BYTE); public MountableWolfEntity(EntityType<? extends Wolf> type, Level level) { super(type, level); this.hasSaddle = false; } @Override protected void defineSynchedData() { super.defineSynchedData(); this.entityData.define(DATA_ID_FLAGS, (byte)0); } public static AttributeSupplier.Builder createAttributes() { return Wolf.createAttributes() .add(Attributes.MAX_HEALTH, 20.0) .add(Attributes.MOVEMENT_SPEED, 0.3); } @Override public InteractionResult mobInteract(Player player, InteractionHand hand) { ItemStack itemstack = player.getItemInHand(hand); if (itemstack.getItem() == Items.SADDLE && !this.hasSaddle()) { if (!player.isCreative()) { itemstack.shrink(1); } this.setSaddle(true); return InteractionResult.SUCCESS; } else if (!level.isClientSide && this.hasSaddle()) { player.startRiding(this); MountSyncPacket packet = new MountSyncPacket(true); // 'true' means the player is mounted NetworkHandler.CHANNEL.sendToServer(packet); // Ensure the server handles the packet return InteractionResult.SUCCESS; } return InteractionResult.PASS; } @Override public void travel(Vec3 travelVector) { if (this.isVehicle() && this.getControllingPassenger() instanceof Player) { System.out.println("The wolf has a passenger."); System.out.println("The passenger is a player."); Player player = (Player) this.getControllingPassenger(); // Ensure the player is the controller this.setYRot(player.getYRot()); this.yRotO = this.getYRot(); this.setXRot(player.getXRot() * 0.5F); this.setRot(this.getYRot(), this.getXRot()); this.yBodyRot = this.getYRot(); this.yHeadRot = this.yBodyRot; float forward = player.zza; float strafe = player.xxa; if (forward <= 0.0F) { forward *= 0.25F; } this.flyingSpeed = this.getSpeed() * 0.1F; this.setSpeed((float) this.getAttributeValue(Attributes.MOVEMENT_SPEED) * 1.5F); this.setDeltaMovement(new Vec3(strafe, travelVector.y, forward).scale(this.getSpeed())); this.calculateEntityAnimation(this, false); } else { // The wolf does not have a passenger or the passenger is not a player System.out.println("No player is mounted, or the passenger is not a player."); super.travel(travelVector); } } public boolean hasSaddle() { return this.hasSaddle; } public void setSaddle(boolean hasSaddle) { this.hasSaddle = hasSaddle; } @Override protected void dropEquipment() { super.dropEquipment(); if (this.hasSaddle()) { this.spawnAtLocation(Items.SADDLE); this.setSaddle(false); } } @SubscribeEvent public static void onServerTick(TickEvent.ServerTickEvent event) { if (event.phase == TickEvent.Phase.START) { MinecraftServer server = net.minecraftforge.server.ServerLifecycleHooks.getCurrentServer(); if (server != null) { for (ServerPlayer player : server.getPlayerList().getPlayers()) { if (player.isPassenger() && player.getVehicle() instanceof MountableWolfEntity) { MountableWolfEntity wolf = (MountableWolfEntity) player.getVehicle(); System.out.println("Tick: " + player.getName().getString() + " is correctly mounted on " + wolf); } } } } } private boolean lastMountedState = false; @Override public void tick() { super.tick(); if (!this.level.isClientSide) { // Only on the server boolean isMounted = this.isVehicle() && this.getControllingPassenger() instanceof Player; // Only print if the state changed if (isMounted != lastMountedState) { if (isMounted) { Player player = (Player) this.getControllingPassenger(); // Verify the passenger is a player System.out.println("Server: Player " + player.getName().getString() + " is now mounted."); } else { System.out.println("Server: The wolf no longer has a passenger."); } lastMountedState = isMounted; } } } @Override public void addPassenger(Entity passenger) { super.addPassenger(passenger); if (passenger instanceof Player) { Player player = (Player) passenger; if (!this.level.isClientSide && player instanceof ServerPlayer) { // Send the packet to the server to indicate the player is mounted NetworkHandler.CHANNEL.send(PacketDistributor.PLAYER.with(() -> (ServerPlayer) player), new MountSyncPacket(true)); } } } @Override public void removePassenger(Entity passenger) { super.removePassenger(passenger); if (passenger instanceof Player) { Player player = (Player) passenger; if (!this.level.isClientSide && player instanceof ServerPlayer) { // Send the packet to the server to indicate the player is no longer mounted NetworkHandler.CHANNEL.send(PacketDistributor.PLAYER.with(() -> (ServerPlayer) player), new MountSyncPacket(false)); } } } @Override public boolean isControlledByLocalInstance() { Entity entity = this.getControllingPassenger(); return entity instanceof Player; } @Override public void positionRider(Entity passenger) { if (this.hasPassenger(passenger)) { double xOffset = Math.cos(Math.toRadians(this.getYRot() + 90)) * 0.4; double zOffset = Math.sin(Math.toRadians(this.getYRot() + 90)) * 0.4; passenger.setPos(this.getX() + xOffset, this.getY() + this.getPassengersRidingOffset() + passenger.getMyRidingOffset(), this.getZ() + zOffset); } } } MountSyncPacket package com.vals.valscraft.network; import com.vals.valscraft.entity.MountableWolfEntity; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class MountSyncPacket { private final boolean isMounted; public MountSyncPacket(boolean isMounted) { this.isMounted = isMounted; } public void encode(FriendlyByteBuf buffer) { buffer.writeBoolean(isMounted); } public static MountSyncPacket decode(FriendlyByteBuf buffer) { return new MountSyncPacket(buffer.readBoolean()); } public void handle(NetworkEvent.Context context) { context.enqueueWork(() -> { ServerPlayer player = context.getSender(); // Get the player from the context if (player != null) { // Verifies if the player has dismounted if (!isMounted) { Entity vehicle = player.getVehicle(); if (vehicle instanceof MountableWolfEntity wolf) { // Logic to remove the player as a passenger wolf.removePassenger(player); System.out.println("Server: Player " + player.getName().getString() + " is no longer mounted."); } } } }); context.setPacketHandled(true); // Marks the packet as handled } } networkHandler package com.vals.valscraft.network; import com.vals.valscraft.valscraft; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.network.NetworkRegistry; import net.minecraftforge.network.simple.SimpleChannel; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class NetworkHandler { private static final String PROTOCOL_VERSION = "1"; public static final SimpleChannel CHANNEL = NetworkRegistry.newSimpleChannel( new ResourceLocation(valscraft.MODID, "main"), () -> PROTOCOL_VERSION, PROTOCOL_VERSION::equals, PROTOCOL_VERSION::equals ); public static void init() { int packetId = 0; // Register the mount synchronization packet CHANNEL.registerMessage( packetId++, MountSyncPacket.class, MountSyncPacket::encode, MountSyncPacket::decode, (msg, context) -> msg.handle(context.get()) // Get the context with context.get() ); } }  
    • Do you use features of inventory profiles next (ipnext) or is there a change without it?
    • Remove rubidium - you are already using embeddium, which is a fork of rubidium
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.