Advertisement
Guest User

Untitled

a guest
Nov 26th, 2017
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // But it works on my machine.
  3.  
  4. Time: 11/26/17 9:47 AM
  5. Description: Unexpected error
  6.  
  7. java.lang.IllegalArgumentException: Class is not registered: net.mcdecimation.discord.main.servermanager.sendandreceive.Request_FromClient_PlayerCount
  8. Note: To register this class use: kryo.register(net.mcdecimation.discord.main.servermanager.sendandreceive.Request_FromClient_PlayerCount.class);
  9. at com.esotericsoftware.kryo.Kryo.getRegistration(Kryo.java:443)
  10. at com.esotericsoftware.kryo.util.DefaultClassResolver.writeClass(DefaultClassResolver.java:73)
  11. at com.esotericsoftware.kryo.Kryo.writeClass(Kryo.java:475)
  12. at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:568)
  13. at com.esotericsoftware.kryonet.KryoSerialization.write(KryoSerialization.java:50)
  14. at com.esotericsoftware.kryonet.TcpConnection.send(TcpConnection.java:192)
  15. at com.esotericsoftware.kryonet.Connection.sendTCP(Connection.java:59)
  16. at net.decimation.mod.utilities.net.client_network.ClientServerListManager.updatePlayerCount(ClientServerListManager.java:67)
  17. at net.decimation.mod.client.client_events.ClientEvents.onClientTickEvent(ClientEvents.java:784)
  18. at cpw.mods.fml.common.eventhandler.ASMEventHandler_32_ClientEvents_onClientTickEvent_ClientTickEvent.invoke(.dynamic)
  19. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  20. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  21. at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325)
  22. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1587)
  23. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
  24. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  25. at net.minecraft.client.main.Main.main(SourceFile:148)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:483)
  30. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  31. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- System Details --
  38. Details:
  39. Minecraft Version: 1.7.10
  40. Operating System: Windows 8.1 (amd64) version 6.3
  41. Java Version: 1.8.0_25, Oracle Corporation
  42. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  43. Memory: 371402856 bytes (354 MB) / 631767040 bytes (602 MB) up to 1908932608 bytes (1820 MB)
  44. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M
  45. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  46. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  47. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 4 mods loaded, 4 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. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  50. UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  51. UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  52. UCHIJA deci{0.13b_fix} [decimation] (Decimation.jar)
  53. GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3408' Renderer: 'Intel(R) HD Graphics'
  54. Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
  55. LWJGL: 2.9.1
  56. OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.3408, Intel
  57. GL Caps: Using GL 1.3 multitexturing.
  58. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  59. Anisotropic filtering is supported and maximum anisotropy is 16.
  60. Shaders are available because OpenGL 2.1 is supported.
  61.  
  62. Is Modded: Definitely; Client brand changed to 'fml,forge'
  63. Type: Client (map_client.txt)
  64. Resource Packs: [Conquest_.zip]
  65. Current Language: English (US)
  66. Profiler Position: N/A (disabled)
  67. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  68. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement