Guest User

Untitled

a guest
Aug 18th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CCLCorePlugin (CodeChickenLib-1.8-1.1.2.139-dev.jar)
  5. CCCDeobfPlugin (unknown)
  6. CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-dev.jar)
  7. NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-dev.jar)
  8. Contact their authors BEFORE contacting forge
  9.  
  10. // Who set us up the TNT?
  11.  
  12. Time: 2015.08.18. 18:06
  13. Description: Exception in server tick loop
  14.  
  15. java.lang.NoSuchMethodError: net.minecraft.entity.player.EntityPlayer.getCommandSenderName()Ljava/lang/String;
  16. at codechicken.nei.NEIServerConfig.loadPlayer(NEIServerConfig.java:248)
  17. at codechicken.nei.ServerHandler.loginEvent(ServerHandler.java:130)
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_14_ServerHandler_loginEvent_PlayerLoggedInEvent.invoke(.dynamic)
  19. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
  20. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  21. at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:591)
  22. at net.minecraft.server.management.ServerConfigurationManager.initializeConnectionToPlayer(ServerConfigurationManager.java:182)
  23. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:234)
  24. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:50)
  25. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:186)
  26. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:248)
  27. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:191)
  28. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:727)
  29. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:598)
  30. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:164)
  31. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
  32. at java.lang.Thread.run(Thread.java:745)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- System Details --
  39. Details:
  40. Minecraft Version: 1.8
  41. Operating System: Windows 7 (amd64) version 6.1
  42. Java Version: 1.8.0_40, Oracle Corporation
  43. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  44. Memory: 175825408 bytes (167 MB) / 379060224 bytes (361 MB) up to 746061824 bytes (711 MB)
  45. JVM Flags: 0 total;
  46. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  47. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1502 8 mods loaded, 8 mods active
  48. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  49. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  50. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeBin-1.8-11.14.3.1502.jar)
  51. UCHIJAAAA Forge{11.14.3.1502} [Minecraft Forge] (forgeBin-1.8-11.14.3.1502.jar)
  52. UCHIJAAAA NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-dev.jar)
  53. UCHIJAAAA CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar)
  54. UCHIJAAAA energymod{${version}} [Energy Mod] (energymod)
  55. UCHIJAAAA Waila{1.6.0_B1} [Waila] (Waila-1.6.0_B1_1.8.1.jar)
  56. UCHIJAAAA progressiveautomation{1.6.15} [Progressive Automation] (ProgressiveAutomation-1.8-1.6.15.jar)
  57. Loaded coremods (and transformers):
  58. CCLCorePlugin (CodeChickenLib-1.8-1.1.2.139-dev.jar)
  59. codechicken.lib.asm.ClassHeirachyManager
  60. codechicken.lib.asm.RenderHookTransformer
  61. CCCDeobfPlugin (unknown)
  62.  
  63. CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-dev.jar)
  64. codechicken.core.asm.InterfaceDependancyTransformer
  65. codechicken.core.asm.TweakTransformer
  66. codechicken.core.asm.DelegatedTransformer
  67. codechicken.core.asm.DefaultImplementationTransformer
  68. NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-dev.jar)
  69. codechicken.nei.asm.NEITransformer
  70. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  71. Profiler Position: N/A (disabled)
  72. Player Count: 1 / 8; [EntityPlayerMP['Player609'/37, l='Teszt világ', x=307,50, y=4,00, z=2155,50]]
  73. Type: Integrated Server (map_client.txt)
  74. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment