Hello Everyone,
When I Start Minecraft, I Got This:
[13:55:41] [main/ERROR] [LaunchWrapper]: Unable to launch
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.VerifyError: Bad type on operand stack
Exception Details:
Location:
net/minecraftforge/client/ForgeHooksClient.invalidateLog4jThreadCache()V @65: invokeinterface
Reason:
Type 'java/lang/Object' (current frame, stack[2]) is not assignable to 'java/lang/Throwable'
Current Frame:
bci: @65
flags: { }
locals: { 'java/lang/Object' }
stack: { 'org/apache/logging/log4j/Logger', 'java/lang/String', 'java/lang/Object' }
Bytecode:
0x0000000: 1305 db13 05dd b605 e14b 1305 e313 05e5
0x0000010: b605 e14c 2a04 b605 eb2b 04b6 05eb 2a01
0x0000020: b605 ecc0 0124 01b6 0128 2b01 b605 ecc0
0x0000030: 0124 01b6 0128 a700 104b b202 f013 05ee
0x0000040: 2ab9 05f2 0300 b1
Exception Handler Table:
bci [0, 54] => handler: 57
bci [0, 54] => handler: 57
Stackmap Table:
same_locals_1_stack_item_frame(@57,Object[#4])
append_frame(@70,Object[#4])
at net.minecraft.client.Minecraft.<init>(Minecraft.java:335) ~[bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
... 6 more
Exception in thread "Client thread" [13:55:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
[13:55:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)
[13:55:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.SecurityManager.checkExit(Unknown Source)
[13:55:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.Runtime.exit(Unknown Source)
[13:55:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.System.exit(Unknown Source)
[13:55:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
[13:55:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Please Tell Me How To Fix This Problem.