Server crash from event handler
CruzBishop opened this issue · 3 comments
I'd try to fix this, but I don't have enough time before work. Sorry :(
Built from the master branch.
Problem is in util.handler.EventHandler by the looks of it, haven't had time to check properly. Sorry again - I'll look after work if you haven't had a chance to look by then
EDIT: System details in the first comment
---- Minecraft Crash Report ----
// Why did you do that?
Time: 8/19/14 11:14 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/WorldRenderer
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:318)
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.NoClassDefFoundError: net/minecraft/client/renderer/WorldRenderer
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2493)
at java.lang.Class.getConstructor0(Class.java:2803)
at java.lang.Class.getConstructor(Class.java:1718)
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:88)
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:72)
at com.carpentersblocks.proxy.CommonProxy.init(CommonProxy.java:38)
at com.carpentersblocks.CarpentersBlocks.init(CarpentersBlocks.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.WorldRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 39 more
Caused by: java.lang.RuntimeException: Attempted to load class blo for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174)
... 41 more
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 3.13.0-32-generic
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 826950856 bytes (788 MB) / 1836056576 bytes (1751 MB) up to 13362003968 bytes (12743 MB)
JVM Flags: 1 total; -Xmx14G
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.1199 Minecraft Forge 10.13.0.1199 88 mods loaded, 87 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.25.1199} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.0.1199} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
AppliedEnergistics2-Core{rv0-stable-10} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997Core{1.0.2.7} Aroma1997Core Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.2.11} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized
ImmibisMicroblocks{59.0.0} Immibis's Microblocks Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.2.30} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized
OpenEye{0.6} OpenEye Unloaded->Constructed->Pre-initialized->Initialized
simplyjetpackscore{1.0} Simply Jetpacks Coremod Unloaded->Constructed->Pre-initialized->Initialized
TConstruct-Preloader{0.1.1} Tinkers Corestruct Unloaded->Constructed->Pre-initialized->Initialized
OpenModsCore{@Version@} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized
lucky{5.1.0} Lucky Block Unloaded->Constructed->Pre-initialized->Initialized
furnace3d{1.2.0} [Furnace 3D]([1.7.10] 3D Furnace-1.3a.jar) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{6.14} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized
IC2{2.2.529-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized
AdvancedMachines{1.1.2} IC2 Advanced Machines Addon Unloaded->Constructed->Pre-initialized->Initialized
Baubles{1.0.1.4} Baubles Unloaded->Constructed->Pre-initialized->Initialized
adventurersamulets{1.7.10-1.2.0c} Adventurer's Amulets Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{1.7.10R3.0.0B3} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized
EnderIO{2.0_beta} Ender IO Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.1.0.297} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.1.0g} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded{1.7.10R2.8.0RC2} MineFactory Reloaded Unloaded->Constructed->Pre-initialized->Initialized
Mekanism{7.0.0} Mekanism Unloaded->Constructed->Pre-initialized->Initialized
ThermalFoundation{1.7.10R1.0.0B1} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{1.7.10R4.0.0B3} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized
appliedenergistics2{rv0-stable-10} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized
Aroma1997CoreHelper{1.0.2.7} Aroma1997Core|Helper Unloaded->Constructed->Pre-initialized->Initialized
asielib{0.2.7} asielib Unloaded->Constructed->Pre-initialized->Initialized
BetterChests{1.1.1.3} BetterChests Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.7.5} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized
Mantle{1.7.10-165.4bc3343} Mantle Unloaded->Constructed->Pre-initialized->Initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized
BiomesOPlenty{2.0.2} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized
AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry](Blood Magic-v1.1.0%281.7.10%29.jar) Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{3.2.6} [Carpenter's Blocks](Carpenter's Blocks v3.2.6 - MC 1.7.10.zip) Unloaded->Constructed->Pre-initialized->Errored
chatty{0.0.2-SNAPSHOT} Chatty Unloaded->Constructed->Pre-initialized->Initialized
chisel{1.5.6a} Chisel Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore{59.0.1} Immibis Core Unloaded->Constructed->Pre-initialized->Initialized
DimensionalAnchors{59.0.2} Dimensional Anchors Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage{1.4.4.10} EnderStorage Unloaded->Constructed->Pre-initialized->Initialized
exnihilo{1.34} Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized
GrygrFlzr_GlowstoneWire{1.0.2.113} Glowstone Wire Unloaded->Constructed->Pre-initialized->Initialized
helpomatic{0.0.2-SNAPSHOT} Helpomatic Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.5.3} Waila Unloaded->Constructed->Pre-initialized->Initialized
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized->Initialized
LunatriusCore{1.1.2.11} LunatriusCore Unloaded->Constructed->Pre-initialized->Initialized
magicalcrops{1.7.2 - 0.1 ALPHA} Magical Crops Unloaded->Constructed->Pre-initialized->Initialized
mam{1.7.10-1.0.2} Myths & Monsters Mod Unloaded->Constructed->Pre-initialized->Initialized
MekanismGenerators{7.0.0} MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized
MekanismTools{7.0.0} MekanismTools Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC2} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC2} MFR Compat: Atum Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC2} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC2} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC2} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC2} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC2} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC2} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC2} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC2} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatPams{1.7.10R2.8.0RC2} MFR Compat: Pam's Mods Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC2} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC2} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC2} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC2} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC2} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC2} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{2.2.3} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC2} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC2} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized->Initialized
NetherOres{1.7.10R2.3.0RC3} Nether Ores Unloaded->Constructed->Pre-initialized->Initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized
harvestcraft{1.7.2d} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10a.zip) Unloaded->Constructed->Pre-initialized->Initialized
permissive{0.0.1-SNAPSHOT} Permissive Unloaded->Constructed->Pre-initialized->Initialized
RedstonePasteMod{1.6.2} Redstone Paste Unloaded->Constructed->Pre-initialized->Initialized
simplyjetpacks{1.0.1} Simply Jetpacks Unloaded->Constructed->Pre-initialized->Initialized
Stackie{1.5.1.28} Stackie Unloaded->Constructed->Pre-initialized->Initialized
statues{2.1.3} Statues Unloaded->Constructed->Pre-initialized->Initialized
TConstruct{1.6.0d37} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized
TMechworks{1.7.10-67.34d1d9b} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized
wawla{1.0.1} What Are We Looking At Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.1.0.297} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized
ForgeMicroblock{1.1.0.297} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized
asielibcore{} AsieLib CoreMod Unloaded->Disabled
AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Thanks :-)
On Wednesday, August 20, 2014, Mineshopper [email protected] wrote:
Closed #115 #115
via 56badbc
56badbc
.—
Reply to this email directly or view it on GitHub
#115 (comment)
.