Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. [17:22:24] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [17:22:24] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
  3. [17:22:24] [Server console handler/ERROR]: Exception handling console input
  4. java.io.IOException: The handle is invalid
  5. at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_31]
  6. at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_31]
  7. at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_31]
  8. at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_31]
  9. at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_31]
  10. at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_31]
  11. at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_31]
  12. at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_31]
  13. at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_31]
  14. at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_31]
  15. at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_31]
  16. at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
  17. [17:22:54] [Server thread/INFO]: Loading properties
  18. [17:22:54] [Server thread/INFO]: Default game type: SURVIVAL
  19. [17:22:54] [Server thread/INFO]: Generating keypair
  20. [17:22:56] [Server thread/INFO]: Starting Minecraft server on 192.168.0.108:25565
  21. [17:23:02] [Server thread/ERROR]: Encountered an unexpected exception
  22. cpw.mods.fml.common.LoaderException: java.lang.IllegalAccessError: tried to access field net.minecraft.network.EnumConnectionState.field_150761_f from class micdoodle8.mods.galacticraft.core.network.ConnectionEvents
  23. at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) ~[LoadController.class:?]
  24. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:692) ~[Loader.class:?]
  25. at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97) ~[FMLServerHandler.class:?]
  26. at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319) ~[FMLCommonHandler.class:?]
  27. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210) ~[lt.class:?]
  28. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]
  29. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  30. Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.network.EnumConnectionState.field_150761_f from class micdoodle8.mods.galacticraft.core.network.ConnectionEvents
  31. at micdoodle8.mods.galacticraft.core.network.ConnectionEvents.<clinit>(ConnectionEvents.java:25) ~[ConnectionEvents.class:?]
  32. at micdoodle8.mods.galacticraft.core.GalacticraftCore.init(GalacticraftCore.java:201) ~[GalacticraftCore.class:?]
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
  36. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
  37. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?]
  38. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
  40. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
  41. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
  42. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
  43. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
  44. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
  45. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
  46. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
  47. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_31]
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
  51. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
  52. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
  53. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
  54. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
  55. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
  56. at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
  57. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]
  58. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691) ~[Loader.class:?]
  59. ... 5 more
  60. [17:23:02] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Mumzel\Desktop\My Modded Server\.\crash-reports\crash-2015-03-03_17.23.02-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement