Posted August 29, 201312 yr So, I'm trying to develop 2 mods at once, but the issue I'm having is below: 2013-08-28 19:19:45 [iNFO] [sTDOUT] java.lang.IllegalArgumentException: Can not set static musicraft.core.MusiCraftMain field musicraft.core.MusiCraftMain.instance to kovu.codebase.common.mod_KovuCore 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:164) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:168) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.UnsafeStaticObjectFieldAccessorImpl.set(UnsafeStaticObjectFieldAccessorImpl.java:79) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at java.lang.reflect.Field.set(Field.java:680) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:445) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:378) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:520) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Method.java:601) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Method.java:601) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:510) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:182) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:470) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Method.java:601) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) 2013-08-28 19:19:45 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:18) The trace hasn't been very helpful either...
August 29, 201312 yr The first line contains all relevant info mate The problem is with your instance variable. Check the @instance If you guys dont get it.. then well ya.. try harder...
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.