Advertisement
kreezxil

MoreCraft 2.7 Crashes Server (2)

Nov 25th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.12 KB | None | 0 0
  1. Additional errors caught prior the what MC thought it was.
  2.  
  3. [17:15:07] [Server thread/ERROR] [FML]: Attempted to load a proxy type kittehmod.bettercraft.CommonProxy into kittehmod.bettercraft.BetterCraft.proxy, but the types don't match
  4. [17:15:07] [Server thread/ERROR] [FML]: An error occured trying to load a proxy into {serverSide=kittehmod.bettercraft.CommonProxy, clientSide=kittehmod.bettercraft.client.ClientProxy}.kittehmod.bettercraft.BetterCraft
  5. cpw.mods.fml.common.LoaderException
  6.        at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69) [ProxyInjector.class:?]
  7.        at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492) [FMLModContainer.class:?]
  8.        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  9.        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  10.        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  11.        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  12.        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  13.        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  14.        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  15.        at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  16.        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) [LoadController.class:?]
  17.        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) [LoadController.class:?]
  18.        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  19.        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  20.        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  21.        at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  22.        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
  23.        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
  24.        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
  25.        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
  26.        at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
  27.        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
  28.        at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) [Loader.class:?]
  29.        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:?]
  30.        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) [FMLCommonHandler.class:?]
  31.        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) [lt.class:?]
  32.        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  33.        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  34. Nov 25, 2014 5:15:07 PM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
  35. SEVERE: Could not dispatch event: FMLMod:bettercraft{2.7} to public void cpw.mods.fml.common.FMLModContainer.constructMod(cpw.mods.fml.common.event.FMLConstructionEvent)
  36. cpw.mods.fml.common.LoaderException
  37.        at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:69)
  38.        at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
  39.        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  40.        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  41.        at java.lang.reflect.Method.invoke(Method.java:483)
  42.        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  43.        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  44.        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  45.        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  46.        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  47.        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  48.        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  49.        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50.        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  51.        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52.        at java.lang.reflect.Method.invoke(Method.java:483)
  53.        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  54.        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  55.        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  56.        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  57.        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  58.        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  59.        at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
  60.        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
  61.        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  62.        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  63.        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  64.        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement