Created
April 15, 2015 13:58
-
-
Save TheLoneWolfling/dcc844c380b30322d4f4 to your computer and use it in GitHub Desktop.
Server crashlog
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 ---- | |
// I just don't know what went wrong :( | |
Time: 15/04/15 10:49 AM | |
Description: Exception in server tick loop | |
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: newBiospheresMod.BlockDome.func_149751_l()Z | |
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) | |
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692) | |
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) | |
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) | |
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) | |
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) | |
Caused by: java.lang.NoSuchMethodError: newBiospheresMod.BlockDome.func_149751_l()Z | |
at newBiospheresMod.BlockDome.InitBlock(BlockDome.java:147) | |
at newBiospheresMod.BlockDome.GetDomeBlock(BlockDome.java:96) | |
at newBiospheresMod.BlockDome.InitalizeAllRegisteredBlocks(BlockDome.java:62) | |
at newBiospheresMod.NewBiospheresMod.PostInit(NewBiospheresMod.java:52) | |
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:513) | |
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.initializeMods(Loader.java:691) | |
... 5 more | |
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 8.1 (amd64) version 6.3 | |
Java Version: 1.8.0_31, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 315005632 bytes (300 MB) / 387973120 bytes (370 MB) up to 1900019712 bytes (1812 MB) | |
JVM Flags: 0 total; | |
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.103.1352 Minecraft Forge 10.13.2.1352 4 mods loaded, 4 mods active | |
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized | |
FML{7.10.103.1352} [Forge Mod Loader] (forge-1.7.10-10.13.2.1352-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized | |
Forge{10.13.2.1352} [Minecraft Forge] (forge-1.7.10-10.13.2.1352-1.7.10-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized | |
New Biospheres Mod{0.85} [New Biospheres Mod] (NewBiospheresMod-1.7.x-0.85.jar) Unloaded->Constructed->Pre-initialized->Errored | |
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