zurbo

Issue CCtransport

Apr 4th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.47 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I blame Dinnerbone.
  3.  
  4. Time: 04/04/15 07:14
  5. Description: Exception in server tick loop
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.elvishjerricco.cctransport.CommonProxy
  8.     at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
  9.     at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
  10.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  12.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13.     at java.lang.reflect.Method.invoke(Method.java:483)
  14.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  15.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  16.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  17.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  18.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  19.     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  20.     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  21.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  23.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24.     at java.lang.reflect.Method.invoke(Method.java:483)
  25.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  26.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  27.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  28.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  29.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  30.     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  31.     at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
  32.     at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
  33.     at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
  34.     at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
  35.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  36.     at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  37. Caused by: java.lang.ClassNotFoundException: com.elvishjerricco.cctransport.CommonProxy
  38.     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  39.     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  40.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  41.     at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
  42.     at java.lang.Class.forName0(Native Method)
  43.     at java.lang.Class.forName(Class.java:340)
  44.     at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
  45.     ... 28 more
  46. Caused by: java.lang.NullPointerException
  47.     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  48.     ... 34 more
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- System Details --
  55. Details:
  56.     Minecraft Version: 1.7.10
  57.     Operating System: Windows 8.1 (amd64) version 6.3
  58.     Java Version: 1.8.0_05, Oracle Corporation
  59.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  60.     Memory: 1847901336 bytes (1762 MB) / 2058354688 bytes (1963 MB) up to 2058354688 bytes (1963 MB)
  61.     JVM Flags: 2 total; -Xmx2048M -Xms2048M
  62.     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  63.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  64.     FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 5 mods loaded, 5 mods active
  65.     mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  66.     FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed
  67.     Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed
  68.     ComputerCraft{1.73} [ComputerCraft] (ComputerCraft1.73.jar) Unloaded->Constructed
  69.     CCTransport{2.1} [CCTransport] (CCTransport-2.1.jar) Unloaded->Errored
  70.     Profiler Position: N/A (disabled)
  71.     Is Modded: Definitely; Server brand changed to 'fml,forge'
  72.     Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment