Advertisement
Guest User

błąd

a guest
Nov 21st, 2019
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Caused by: java.lang.VerifyError: Inconsistent stackmap frames at branch target 13
  2. Exception Details:
  3. Location:
  4. Config.getWorldServer()Lnet/minecraft/world/BossInfoServer; @13: getstatic
  5. Reason:
  6. Type 'net/minecraft/client/network/NetHandlerPlayClient' (current frame, locals[0]) is not assignable to 'net/minecraft/world/GameType' (stack map, locals[0])
  7. Current Frame:
  8. bci: @8
  9. flags: { }
  10. locals: { 'net/minecraft/client/network/NetHandlerPlayClient' }
  11. stack: { 'net/minecraft/client/network/NetHandlerPlayClient' }
  12. Stackmap Frame:
  13. bci: @13
  14. flags: { }
  15. locals: { 'net/minecraft/world/GameType' }
  16. stack: { }
  17. Bytecode:
  18. 0x0000000: b202 d3b4 056c 4b2a c700 0501 b0b2 02d3
  19. 0x0000010: b605 709a 0005 01b0 b202 d3b6 0573 4c2b
  20. 0x0000020: c700 0501 b02a b405 784d 2cc7 0005 01b0
  21. 0x0000030: 2cb6 057e 4e2b 2db6 0582 b605 853a 0419
  22. 0x0000040: 04b0 3a04 01b0
  23. Exception Handler Table:
  24. bci [53, 65] => handler: 66
  25. Stackmap Table:
  26. append_frame(@13,Object[#1390])
  27. same_frame(@24)
  28. append_frame(@37,Object[#1397])
  29. append_frame(@48,Object[#1402])
  30. full_frame(@66,{Object[#1390],Object[#1397],Object[#1402],Object[#1408]},{Object[#1384]})
  31.  
  32. at Reflector.logEntry(Reflector.java:1207) ~[Reflector.class:?]
  33. at Reflector.<clinit>(Reflector.java:109) ~[Reflector.class:?]
  34. at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:138) ~[b.class:?]
  35. at net.minecraft.crash.CrashReport.<init>(CrashReport.java:54) ~[b.class:?]
  36. at net.minecraft.crash.CrashReport.func_85055_a(CrashReport.java:425) ~[b.class:?]
  37. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:382) ~[bib.class:?]
  38. at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
  39. ... 6 more
  40. Exception in thread "Client thread" [20:11:31] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
  41. [20:11:31] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
  42. [20:11:31] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.SecurityManager.checkExit(Unknown Source)
  43. [20:11:31] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.Runtime.exit(Unknown Source)
  44. [20:11:31] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.System.exit(Unknown Source)
  45. [20:11:31] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
  46. [20:11:31] [Client thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  47. Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement