-
-
Save darkevilmac/f9587498216118ebf49a to your computer and use it in GitHub Desktop.
This file contains 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 ---- | |
// Don't be sad. I'll do better next time, I promise! | |
Time: 8/17/14 1:11 PM | |
Description: Exception in server tick loop | |
java.lang.NoSuchFieldError: brushIcons | |
at buildcraft.api.core.EnumColor.<clinit>(EnumColor.java:110) | |
at buildcraft.BuildCraftTransport.<clinit>(BuildCraftTransport.java:196) | |
at java.lang.Class.forName0(Native Method) | |
at java.lang.Class.forName(Unknown Source) | |
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:383) | |
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:338) | |
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:493) | |
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.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) | |
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313) | |
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) | |
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.7.10 | |
Operating System: Windows 7 (amd64) version 6.1 | |
Java Version: 1.8.0_05, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 75718904 bytes (72 MB) / 257949696 bytes (246 MB) up to 2863661056 bytes (2731 MB) | |
JVM Flags: 2 total; -Xmx3G -XX:MaxPermSize=256M | |
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.25.1207 Minecraft Forge 10.13.0.1207 9 mods loaded, 9 mods active | |
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed | |
FML{7.10.25.1207} [Forge Mod Loader] (forge-1.7.10-10.13.0.1207-universal.jar) Unloaded->Constructed | |
Forge{10.13.0.1207} [Minecraft Forge] (forge-1.7.10-10.13.0.1207-universal.jar) Unloaded->Constructed | |
BuildCraft|Core{6.1.1} [BuildCraft] (buildcraft-6.1.1.jar) Unloaded | |
BuildCraft|Builders{6.1.1} [BC Builders] (buildcraft-6.1.1.jar) Unloaded | |
BuildCraft|Energy{6.1.1} [BC Energy] (buildcraft-6.1.1.jar) Unloaded | |
BuildCraft|Factory{6.1.1} [BC Factory] (buildcraft-6.1.1.jar) Unloaded | |
BuildCraft|Transport{6.1.1} [BC Transport] (buildcraft-6.1.1.jar) Unloaded | |
BuildCraft|Silicon{6.1.1} [BC Silicon] (buildcraft-6.1.1.jar) Unloaded | |
Profiler Position: N/A (disabled) | |
Is Modded: Definitely; Server brand changed to 'fml,forge' | |
Type: Dedicated Server (map_server.txt) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment