Created
August 2, 2014 11:44
-
-
Save AEnterprise/8047d39c27d4004af305 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---- Minecraft Crash Report ---- | |
| // My bad. | |
| Time: 2/08/14 13:39 | |
| Description: Initializing game | |
| java.lang.NoClassDefFoundError: buildcraftAdditions/blocks/BlockSemiAutomaticDuster | |
| at java.lang.Class.forName0(Native Method) | |
| at java.lang.Class.forName(Unknown Source) | |
| at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420) | |
| 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.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
| at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
| at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
| at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
| at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) | |
| at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) | |
| 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.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
| at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
| at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
| at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
| at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) | |
| at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) | |
| at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204) | |
| at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) | |
| at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) | |
| at net.minecraft.client.main.Main.main(SourceFile:148) | |
| 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:134) | |
| at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
| Caused by: java.lang.ClassNotFoundException: buildcraftAdditions.blocks.BlockSemiAutomaticDuster | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| ... 35 more | |
| Caused by: java.lang.NoClassDefFoundError: eureka/interfaces/IEurekaBlock | |
| 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:180) | |
| ... 37 more | |
| Caused by: java.lang.ClassNotFoundException: eureka.interfaces.IEurekaBlock | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| at java.lang.ClassLoader.loadClass(Unknown Source) | |
| ... 41 more | |
| Caused by: java.lang.NullPointerException | |
| at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180) | |
| ... 43 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:420) | |
| 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.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
| at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
| at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
| at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
| at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) | |
| at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) | |
| 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.EventSubscriber.handleEvent(EventSubscriber.java:74) | |
| at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) | |
| at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) | |
| at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) | |
| at com.google.common.eventbus.EventBus.post(EventBus.java:275) | |
| at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) | |
| at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) | |
| at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204) | |
| at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) | |
| -- Initialization -- | |
| Details: | |
| Stacktrace: | |
| at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) | |
| at net.minecraft.client.main.Main.main(SourceFile:148) | |
| 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:134) | |
| at net.minecraft.launchwrapper.Launch.main(Launch.java:28) | |
| -- System Details -- | |
| Details: | |
| Minecraft Version: 1.7.10 | |
| Operating System: Windows 8.1 (amd64) version 6.3 | |
| Java Version: 1.8.0_11, Oracle Corporation | |
| Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
| Memory: 93994224 bytes (89 MB) / 259608576 bytes (247 MB) up to 1060372480 bytes (1011 MB) | |
| JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M | |
| AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
| IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
| FML: MCP v9.05 FML v7.10.18.1182 Minecraft Forge 10.13.0.1182 10 mods loaded, 10 mods active | |
| mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed | |
| FML{7.10.18.1182} [Forge Mod Loader] (forge-1.7.10-10.13.0.1182.jar) Unloaded->Constructed | |
| Forge{10.13.0.1182} [Minecraft Forge] (forge-1.7.10-10.13.0.1182.jar) Unloaded->Constructed | |
| BuildCraft|Core{6.0.17} [BuildCraft] (buildcraft-6.0.17.jar) Unloaded->Constructed | |
| BuildCraft|Builders{6.0.17} [BC Builders] (buildcraft-6.0.17.jar) Unloaded->Constructed | |
| BuildCraft|Energy{6.0.17} [BC Energy] (buildcraft-6.0.17.jar) Unloaded->Constructed | |
| BuildCraft|Factory{6.0.17} [BC Factory] (buildcraft-6.0.17.jar) Unloaded->Constructed | |
| BuildCraft|Transport{6.0.17} [BC Transport] (buildcraft-6.0.17.jar) Unloaded->Constructed | |
| BuildCraft|Silicon{6.0.17} [BC Silicon] (buildcraft-6.0.17.jar) Unloaded->Constructed | |
| bcadditions{1.6.1-test} [Buildcraft Additions] (BuildcraftAdditions-1.7.10-1.6.1-test.jar) Unloaded | |
| Launched Version: 1.7.10-Forge10.13.0.1182 | |
| LWJGL: 2.9.1 | |
| OpenGL: GeForce GTX 660/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation | |
| GL Caps: Using GL 1.3 multitexturing. | |
| Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. | |
| Anisotropic filtering is supported and maximum anisotropy is 16. | |
| Shaders are available because OpenGL 2.1 is supported. | |
| Is Modded: Definitely; Client brand changed to 'fml,forge' | |
| Type: Client (map_client.txt) | |
| Resource Packs: [] | |
| Current Language: English (US) | |
| Profiler Position: N/A (disabled) | |
| Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used | |
| Anisotropic Filtering: Off (1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment