1.7.10
Forge
Blocks
Items
Magic
Realism
Open the MeteorCraft zip and try to find the TileEntityMeteorBase class file.
Yup, it's at /MeteorCraft 1.6 V19b.zip/Reika/MeteorCraft/Blocks/TileEntityMeteorBase.class
TileEntityMeteorGun.class is in that same dir as well.
I didn't think it would work, but I did try also downgrading just meteorcraft to v19, leaving DragonAPI and the others at 19b, got the same exact error though. Dunno if that helps.
For the Now:
Is there anything unusual or specific about your installation?
Shouldn't be, I installed the vanilla client through the Mojang launcher, added forge through it's installer to my client, then added my mods to the mod folder one at a time, booting between each to fix conflicts and test for compatibility. I know I had to install railcraft and then NEI and it's deps first, or else adding extrautils broke things for some reason, but nothing about that seems like it could be related. Gimme a couple minutes, I'll try a fresh .jar and forge install with JUST DragonAPI and MeteorCraft, the most standard install I could possibly imagine.
For the Now:
Reika, I'm getting the same error, I've also checked my .zip file and the specified class is in that folder. I'm getting same error both on my test pack with just two of your mods and in my package. I'm using 64 bit windows with 64 bit Java and forge 965.
That makes a trifecta of OS's this is occurring on, I run MC on 64bit Mac OSx on my laptop, and 64bit linux on my tower with no internet at home. 64bit java and forge 965 for mine too.
EDIT:
Just confirmed the crash with a fresh install of MC through the vanilla client, forge 965, and dragonapi/meteorcraft 19b only. The log:
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 3/23/14 9:55 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: Reika/MeteorCraft/Blocks/TileEntityMeteorGun
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.NoClassDefFoundError: Reika/MeteorCraft/Blocks/TileEntityMeteorGun
at Reika.MeteorCraft.MeteorCraft.preload(MeteorCraft.java:73)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
... 10 more
Caused by: java.lang.ClassNotFoundException: Reika.MeteorCraft.Blocks.TileEntityMeteorGun
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 38 more
Caused by: java.lang.NoClassDefFoundError: Reika/MeteorCraft/Blocks/TileEntityMeteorBase
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 40 more
Caused by: java.lang.ClassNotFoundException: Reika.MeteorCraft.Blocks.TileEntityMeteorBase
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 45 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: Mac OS X (x86_64) version 10.9.2
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 27246520 bytes (25 MB) / 126025728 bytes (120 MB) up to 1069416448 bytes (1019 MB)
JVM Flags: 1 total; -Xmx1G
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.49.965 Minecraft Forge 9.11.1.965 5 mods loaded, 5 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
DragonAPI{release} [DragonAPI] (DragonAPI 1.6 V19b.zip) Unloaded->Constructed->Pre-initialized
MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 V19b.zip) Unloaded->Constructed->Errored
For the Now:
EDIT:
Done.
http://adf.ly/hBp4R
Ah! That'd do it! If I had tried it on my tower with my tech world, it would've been fine.
On a related note, I've had to split my MC playtime now. Ever since RotaryCraft v18 or so, I'll work my way up to having a lubrication setup, get a sonic borer going, and then BOOM I can no longer open my game to LAN and let my partner join me, my game's memory connection becomes overburdened, and she gets kicked out within seconds of joining with a "broken pipe" java error. My tower has an intel i3 and 8gb of RAM, of which 7 gets allocated to MC, and extra perm gen space too, so I don't feel like it should be THAT bad. And, when I don't touch RC and just work with AE, TiCon, TE, Chisel, BC, even Thaumcraft, we can still play together fine, it's only after I hit a certain amount of RC progression that we have trouble. I've edited my configs to adjust the sync packet interval, but that doesn't seem to have helped. I have no proof or logs that RC specifically is causing this, but it seems likely, given the circumstances.
As a result of this, we've decided to set up a little collection of mods to play together, since she doesn't enjoy tech mods anyway. That's what I've been working on this weekend, and that's why there's no RC in my current install. Project next, now that I have this pack working completely, is to set up a tech only pack for me to play while she's busy. Hopefully I won't have any trouble on a SSP world with it, everything seems like it's worked fine that way so far.
Reika, do you use other tech mods alongside yours still? Anything that especially complements RC you would recommend for me to play?
And one final closing note, the fixed DragonAPI, and v19b of your mods, now loads up just fine. Thanks so much for the quick fix on that, we've been missing the void monster's presence since adding dimdoors!
For the Now:
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at java.io.Reader.<init>(Reader.java:78)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at java.io.InputStreamReader.<init>(InputStreamReader.java:72)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at Reika.RotaryCraft.Auxiliary.SpecialConfigLoader.readFile(SpecialConfigLoader.java:55)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at Reika.RotaryCraft.Auxiliary.SpecialConfigLoader.<clinit>(SpecialConfigLoader.java:29)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at Reika.RotaryCraft.Registry.MachineRegistry.isCraftable(MachineRegistry.java:1202)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at Reika.RotaryCraft.Registry.MachineRegistry.addCrafting(MachineRegistry.java:1150)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at Reika.RotaryCraft.RotaryRecipes.addMachines(RotaryRecipes.java:120)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at Reika.RotaryCraft.RotaryRecipes.addRecipes(RotaryRecipes.java:50)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at Reika.RotaryCraft.RotaryCraft.load(RotaryCraft.java:250)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at net.minecraft.client.main.Main.main(SourceFile:101)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:606)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
[15:18:55 INFO]: Client> 2014-03-23 15:18:55 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
I use the standard list; RC, BC, RailCraft, TE, CC, AE, Twilight Forest, MystCraft, ThaumCraft, MagicCrops, OpenBlocks, ExtraUtilities...
These are fixed in v19b.
In SSP I observe tamed spiders attacking hostile mobs, even other spiders.
I tried putting your quartz dust into a furnace for some silicon and it wouldn't cook.
EDIT: Also, is Lead ores bonus supposed to be nickle? I thought it was silver...
Then that recipe was hardcoded by AE.
Without provocation?
The extractor products are automatically generated, and not completely interchangeable.
... Darn... MineTweaker to the rescue I guess. :3
I use the MFR Unifier machine to fix stuff like this.
Also, <3 Time Walk.
Also x2, Reika: i'm using v19b, this is the first time I've tried ElectriCraft
Yeah, but it adds an extra step that kinda bugs me. I'mma look into that global ore unifier mod...:L
Also, finally someone knows the card! I've had this avatar for the entire time I've been on these forums and not one person has known what it was. XD
Client crash log: http://pastebin.com/xYrZ53hB
Server crash log: http://pastebin.com/6x3qNQqF
I made my own shader pack, by the way.