Guest User

Untitled

a guest
Sep 5th, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. [13:59:09] [User Authenticator #1/INFO]: UUID of player Sirius is e67d9331-c639-52a9-83b2-aeb7e047ec5f
  2. [13:59:09] [Netty IO #2/INFO]: Client protocol version 1
  3. [13:59:09] [Netty IO #2/INFO]: Attempting connection with missing mods [] at CLIENT
  4. [13:59:10] [Server thread/INFO]: [Server thread] Server side modded connection established
  5. [13:59:10] [Server thread/INFO]: Sirius[/46.188.18.111:55908] logged in with entity id 267 at ([world] 301.0257776283998, 68.0, -177.25730143967536)
  6. [13:59:13] [Server thread/ERROR]: Encountered an unexpected exception
  7. java.lang.NoClassDefFoundError: Lnet/minecraft/client/audio/PositionedSoundRecord;
  8. at java.lang.Class.getDeclaredFields0(Native Method) ~[?:1.7.0_67]
  9. at java.lang.Class.privateGetDeclaredFields(Unknown Source) ~[?:1.7.0_67]
  10. at java.lang.Class.getDeclaredField(Unknown Source) ~[?:1.7.0_67]
  11. at ic2.core.util.ReflectionUtil.getFieldRecursive(ReflectionUtil.java:46) ~[ReflectionUtil.class:?]
  12. at ic2.core.util.ReflectionUtil.getValueRecursive(ReflectionUtil.java:67) ~[ReflectionUtil.class:?]
  13. at ic2.core.network.NetworkManager.retrieveFieldData(NetworkManager.java:653) ~[NetworkManager.class:?]
  14. at ic2.core.network.NetworkManager.sendUpdatePacket(NetworkManager.java:385) ~[NetworkManager.class:?]
  15. at ic2.core.network.NetworkManager.onTickEnd(NetworkManager.java:62) ~[NetworkManager.class:?]
  16. at ic2.core.TickHandler.onWorldTick(TickHandler.java:81) ~[TickHandler.class:?]
  17. at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_TickHandler_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
  18. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.195]
  19. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.195]
  20. at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:259) ~[FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.195]
  21. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963) ~[MinecraftServer.class:?]
  22. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423) ~[lt.class:?]
  23. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) ~[MinecraftServer.class:?]
  24. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
  25. at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
  26. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.PositionedSoundRecord
  27. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
  28. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_67]
  29. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_67]
  30. ... 18 more
  31. Caused by: java.lang.NullPointerException
  32. [13:59:13] [Server thread/ERROR]: Cause of unexpected exception was
  33. java.lang.ClassNotFoundException: net.minecraft.client.audio.PositionedSoundRecord
  34. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
  35. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_67]
  36. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_67]
  37. at java.lang.Class.getDeclaredFields0(Native Method) ~[?:1.7.0_67]
  38. at java.lang.Class.privateGetDeclaredFields(Unknown Source) ~[?:1.7.0_67]
  39. at java.lang.Class.getDeclaredField(Unknown Source) ~[?:1.7.0_67]
  40. at ic2.core.util.ReflectionUtil.getFieldRecursive(ReflectionUtil.java:46) ~[ReflectionUtil.class:?]
  41. at ic2.core.util.ReflectionUtil.getValueRecursive(ReflectionUtil.java:67) ~[ReflectionUtil.class:?]
  42. at ic2.core.network.NetworkManager.retrieveFieldData(NetworkManager.java:653) ~[NetworkManager.class:?]
  43. at ic2.core.network.NetworkManager.sendUpdatePacket(NetworkManager.java:385) ~[NetworkManager.class:?]
  44. at ic2.core.network.NetworkManager.onTickEnd(NetworkManager.java:62) ~[NetworkManager.class:?]
  45. at ic2.core.TickHandler.onWorldTick(TickHandler.java:81) ~[TickHandler.class:?]
  46. at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_TickHandler_onWorldTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
  47. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.195]
  48. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.195]
  49. at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:259) ~[FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1207.01.195]
  50. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:963) ~[MinecraftServer.class:?]
  51. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423) ~[lt.class:?]
  52. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) ~[MinecraftServer.class:?]
  53. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
  54. at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
  55. Caused by: java.lang.NullPointerException
  56. [13:59:13] [Server thread/ERROR]: This crash report has been saved to: /root/hitech/./crash-reports/crash-2014-09-05_13.59.13-server.txt
  57. [13:59:13] [Server thread/INFO]: Stopping server
  58. [13:59:13] [Server thread/INFO]: [ColorMe] Disabling ColorMe v3.8.1
  59. [13:59:13] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vPre2.14.1.2
  60. [13:59:13] [Server thread/INFO]: [Fe] Disabling Fe v0.7-SNAPSHOT
  61. [13:59:13] [Server thread/INFO]: [Fe] Vault support disabled.
  62. [13:59:13] [Server thread/INFO]: [MachineGuardReloaded] Disabling MachineGuardReloaded v1.3
  63. [13:59:13] [Server thread/INFO]: [Essentials] Disabling Essentials vPre2.14.1.2
  64. [13:59:13] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  65. [13:59:13] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.9
  66. [13:59:13] [Server thread/INFO]: [MyWarp] Disabling MyWarp v2.6.5
  67. [13:59:13] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.22.3
  68. [13:59:13] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  69. [13:59:13] [Server thread/INFO]: [Vault][Permission] PermissionsEx un-hooked.
  70. [13:59:13] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat un-hooked.
  71. [13:59:13] [Server thread/INFO]: [Vault] Disabling Vault v1.4.1-b436
  72. [13:59:13] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6.3
  73. [13:59:13] [Server thread/INFO]: [EBlocker] Disabling EBlocker v1.2
  74. [13:59:13] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.7.9
  75. [13:59:13] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
  76. [13:59:13] [Server thread/INFO]: Saving players
  77. [13:59:13] [Server thread/INFO]: Sirius lost connection: Перезагрузка!
  78. [13:59:13] [Server thread/INFO]: Sirius left the game.
  79. [13:59:13] [Server thread/INFO]: Saving worlds
  80. [13:59:13] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  81. [13:59:15] [Server thread/INFO]: Saving chunks for level 'DIM-1'/Nether
  82. [13:59:15] [Server thread/INFO]: Unloading dimension 0
  83. [13:59:15] [Server thread/INFO]: Unloading dimension -1
  84. [13:59:15] [Server thread/INFO]: Applying holder lookups
  85. [13:59:15] [Server thread/INFO]: Holder lookups applied
  86. [13:59:15] [Server thread/INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
Advertisement
Add Comment
Please, Sign In to add comment