upd for 1.6.4
[IC2 Exp][1.7.10] Advanced Solar Panels v3.5.1 + Quantum Generator + Solar helmets !
-
-
I'm on IC2 Experimental 278. I get the following crash:
---- Minecraft Crash Report ----
// Would you like a cupcake?Time: 10/25/13 4:02 PM
Description: Initializing gamejava.lang.NoClassDefFoundError: advsolar/BlockAdvSolarPanel
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
at sun.reflect.GeneratedMethodAccessor2.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:509)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile: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)
Caused by: java.lang.ClassNotFoundException: advsolar.BlockAdvSolarPanel
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 34 more
Caused by: java.lang.IncompatibleClassChangeError: class advsolar.BlockAdvSolarPanel has interface net.minecraft.world.storage.IThreadedFileIO as super class
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 36 more -
Getting the same error on 1.6.4
on 1.6.2 it seems to be ok :O -
I have been trying to get Advanced solar Panels to work but get getting this error.
2013-10-28 00:36:32 [SEVERE] cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: ic2.api.recipe.IMachineRecipeManager.addRecipe(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;[Lnet/minecraft/item/ItemStack;)V
2013-10-28 00:36:32 [SEVERE] at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
2013-10-28 00:36:32 [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:702)
2013-10-28 00:36:32 [SEVERE] at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
2013-10-28 00:36:32 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
2013-10-28 00:36:32 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:175)
2013-10-28 00:36:32 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:616)
2013-10-28 00:36:32 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
2013-10-28 00:36:32 [SEVERE] Caused by: java.lang.NoSuchMethodError: ic2.api.recipe.IMachineRecipeManager.addRecipe(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;[Lnet/minecraft/item/ItemStack;)V
2013-10-28 00:36:32 [SEVERE] at mekanism.common.MekanismHooks.hook(MekanismHooks.java:55)
2013-10-28 00:36:32 [SEVERE] at mekanism.common.Mekanism.postInit(Mekanism.java:1186)
2013-10-28 00:36:32 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-10-28 00:36:32 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-10-28 00:36:32 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-10-28 00:36:32 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
2013-10-28 00:36:32 [SEVERE] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
2013-10-28 00:36:32 [SEVERE] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2013-10-28 00:36:32 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-10-28 00:36:32 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
2013-10-28 00:36:32 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-10-28 00:36:32 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-10-28 00:36:32 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-10-28 00:36:32 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-10-28 00:36:32 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-10-28 00:36:32 [SEVERE] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
2013-10-28 00:36:32 [SEVERE] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
2013-10-28 00:36:32 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-10-28 00:36:32 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-10-28 00:36:32 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-10-28 00:36:32 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
2013-10-28 00:36:32 [SEVERE] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-10-28 00:36:32 [SEVERE] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-10-28 00:36:32 [SEVERE] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
2013-10-28 00:36:32 [SEVERE] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-10-28 00:36:32 [SEVERE] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-10-28 00:36:32 [SEVERE] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
2013-10-28 00:36:32 [SEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:701)
2013-10-28 00:36:32 [SEVERE] ... 5 more
2013-10-28 00:36:32 [SEVERE] Encountered an unexpected exception LoaderException
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: ic2.api.recipe.IMachineRecipeManager.addRecipe(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;[Lnet/minecraft/item/ItemStack;)V
at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:702)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:107)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:175)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:616)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoSuchMethodError: ic2.api.recipe.IMachineRecipeManager.addRecipe(Lnet/minecraft/item/ItemStack;Lnet/minecraft/nbt/NBTTagCompound;[Lnet/minecraft/item/ItemStack;)V
at mekanism.common.MekanismHooks.hook(MekanismHooks.java:55)
at mekanism.common.Mekanism.postInit(Mekanism.java:1186)
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.GeneratedMethodAccessor1.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.initializeMods(Loader.java:701)
... 5 morefull log in paste bin
http://pastebin.com/xj8idAchI have also tried earlier versions but still get this error. I have also tested it with just IC2 and AdvSolarPanels but same issue.
-
So...
I am running IC2 Exp #280, Gravisuite 198 for Exp, and I cannot get any of the Adv Sol Pnl packs to charge anything but themselves. Any ideas?
EDIT: The Quantum gen is working as are the solar panels when connected to cable. The solar panels do not charge anything put in the charge slot.
-
Crash when loading. Was that fixed in #180? EDIT: definitely not! Mod list:
IC2_experimental build 279
Advanced Solar Panels 3.3.10Code
Display More---- Minecraft Crash Report ---- // Ouch. That hurt :( Time: 27/10/13 5:04 PM Description: Initializing game java.lang.NoClassDefFoundError: advsolar/BlockAdvSolarPanel at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462) 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:509) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile: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) Caused by: java.lang.ClassNotFoundException: advsolar.BlockAdvSolarPanel at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 35 more Caused by: java.lang.IncompatibleClassChangeError: class advsolar.BlockAdvSolarPanel has interface net.minecraft.world.storage.IThreadedFileIO as super class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178) ... 37 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462) 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:509) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile: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) -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 8 (amd64) version 6.2 Java Version: 1.8.0-ea, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 267229984 bytes (254 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB) JVM Flags: 14 total; -Xmx2G -Xmx4G -XX:TargetSurvivorRatio=80 -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=40 -XX:GCPauseIntervalMillis=150 -XX:+TieredCompilation -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:CompileThreshold=1000 -Xms512m -Xmx1024m -XX:PermSize=256m 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.30.933 Minecraft Forge 9.11.1.933 5 mods loaded, 5 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML{6.4.30.933} [Forge Mod Loader] (minecraftforge-9.11.1.933.jar) Unloaded->Constructed Forge{9.11.1.933} [Minecraft Forge] (minecraftforge-9.11.1.933.jar) Unloaded->Constructed IC2{2.0.279-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.279-experimental.jar) Unloaded->Constructed AdvancedSolarPanel{3.3.10} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_10_IC_EXP.zip) Unloaded Launched Version: 1.6.4 LWJGL: 2.9.0 OpenGL: AMD Radeon HD 6800 Series GL version 4.2.12217 Compatibility Profile Context 12.104.0.0, ATI Technologies Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
-
Crash when loading. Was that fixed in #180? EDIT: definitely not! Mod list:
IC2_experimental build 279
Advanced Solar Panels 3.3.10Code
Display More---- Minecraft Crash Report ---- // Ouch. That hurt :( Time: 27/10/13 5:04 PM Description: Initializing game java.lang.NoClassDefFoundError: advsolar/BlockAdvSolarPanel at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462) 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:509) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile: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) Caused by: java.lang.ClassNotFoundException: advsolar.BlockAdvSolarPanel at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 35 more Caused by: java.lang.IncompatibleClassChangeError: class advsolar.BlockAdvSolarPanel has interface net.minecraft.world.storage.IThreadedFileIO as super class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178) ... 37 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462) 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:509) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808) at net.minecraft.client.main.Main.main(SourceFile: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) -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 8 (amd64) version 6.2 Java Version: 1.8.0-ea, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 267229984 bytes (254 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB) JVM Flags: 14 total; -Xmx2G -Xmx4G -XX:TargetSurvivorRatio=80 -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=40 -XX:GCPauseIntervalMillis=150 -XX:+TieredCompilation -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:CompileThreshold=1000 -Xms512m -Xmx1024m -XX:PermSize=256m 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.30.933 Minecraft Forge 9.11.1.933 5 mods loaded, 5 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML{6.4.30.933} [Forge Mod Loader] (minecraftforge-9.11.1.933.jar) Unloaded->Constructed Forge{9.11.1.933} [Minecraft Forge] (minecraftforge-9.11.1.933.jar) Unloaded->Constructed IC2{2.0.279-experimental} [IndustrialCraft 2] (industrialcraft-2_2.0.279-experimental.jar) Unloaded->Constructed AdvancedSolarPanel{3.3.10} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_10_IC_EXP.zip) Unloaded Launched Version: 1.6.4 LWJGL: 2.9.0 OpenGL: AMD Radeon HD 6800 Series GL version 4.2.12217 Compatibility Profile Context 12.104.0.0, ATI Technologies Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Seems to look like missing base .class o_o
-
Seems to look like missing base .class o_o
I know, right? Possibly the download was corrupted -
Are u going to update your mod to 1.6.4?
Thanks. -
Thank you for support my addons ASP new version is coming soon. I am working on device which replace "matter" in ASP recipes. Develop sample of this device you can see here. This is "Molecular Transformer". Principle of operation - nuclear transmutation of elements ultra-high magnetic field with microwave radiation. Some result sample: 1 iron ingot + 10 000 000 eu = 1 iridium ingot.
For those of us waiting for the recipes to update, i feel the introducing of a new device and material is a complete waste of time.
by all means, make the irridium bars to use in solar panels. but there is still a mass fab and it still produces UU matter and is still able to make irridium. all you need to do it make the irridium content in the solar panels higher so more UU matter needs to be used and more energy needs to be used. it would be much quicker and easier for everyone to use the systems in place by IC2 already rather than introducing new equipment. it's already a pain in the ass to set up a mass fab i don't want to have to set up a mass fab AND a "molecular transformer".PLUS by introducing a machine that creates irridium you are breaking the basic mechanics of IC2 experimental. irridium currently has to found, then copied into a blueprint, then formed from liquid UU matter.
that's just my personal insight into your mod and the idea you are proposing. Keep up the good work. i do love your mod.
-
For those of us waiting for the recipes to update, i feel the introducing of a new device and material is a complete waste of time.
by all means, make the irridium bars to use in solar panels. but there is still a mass fab and it still produces UU matter and is still able to make irridium. all you need to do it make the irridium content in the solar panels higher so more UU matter needs to be used and more energy needs to be used. it would be much quicker and easier for everyone to use the systems in place by IC2 already rather than introducing new equipment. it's already a pain in the ass to set up a mass fab i don't want to have to set up a mass fab AND a "molecular transformer".PLUS by introducing a machine that creates irridium you are breaking the basic mechanics of IC2 experimental. irridium currently has to found, then copied into a blueprint, then formed from liquid UU matter.
that's just my personal insight into your mod and the idea you are proposing. Keep up the good work. i do love your mod.
Thats not really the issue, the irridium recipe was only an example. The problem is that currently the advanced solar panels require sunnarium components, which used physical uu-matter as part of its recipe. Something new is needed to replace that material in order to maintain balance.
-
There should be a way of using liquid UU and glowstone to make it. A new machine to do it perhaps?
-
Thats not really the issue, the irridium recipe was only an example. The problem is that currently the advanced solar panels require sunnarium components, which used physical uu-matter as part of its recipe. Something new is needed to replace that material in order to maintain balance.
what i'm saying is the sunnarium can easily be replaced by something using existing materials E.G. irridium plating. irridium is more expensive than UU matter to produce, it would not be difficult to create something to match sunnarium. i understand the need for a new item, but not the need for a new machine/process to produce a new material to make a new recipe. it's all just extra work for the modder and more to learn for the player.
i am actually supporting the idea of "enriched glowstone" as a replacement for sunnarium, in which a method for infusing UU liquid UU matter into glowstone is created. since it is using two existing materials a new process or machine wouldn't be too much work. it's just the idea of producing so many new things for one simple solar panel.
-
Just make a craftable memory card containing the sunnarium scan, so we can create sunnarium out of UUM using the new system.
-
There should be a way of using liquid UU and glowstone to make it. A new machine to do it perhaps?
A whole new machine to do ONE recipe? Stupidness. -
A whole new machine to do ONE recipe? Stupidness.
Nonsense. it only means we need more stuff to craft! -
EN-US: Hello, UU Matter is now liquid, for this reason we can not create Advanced Solar Panels, I wonder if there is an update for IC2_EXP with MC 1.6.2.
Thank you.
PT-BR: Olá, UU Matter agora é liquido, por este motivo não podemos criar Advanced Solar Panels, gostaria de saber se existe uma atualização para IC2_EXP com MC 1.6.2.
Obrigado.
-
No fixed built yet, just change config to not need UU.
-
I love this mod so much! It makes my time playing minecraft so much more enjoyable but it keeps crashing. Is there any place i can report crashes? Thank you for taking the time to make this mod
-
This mod is very useful and balanced as well (with the hard recipe enable) Why don't changing the old uu Matter to uu filled Cans.