Jump to content

crash forge only on 1.14.4


Duslar

Recommended Posts

Any version of Forge for 1.14.4 crash after startup without any another mod. I believe this bug appear after minecraft laucnher update in nobember 2019.

 

I already do and this not help:

- Restart PC

- Restart Minecraft

- Try install latest Forge for 1.14.4

- Also for old version Forge work properly

 

Crash Report:

#

# A fatal error has been detected by the Java Runtime Environment:

#

# EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000007fef1cdaaa4, pid=7596, tid=3488

#

# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# C [opengl32.dll+0x3aaa4]

#

# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

#

# If you would like to submit a bug report, please visit:

# http://bugreport.java.com/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#

 

--------------- T H R E A D ---------------

 

Current thread (0x0000000001e8f000): JavaThread "Client thread" [_thread_in_native, id=3488, stack(0x0000000001f60000,0x0000000002060000)]

 

siginfo: ExceptionCode=0xc000001d

 

Registers:

RAX=0x000007fef1cdaaa0, RBX=0x000007fef1ca0000, RCX=0x000000002b011e3c, RDX=0x0000000000000000

RSP=0x000000000205dc50, RBP=0x0000000000000003, RSI=0x000000002b011e3c, RDI=0x0000000000000000

R8 =0x0000000000000169, R9 =0x000000000205dae8, R10=0x000000000057b100, R11=0x000000000205db62

R12=0x0000000000000000, R13=0x000000005edca978, R14=0x000000018099a240, R15=0x000000000205dd50

RIP=0x000007fef1cdaaa4, EFLAGS=0x0000000000010206

 

Top of Stack: (sp=0x000000000205dc50)

0x000000000205dc50: 0000000000000000 000000002b011e3c

0x000000000205dc60: 0000000000000003 000007fefe509ac3

0x000000000205dc70: 000007fef1ca0000 000007fef1cdaaa0

0x000000000205dc80: 000000002b011e3c 000000000000000a

0x000000000205dc90: 00000000005b43a0 000007fefad21770

0x000000000205dca0: 000000000000000a 0000000000000000

0x000000000205dcb0: 0000000000000000 00000000005b45a4

0x000000000205dcc0: 00000000005b45a8 0000000000001800

0x000000000205dcd0: 0000e0c400000002 000007fefad477a8

0x000000000205dce0: 000007fefad477b8 000007fefad477c8

0x000000000205dcf0: 0000000000000000 0000e0c4c37e2d41

0x000000000205dd00: 0000000001e8f000 0000000000000000

0x000000000205dd10: 0000000000000000 0000000000000356

0x000000000205dd20: 00000000000001e0 000007fefad2618e

0x000000000205dd30: 00000000005b43a0 00000000000001e0

0x000000000205dd40: 00000000005b43a0 000000000205de30

 

Instructions: (pc=0x000007fef1cdaaa4)

0x000007fef1cdaa84: 30 49 8b 7b 38 49 8b e3 41 5e 41 5d 41 5c c3 cc

0x000007fef1cdaa94: cc cc cc cc cc cc cc cc cc cc cc cc 40 55 56 57

0x000007fef1cdaaa4: 48 db 72 ff e0 8b 05 81 a8 0b 00 33 ed 48 8b f9

0x000007fef1cdaab4: 8b f5 48 85 c0 74 34 4c 8d 44 24 20 48 8d 94 24

 

 

Register to memory mapping:

 

RAX=0x000007fef1cdaaa0 is an unknown value

RBX=0x000007fef1ca0000 is an unknown value

RCX=0x000000002b011e3c is an unknown value

RDX=0x0000000000000000 is an unknown value

RSP=0x000000000205dc50 is pointing into the stack for thread: 0x0000000001e8f000

RBP=0x0000000000000003 is an unknown value

RSI=0x000000002b011e3c is an unknown value

RDI=0x0000000000000000 is an unknown value

R8 =0x0000000000000169 is an unknown value

R9 =0x000000000205dae8 is pointing into the stack for thread: 0x0000000001e8f000

R10=0x000000000057b100 is an unknown value

R11=0x000000000205db62 is pointing into the stack for thread: 0x0000000001e8f000

R12=0x0000000000000000 is an unknown value

R13={method} {0x000000005edca980} 'invokePPPP' '(IIJJJJ)J' in 'org/lwjgl/system/JNI'

R14=0x000000018099a240 is an unknown value

R15=0x000000000205dd50 is pointing into the stack for thread: 0x0000000001e8f000

 

 

Stack: [0x0000000001f60000,0x0000000002060000], sp=0x000000000205dc50, free space=1015k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C [opengl32.dll+0x3aaa4]

C [GDI32.dll+0x39ac3]

C [glfw.dll+0x1770]

C [glfw.dll+0x618e]

C 0x0000000002345eb4

 

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j org.lwjgl.system.JNI.invokePPPP(IIJJJJ)J+0

j org.lwjgl.glfw.GLFW.nglfwCreateWindow(IIJJJ)J+14

j org.lwjgl.glfw.GLFW.glfwCreateWindow(IILjava/lang/CharSequence;JJ)J+37

j net.minecraft.client.MainWindow.<init>(Lnet/minecraft/client/renderer/IWindowEventListener;Lnet/minecraft/client/renderer/MonitorHandler;Lnet/minecraft/client/renderer/ScreenSize;Ljava/lang/String;Ljava/lang/String;)V+246

j net.minecraft.client.renderer.VirtualScreen.func_217626_a(Lnet/minecraft/client/renderer/ScreenSize;Ljava/lang/String;Ljava/lang/String;)Lnet/minecraft/client/MainWindow;+15

j net.minecraft.client.Minecraft.func_71384_a()V+182

j net.minecraft.client.Minecraft.func_99999_d()V+6

j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1174

v ~StubRoutines::call_stub

j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0

j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100

j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6

j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56

j net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(Lcpw/mods/modlauncher/api/ITransformingClassLoader;[Ljava/lang/String;)Ljava/lang/Void;+50

j net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$384.call()Ljava/lang/Object;+12

j cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch([Ljava/lang/String;Lcpw/mods/modlauncher/api/ITransformingClassLoader;)V+11

j cpw.mods.modlauncher.LaunchServiceHandler.launch(Ljava/lang/String;[Ljava/lang/String;Lcpw/mods/modlauncher/TransformingClassLoader;Lcpw/mods/modlauncher/LaunchPluginHandler;)V+57

j cpw.mods.modlauncher.LaunchServiceHandler.launch(Lcpw/mods/modlauncher/ArgumentHandler;Lcpw/mods/modlauncher/TransformingClassLoader;Lcpw/mods/modlauncher/LaunchPluginHandler;)V+19

j cpw.mods.modlauncher.Launcher.run([Ljava/lang/String;)V+116

j cpw.mods.modlauncher.Launcher.main([Ljava/lang/String;)V+37

v ~StubRoutines::call_stub

 

--------------- P R O C E S S ---------------

 

Java Threads: ( => current thread )

0x00000000697d6800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6528, stack(0x000000006b460000,0x000000006b560000)]

0x0000000066280000 JavaThread "Server-Worker-3" daemon [_thread_in_Java, id=7288, stack(0x000000006a480000,0x000000006a580000)]

0x000000006807b800 JavaThread "Server-Worker-2" daemon [_thread_in_Java, id=5480, stack(0x0000000066ed0000,0x0000000066fd0000)]

0x000000005bd34000 JavaThread "Server-Worker-1" daemon [_thread_in_Java, id=5496, stack(0x0000000068dc0000,0x0000000068ec0000)]

0x00000000664bd800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6296, stack(0x0000000066910000,0x0000000066a10000)]

0x000000005c744800 JavaThread "pool-2-thread-1" daemon [_thread_blocked, id=6668, stack(0x00000000630b0000,0x00000000631b0000)]

0x000000005c4bb000 JavaThread "Thread-2" daemon [_thread_in_native, id=8152, stack(0x000000005dc40000,0x000000005dd40000)]

0x000000005c4f5000 JavaThread "Thread-1" daemon [_thread_blocked, id=4000, stack(0x000000005cfe0000,0x000000005d0e0000)]

0x0000000019d86800 JavaThread "Service Thread" daemon [_thread_blocked, id=7836, stack(0x000000005b3c0000,0x000000005b4c0000)]

0x0000000019d1a800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=6716, stack(0x000000005b1b0000,0x000000005b2b0000)]

0x0000000019d17800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=7280, stack(0x000000005afd0000,0x000000005b0d0000)]

0x0000000019d0c800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3812, stack(0x000000005aea0000,0x000000005afa0000)]

0x0000000019d0b800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2192, stack(0x000000005ad70000,0x000000005ae70000)]

0x0000000019d0b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5964, stack(0x000000005a740000,0x000000005a840000)]

0x0000000019d0a000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=6460, stack(0x000000005ac60000,0x000000005ad60000)]

0x0000000019ce7800 JavaThread "Finalizer" daemon [_thread_blocked, id=2024, stack(0x000000005ab60000,0x000000005ac60000)]

0x0000000019ce1000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5220, stack(0x000000005a9d0000,0x000000005aad0000)]

=>0x0000000001e8f000 JavaThread "Client thread" [_thread_in_native, id=3488, stack(0x0000000001f60000,0x0000000002060000)]

 

Other Threads:

0x00000000177ce000 VMThread [stack: 0x000000005a860000,0x000000005a960000] [id=6220]

0x0000000019d53000 WatcherThread [stack: 0x000000005b500000,0x000000005b600000] [id=7780]

 

VM state:not at safepoint (normal execution)

 

VM Mutex/Monitor currently owned by a thread: None

 

Heap:

garbage-first heap total 2097152K, used 985848K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)

region size 32768K, 9 young (294912K), 2 survivors (65536K)

Metaspace used 53014K, capacity 57212K, committed 57368K, reserved 1097728K

class space used 7747K, capacity 8935K, committed 9036K, reserved 1048576K

 

Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)

AC 0 O TS 0 PTAMS 0x0000000082000000 NTAMS 0x0000000082000000 space 32768K, 100% used [0x0000000080000000, 0x0000000082000000)

AC 0 O TS 0 PTAMS 0x0000000084000000 NTAMS 0x0000000084000000 space 32768K, 100% used [0x0000000082000000, 0x0000000084000000)

AC 0 O TS 0 PTAMS 0x0000000086000000 NTAMS 0x0000000086000000 space 32768K, 100% used [0x0000000084000000, 0x0000000086000000)

AC 0 O TS 9 PTAMS 0x0000000086000000 NTAMS 0x0000000086000000 space 32768K, 100% used [0x0000000086000000, 0x0000000088000000)

AC 0 O TS 0 PTAMS 0x000000008a000000 NTAMS 0x000000008a000000 space 32768K, 100% used [0x0000000088000000, 0x000000008a000000)

AC 0 O TS 0 PTAMS 0x000000008c000000 NTAMS 0x000000008c000000 space 32768K, 100% used [0x000000008a000000, 0x000000008c000000)

AC 0 O TS 0 PTAMS 0x000000008e000000 NTAMS 0x000000008e000000 space 32768K, 100% used [0x000000008c000000, 0x000000008e000000)

AC 0 O TS 0 PTAMS 0x0000000090000000 NTAMS 0x0000000090000000 space 32768K, 100% used [0x000000008e000000, 0x0000000090000000)

AC 0 O TS 1 PTAMS 0x0000000090000000 NTAMS 0x0000000090000000 space 32768K, 100% used [0x0000000090000000, 0x0000000092000000)

AC 0 O TS 7 PTAMS 0x0000000092000000 NTAMS 0x0000000092000000 space 32768K, 100% used [0x0000000092000000, 0x0000000094000000)

AC 0 O TS 3 PTAMS 0x0000000094000000 NTAMS 0x0000000094000000 space 32768K, 100% used [0x0000000094000000, 0x0000000096000000)

AC 0 O TS 3 PTAMS 0x0000000096000000 NTAMS 0x0000000096000000 space 32768K, 100% used [0x0000000096000000, 0x0000000098000000)

AC 0 O TS 5 PTAMS 0x0000000098000000 NTAMS 0x0000000098000000 space 32768K, 100% used [0x0000000098000000, 0x000000009a000000)

AC 0 O TS 5 PTAMS 0x000000009a000000 NTAMS 0x000000009a000000 space 32768K, 100% used [0x000000009a000000, 0x000000009c000000)

AC 0 O TS 5 PTAMS 0x000000009c000000 NTAMS 0x000000009c000000 space 32768K, 100% used [0x000000009c000000, 0x000000009e000000)

AC 0 O TS 9 PTAMS 0x000000009e000000 NTAMS 0x000000009e000000 space 32768K, 100% used [0x000000009e000000, 0x00000000a0000000)

AC 0 O TS 11 PTAMS 0x00000000a0000000 NTAMS 0x00000000a0000000 space 32768K, 100% used [0x00000000a0000000, 0x00000000a2000000)

AC 0 O TS 11 PTAMS 0x00000000a2000000 NTAMS 0x00000000a2000000 space 32768K, 100% used [0x00000000a2000000, 0x00000000a4000000)

AC 0 O TS 13 PTAMS 0x00000000a4000000 NTAMS 0x00000000a4000000 space 32768K, 100% used [0x00000000a4000000, 0x00000000a6000000)

AC 0 O TS 13 PTAMS 0x00000000a6000000 NTAMS 0x00000000a6000000 space 32768K, 100% used [0x00000000a6000000, 0x00000000a8000000)

AC 0 O TS 15 PTAMS 0x00000000a8000000 NTAMS 0x00000000a8000000 space 32768K, 100% used [0x00000000a8000000, 0x00000000aa000000)

AC 0 O TS 15 PTAMS 0x00000000aa000000 NTAMS 0x00000000aa000000 space 32768K, 100% used [0x00000000aa000000, 0x00000000ac000000)

AC 0 O TS 25 PTAMS 0x00000000ac000000 NTAMS 0x00000000ac000000 space 32768K, 84% used [0x00000000ac000000, 0x00000000ae000000)

AC 0 F TS 0 PTAMS 0x00000000ae000000 NTAMS 0x00000000ae000000 space 32768K, 0% used [0x00000000ae000000, 0x00000000b0000000)

AC 0 F TS 0 PTAMS 0x00000000b0000000 NTAMS 0x00000000b0000000 space 32768K, 0% used [0x00000000b0000000, 0x00000000b2000000)

AC 0 F TS 0 PTAMS 0x00000000b2000000 NTAMS 0x00000000b2000000 space 32768K, 0% used [0x00000000b2000000, 0x00000000b4000000)

AC 0 F TS 0 PTAMS 0x00000000b4000000 NTAMS 0x00000000b4000000 space 32768K, 0% used [0x00000000b4000000, 0x00000000b6000000)

AC 0 F TS 0 PTAMS 0x00000000b6000000 NTAMS 0x00000000b6000000 space 32768K, 0% used [0x00000000b6000000, 0x00000000b8000000)

AC 0 F TS 0 PTAMS 0x00000000b8000000 NTAMS 0x00000000b8000000 space 32768K, 0% used [0x00000000b8000000, 0x00000000ba000000)

AC 0 F TS 0 PTAMS 0x00000000ba000000 NTAMS 0x00000000ba000000 space 32768K, 0% used [0x00000000ba000000, 0x00000000bc000000)

AC 0 F TS 0 PTAMS 0x00000000bc000000 NTAMS 0x00000000bc000000 space 32768K, 0% used [0x00000000bc000000, 0x00000000be000000)

AC 0 F TS 0 PTAMS 0x00000000be000000 NTAMS 0x00000000be000000 space 32768K, 0% used [0x00000000be000000, 0x00000000c0000000)

AC 0 F TS 0 PTAMS 0x00000000c0000000 NTAMS 0x00000000c0000000 space 32768K, 0% used [0x00000000c0000000, 0x00000000c2000000)

AC 0 F TS 0 PTAMS 0x00000000c2000000 NTAMS 0x00000000c2000000 space 32768K, 0% used [0x00000000c2000000, 0x00000000c4000000)

AC 0 F TS 0 PTAMS 0x00000000c4000000 NTAMS 0x00000000c4000000 space 32768K, 0% used [0x00000000c4000000, 0x00000000c6000000)

AC 0 F TS 1 PTAMS 0x00000000c6000000 NTAMS 0x00000000c6000000 space 32768K, 0% used [0x00000000c6000000, 0x00000000c8000000)

AC 0 F TS 1 PTAMS 0x00000000c8000000 NTAMS 0x00000000c8000000 space 32768K, 0% used [0x00000000c8000000, 0x00000000ca000000)

AC 0 F TS 0 PTAMS 0x00000000ca000000 NTAMS 0x00000000ca000000 space 32768K, 0% used [0x00000000ca000000, 0x00000000cc000000)

AC 0 F TS 0 PTAMS 0x00000000cc000000 NTAMS 0x00000000cc000000 space 32768K, 0% used [0x00000000cc000000, 0x00000000ce000000)

AC 0 F TS 0 PTAMS 0x00000000ce000000 NTAMS 0x00000000ce000000 space 32768K, 0% used [0x00000000ce000000, 0x00000000d0000000)

AC 0 F TS 3 PTAMS 0x00000000d0000000 NTAMS 0x00000000d0000000 space 32768K, 0% used [0x00000000d0000000, 0x00000000d2000000)

AC 0 F TS 7 PTAMS 0x00000000d2000000 NTAMS 0x00000000d2000000 space 32768K, 0% used [0x00000000d2000000, 0x00000000d4000000)

AC 0 F TS 5 PTAMS 0x00000000d4000000 NTAMS 0x00000000d4000000 space 32768K, 0% used [0x00000000d4000000, 0x00000000d6000000)

AC 0 F TS 5 PTAMS 0x00000000d6000000 NTAMS 0x00000000d6000000 space 32768K, 0% used [0x00000000d6000000, 0x00000000d8000000)

AC 0 F TS 7 PTAMS 0x00000000d8000000 NTAMS 0x00000000d8000000 space 32768K, 0% used [0x00000000d8000000, 0x00000000da000000)

AC 0 F TS 9 PTAMS 0x00000000da000000 NTAMS 0x00000000da000000 space 32768K, 0% used [0x00000000da000000, 0x00000000dc000000)

AC 0 F TS 13 PTAMS 0x00000000dc000000 NTAMS 0x00000000dc000000 space 32768K, 0% used [0x00000000dc000000, 0x00000000de000000)

AC 0 F TS 13 PTAMS 0x00000000de000000 NTAMS 0x00000000de000000 space 32768K, 0% used [0x00000000de000000, 0x00000000e0000000)

AC 0 F TS 17 PTAMS 0x00000000e0000000 NTAMS 0x00000000e0000000 space 32768K, 0% used [0x00000000e0000000, 0x00000000e2000000)

AC 0 F TS 23 PTAMS 0x00000000e2000000 NTAMS 0x00000000e2000000 space 32768K, 0% used [0x00000000e2000000, 0x00000000e4000000)

AC 0 F TS 23 PTAMS 0x00000000e4000000 NTAMS 0x00000000e4000000 space 32768K, 0% used [0x00000000e4000000, 0x00000000e6000000)

AC 0 F TS 21 PTAMS 0x00000000e6000000 NTAMS 0x00000000e6000000 space 32768K, 0% used [0x00000000e6000000, 0x00000000e8000000)

AC 0 S CS TS 25 PTAMS 0x00000000e8000000 NTAMS 0x00000000e8000000 space 32768K, 24% used [0x00000000e8000000, 0x00000000ea000000)

AC 0 S CS TS 25 PTAMS 0x00000000ea000000 NTAMS 0x00000000ea000000 space 32768K, 100% used [0x00000000ea000000, 0x00000000ec000000)

AC 0 F TS 5 PTAMS 0x00000000ec000000 NTAMS 0x00000000ec000000 space 32768K, 0% used [0x00000000ec000000, 0x00000000ee000000)

AC 0 F TS 7 PTAMS 0x00000000ee000000 NTAMS 0x00000000ee000000 space 32768K, 0% used [0x00000000ee000000, 0x00000000f0000000)

AC 0 F TS 7 PTAMS 0x00000000f0000000 NTAMS 0x00000000f0000000 space 32768K, 0% used [0x00000000f0000000, 0x00000000f2000000)

AC 0 E TS 9 PTAMS 0x00000000f2000000 NTAMS 0x00000000f2000000 space 32768K, 54% used [0x00000000f2000000, 0x00000000f4000000)

AC 0 E CS TS 9 PTAMS 0x00000000f4000000 NTAMS 0x00000000f4000000 space 32768K, 100% used [0x00000000f4000000, 0x00000000f6000000)

AC 0 E CS TS 11 PTAMS 0x00000000f6000000 NTAMS 0x00000000f6000000 space 32768K, 100% used [0x00000000f6000000, 0x00000000f8000000)

AC 0 E CS TS 13 PTAMS 0x00000000f8000000 NTAMS 0x00000000f8000000 space 32768K, 100% used [0x00000000f8000000, 0x00000000fa000000)

AC 0 E CS TS 15 PTAMS 0x00000000fa000000 NTAMS 0x00000000fa000000 space 32768K, 100% used [0x00000000fa000000, 0x00000000fc000000)

AC 0 E CS TS 17 PTAMS 0x00000000fc000000 NTAMS 0x00000000fc000000 space 32768K, 100% used [0x00000000fc000000, 0x00000000fe000000)

AC 0 E CS TS 19 PTAMS 0x00000000fe000000 NTAMS 0x00000000fe000000 space 32768K, 100% used [0x00000000fe000000, 0x0000000100000000)

 

Card table byte_map: [0x0000000012cb0000,0x00000000130b0000] byte_map_base: 0x00000000128b0000

 

Marking Bits (Prev, Next): (CMBitMap*) 0x0000000001daadf0, (CMBitMap*) 0x0000000001daad98

Prev Bits: [0x00000000154b0000, 0x00000000174b0000)

Next Bits: [0x00000000134b0000, 0x00000000154b0000)

 

Polling page: 0x0000000000200000

 

CodeCache: size=245760Kb used=18838Kb max_used=18916Kb free=226921Kb

bounds [0x0000000002330000, 0x00000000035d0000, 0x0000000011330000]

total_blobs=7284 nmethods=6091 adapters=1105

compilation: enabled

 

Compilation events (10 events):

Event: 13.145 Thread 0x0000000019d1a800 7221 3 java.util.regex.Pattern::sequence (553 bytes)

Event: 13.150 Thread 0x0000000019d1a800 nmethod 7221 0x0000000003585c10 code [0x0000000003586160, 0x00000000035891c8]

Event: 13.150 Thread 0x0000000019d1a800 7222 3 org.lwjgl.system.CustomBuffer::address (19 bytes)

Event: 13.150 Thread 0x0000000019d1a800 nmethod 7222 0x00000000025563d0 code [0x0000000002556540, 0x00000000025567e8]

Event: 13.151 Thread 0x0000000019d1a800 7223 3 org.lwjgl.system.StructBuffer::sizeof (8 bytes)

Event: 13.151 Thread 0x0000000019d1a800 nmethod 7223 0x00000000025aab10 code [0x00000000025aac80, 0x00000000025aaf58]

Event: 13.151 Thread 0x0000000019d1a800 7224 3 org.lwjgl.glfw.GLFWVidMode$Buffer::getElementFactory (5 bytes)

Event: 13.151 Thread 0x0000000019d1a800 nmethod 7224 0x00000000024e71d0 code [0x00000000024e7340, 0x00000000024e7510]

Event: 13.151 Thread 0x0000000019d1a800 7225 3 org.lwjgl.glfw.GLFWVidMode$Buffer::getElementFactory (4 bytes)

Event: 13.151 Thread 0x0000000019d1a800 nmethod 7225 0x0000000002705010 code [0x0000000002705160, 0x00000000027052b0]

 

GC Heap History (10 events):

Event: 12.045 GC heap before

{Heap before GC invocations=28 (full 0):

garbage-first heap total 2031616K, used 1130496K [0x0000000080000000, 0x00000000820001f0, 0x0000000100000000)

region size 32768K, 12 young (393216K), 2 survivors (65536K)

Metaspace used 49563K, capacity 53278K, committed 53400K, reserved 1095680K

class space used 7147K, capacity 8130K, committed 8140K, reserved 1048576K

Event: 12.081 GC heap after

Heap after GC invocations=29 (full 0):

garbage-first heap total 2064384K, used 813882K [0x0000000080000000, 0x00000000820001f8, 0x0000000100000000)

region size 32768K, 2 young (65536K), 2 survivors (65536K)

Metaspace used 49563K, capacity 53278K, committed 53400K, reserved 1095680K

class space used 7147K, capacity 8130K, committed 8140K, reserved 1048576K

}

Event: 12.297 GC heap before

{Heap before GC invocations=29 (full 0):

garbage-first heap total 2064384K, used 1141562K [0x0000000080000000, 0x00000000820001f8, 0x0000000100000000)

region size 32768K, 12 young (393216K), 2 survivors (65536K)

Metaspace used 50997K, capacity 54884K, committed 55064K, reserved 1095680K

class space used 7360K, capacity 8409K, committed 8524K, reserved 1048576K

Event: 12.333 GC heap after

Heap after GC invocations=30 (full 0):

garbage-first heap total 2097152K, used 791491K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)

region size 32768K, 2 young (65536K), 2 survivors (65536K)

Metaspace used 50997K, capacity 54884K, committed 55064K, reserved 1095680K

class space used 7360K, capacity 8409K, committed 8524K, reserved 1048576K

}

Event: 12.574 GC heap before

{Heap before GC invocations=30 (full 0):

garbage-first heap total 2097152K, used 1119171K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)

region size 32768K, 12 young (393216K), 2 survivors (65536K)

Metaspace used 52325K, capacity 56384K, committed 56600K, reserved 1097728K

class space used 7607K, capacity 8767K, committed 8780K, reserved 1048576K

Event: 12.608 GC heap after

Heap after GC invocations=31 (full 0):

garbage-first heap total 2097152K, used 787964K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)

region size 32768K, 2 young (65536K), 2 survivors (65536K)

Metaspace used 52325K, capacity 56384K, committed 56600K, reserved 1097728K

class space used 7607K, capacity 8767K, committed 8780K, reserved 1048576K

}

Event: 12.855 GC heap before

{Heap before GC invocations=31 (full 0):

garbage-first heap total 2097152K, used 1115644K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)

region size 32768K, 13 young (425984K), 2 survivors (65536K)

Metaspace used 52929K, capacity 57050K, committed 57368K, reserved 1097728K

class space used 7735K, capacity 8924K, committed 9036K, reserved 1048576K

Event: 12.895 GC heap after

Heap after GC invocations=32 (full 0):

garbage-first heap total 2097152K, used 795558K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)

region size 32768K, 2 young (65536K), 2 survivors (65536K)

Metaspace used 52929K, capacity 57050K, committed 57368K, reserved 1097728K

class space used 7735K, capacity 8924K, committed 9036K, reserved 1048576K

}

Event: 13.019 GC heap before

{Heap before GC invocations=32 (full 0):

garbage-first heap total 2097152K, used 1123238K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)

region size 32768K, 12 young (393216K), 2 survivors (65536K)

Metaspace used 52986K, capacity 57136K, committed 57368K, reserved 1097728K

class space used 7744K, capacity 8931K, committed 9036K, reserved 1048576K

Event: 13.043 GC heap after

Heap after GC invocations=33 (full 0):

garbage-first heap total 2097152K, used 789240K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)

region size 32768K, 2 young (65536K), 2 survivors (65536K)

Metaspace used 52986K, capacity 57136K, committed 57368K, reserved 1097728K

class space used 7744K, capacity 8931K, committed 9036K, reserved 1048576K

}

 

Deoptimization events (10 events):

Event: 12.429 Thread 0x0000000001e8f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000024cb900 method=java.lang.Iterable.forEach(Ljava/util/function/Consumer;)V @ 6

Event: 12.430 Thread 0x0000000001e8f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000024cb900 method=java.lang.Iterable.forEach(Ljava/util/function/Consumer;)V @ 6

Event: 12.452 Thread 0x0000000001e8f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000024cb900 method=java.lang.Iterable.forEach(Ljava/util/function/Consumer;)V @ 6

Event: 12.458 Thread 0x0000000001e8f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000024db830 method=com.google.common.collect.AbstractIterator.tryToComputeNext()Z @ 9

Event: 12.458 Thread 0x0000000001e8f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000024db830 method=com.google.common.collect.AbstractIterator.tryToComputeNext()Z @ 9

Event: 12.458 Thread 0x0000000001e8f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000024db830 method=com.google.common.collect.AbstractIterator.tryToComputeNext()Z @ 9

Event: 12.458 Thread 0x0000000001e8f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000024db830 method=com.google.common.collect.AbstractIterator.tryToComputeNext()Z @ 9

Event: 12.482 Thread 0x0000000001e8f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000301d31c method=org.objectweb.asm.ByteVector.putInt(I)Lorg/objectweb/asm/ByteVector; @ 13

Event: 12.667 Thread 0x0000000001e8f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000351c104 method=java.util.EnumMap.isValidKey(Ljava/lang/Object;)Z @ 16

Event: 12.785 Thread 0x0000000001e8f000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002e4ed48 method=org.apache.logging.log4j.core.filter.MarkerFilter.filter(Lorg/apache/logging/log4j/Marker;)Lorg/apache/logging/log4j/core/Filter$Result; @ 1

 

Internal exceptions (10 events):

Event: 12.227 Thread 0x0000000001e8f000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_223256_c_(I)Ljava/lang/String;> (0x00000000f3fc6da0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]

Event: 12.227 Thread 0x0000000001e8f000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_223255_b_(I)Ljava/lang/String;> (0x00000000f3fc8d80) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]

Event: 12.227 Thread 0x0000000001e8f000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_223253_a_(I)Ljava/lang/String;> (0x00000000f3fcabe8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]

Event: 12.346 Thread 0x0000000001e8f000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_214909_a(Lcom/mojang/datafixers/Dynamic;)Lnet/minecraft/world/gen/feature/template/RuleTest;> (0x00000000fe4fdf90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hots#Mø#:´(@

Event: 12.352 Thread 0x0000000001e8f000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_214919_b(Lcom/mojang/datafixers/Dynamic;)Lnet/minecraft/world/gen/feature/template/StructureProcessor;> (0x00000000ff960848) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u511üs&¼´(@

Event: 12.353 Thread 0x0000000001e8f000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_214918_a(Lcom/mojang/datafixers/Dynamic;)Lnet/minecraft/world/gen/feature/template/StructureProcessor;> (0x00000000ff978190) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51%P7϶(@

Event: 12.357 Thread 0x0000000001e8f000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_214927_a(Lcom/mojang/datafixers/Dynamic;)Lnet/minecraft/world/gen/feature/jigsaw/JigsawPiece;> (0x00000000ff9e9818) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotï·ÿ

#Ù(@

Event: 12.424 Thread 0x0000000001e8f000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.func_221172_a(Ljava/util/HashMap;)V> (0x00000000f97cb0a0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]

Event: 12.496 Thread 0x0000000001e8f000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$static$0(Lnet/minecraft/dispenser/IBlockSource;Lnet/minecraft/item/ItemStack;)Lnet/minecraft/item/ItemStack;> (0x00000000f2941110) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwinäägþ#’)@

Event: 12.785 Thread 0x0000000001e8f000 Implicit null exception at 0x0000000002e4e524 to 0x0000000002e4ed31

 

Events (10 events):

Event: 13.150 Thread 0x0000000019d1a800 flushing nmethod 0x000000000256e210

Event: 13.150 Thread 0x0000000019d1a800 flushing nmethod 0x00000000025aab10

Event: 13.150 Thread 0x0000000019d1a800 flushing nmethod 0x000000000263ef10

Event: 13.151 Thread 0x0000000019d1a800 flushing nmethod 0x0000000002688bd0

Event: 13.151 Thread 0x0000000019d1a800 flushing nmethod 0x000000000268be10

Event: 13.151 Thread 0x0000000019d1a800 flushing nmethod 0x0000000002705010

Event: 13.151 Thread 0x0000000019d1a800 flushing nmethod 0x00000000027a7c10

Event: 13.152 Thread 0x0000000019d1a800 flushing nmethod 0x00000000028c8510

Event: 13.152 Thread 0x0000000019d1a800 flushing nmethod 0x000000000295f2d0

Event: 13.152 Thread 0x0000000019d1a800 flushing nmethod 0x000000000296e0d0

 

 

Dynamic libraries:

0x000000013f180000 - 0x000000013f1b7000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\javaw.exe

0x0000000077aa0000 - 0x0000000077c49000 C:\Windows\SYSTEM32\ntdll.dll

0x0000000077980000 - 0x0000000077a9f000 C:\Windows\system32\kernel32.dll

0x000007fefdaa0000 - 0x000007fefdb0b000 C:\Windows\system32\KERNELBASE.dll

0x000007feff2e0000 - 0x000007feff3bb000 C:\Windows\system32\ADVAPI32.dll

0x000007feffab0000 - 0x000007feffb4f000 C:\Windows\system32\msvcrt.dll

0x000007fefdeb0000 - 0x000007fefdecf000 C:\Windows\SYSTEM32\sechost.dll

0x000007fefe3a0000 - 0x000007fefe4cd000 C:\Windows\system32\RPCRT4.dll

0x0000000077880000 - 0x000000007797a000 C:\Windows\system32\USER32.dll

0x000007fefe4d0000 - 0x000007fefe537000 C:\Windows\system32\GDI32.dll

0x000007feff2d0000 - 0x000007feff2de000 C:\Windows\system32\LPK.dll

0x000007fefddc0000 - 0x000007fefde89000 C:\Windows\system32\USP10.dll

0x000007fefc100000 - 0x000007fefc2f4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll

0x000007feff710000 - 0x000007feff781000 C:\Windows\system32\SHLWAPI.dll

0x000007feff6e0000 - 0x000007feff70e000 C:\Windows\system32\IMM32.DLL

0x000007feff3c0000 - 0x000007feff4c9000 C:\Windows\system32\MSCTF.dll

0x0000000071250000 - 0x0000000071322000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\msvcr100.dll

0x000000006f220000 - 0x000000006faa3000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\server\jvm.dll

0x000007fef2940000 - 0x000007fef2949000 C:\Windows\system32\WSOCK32.dll

0x000007feff690000 - 0x000007feff6dd000 C:\Windows\system32\WS2_32.dll

0x000007feff4d0000 - 0x000007feff4d8000 C:\Windows\system32\NSI.dll

0x000007fefb800000 - 0x000007fefb83b000 C:\Windows\system32\WINMM.dll

0x000007fefcb50000 - 0x000007fefcb5c000 C:\Windows\system32\VERSION.dll

0x0000000077c60000 - 0x0000000077c67000 C:\Windows\system32\PSAPI.DLL

0x0000000072ec0000 - 0x0000000072ecf000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\verify.dll

0x0000000072e90000 - 0x0000000072eb9000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\java.dll

0x0000000072d90000 - 0x0000000072da6000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\zip.dll

0x000007fefe540000 - 0x000007feff2c8000 C:\Windows\system32\SHELL32.dll

0x000007fefe0b0000 - 0x000007fefe2b3000 C:\Windows\system32\ole32.dll

0x000007fefd9f0000 - 0x000007fefd9ff000 C:\Windows\system32\profapi.dll

0x0000000072d80000 - 0x0000000072d8d000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\management.dll

0x0000000071c80000 - 0x0000000071c9a000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\net.dll

0x000007fefd220000 - 0x000007fefd275000 C:\Windows\system32\mswsock.dll

0x000007fefd210000 - 0x000007fefd217000 C:\Windows\System32\wship6.dll

0x000007fefbbc0000 - 0x000007fefbbd5000 C:\Windows\system32\NLAapi.dll

0x000007fef9020000 - 0x000007fef9035000 C:\Windows\system32\napinsp.dll

0x000007fef9000000 - 0x000007fef9019000 C:\Windows\system32\pnrpnsp.dll

0x000007fefd0a0000 - 0x000007fefd0fb000 C:\Windows\system32\DNSAPI.dll

0x000007fef8ff0000 - 0x000007fef8ffb000 C:\Windows\System32\winrnr.dll

0x000007fefcc20000 - 0x000007fefcc27000 C:\Windows\System32\wshtcpip.dll

0x000007fef95a0000 - 0x000007fef95a8000 C:\Windows\system32\rasadhlp.dll

0x000007fefb670000 - 0x000007fefb6c3000 C:\Windows\System32\fwpuclnt.dll

0x0000000071c60000 - 0x0000000071c71000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\nio.dll

0x0000000071c30000 - 0x0000000071c54000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\sunec.dll

0x000007fefd280000 - 0x000007fefd297000 C:\Windows\system32\CRYPTSP.dll

0x000007fefcf80000 - 0x000007fefcfc7000 C:\Windows\system32\rsaenh.dll

0x000007fefcd30000 - 0x000007fefcd4e000 C:\Windows\system32\USERENV.dll

0x000007fefd920000 - 0x000007fefd92f000 C:\Windows\system32\CRYPTBASE.dll

0x000007fefb780000 - 0x000007fefb7a7000 C:\Windows\system32\IPHLPAPI.DLL

0x000007fefb770000 - 0x000007fefb77b000 C:\Windows\system32\WINNSI.DLL

0x000007fefb510000 - 0x000007fefb521000 C:\Windows\system32\dhcpcsvc6.DLL

0x000007fefb3b0000 - 0x000007fefb3c8000 C:\Windows\system32\dhcpcsvc.DLL

0x000007fef93e0000 - 0x000007fef9452000 C:\Users\UdisenYT\AppData\Roaming\.minecraft\bin\6d77-b37d-3c7b-a63d\lwjgl.dll

0x000007fee5c20000 - 0x000007fee5e71000 C:\Users\UdisenYT\AppData\Roaming\.minecraft\bin\6d77-b37d-3c7b-a63d\jemalloc.dll

0x000007fefad20000 - 0x000007fefad7e000 C:\Users\UdisenYT\AppData\Roaming\.minecraft\bin\6d77-b37d-3c7b-a63d\glfw.dll

0x000007fefc0a0000 - 0x000007fefc0f6000 C:\Windows\system32\uxtheme.dll

0x000007fefded0000 - 0x000007fefe0a7000 C:\Windows\system32\SETUPAPI.dll

0x000007fefdd40000 - 0x000007fefdd76000 C:\Windows\system32\CFGMGR32.dll

0x000007fefe2c0000 - 0x000007fefe397000 C:\Windows\system32\OLEAUT32.dll

0x000007fefdb10000 - 0x000007fefdb2a000 C:\Windows\system32\DEVOBJ.dll

0x000007fefb9f0000 - 0x000007fefba08000 C:\Windows\system32\dwmapi.dll

0x000007fee65e0000 - 0x000007fee6650000 D:\SOFT\Bandicam\App\Bandicam\bdcam64.dll

0x0000000072db0000 - 0x0000000072de4000 C:\Fraps\fraps64.dll

0x000007fefdd80000 - 0x000007fefddba000 C:\Windows\system32\WINTRUST.dll

0x000007fefdbd0000 - 0x000007fefdd37000 C:\Windows\system32\CRYPT32.dll

0x000007fefda90000 - 0x000007fefda9f000 C:\Windows\system32\MSASN1.dll

0x000007fef1ca0000 - 0x000007fef1dbd000 C:\Windows\system32\opengl32.dll

0x000007fef9390000 - 0x000007fef93bd000 C:\Windows\system32\GLU32.dll

0x000007fef1ba0000 - 0x000007fef1c91000 C:\Windows\system32\DDRAW.dll

0x000007fefc8c0000 - 0x000007fefc8c8000 C:\Windows\system32\DCIMAN32.dll

0x0000000180000000 - 0x0000000181081000 C:\Windows\system32\ig7icd64.dll

0x000007fef77c0000 - 0x000007fef79bf000 C:\Windows\system32\d3d9.dll

0x000007fefc990000 - 0x000007fefc997000 C:\Windows\system32\d3d8thk.dll

0x000007fef9330000 - 0x000007fef9388000 C:\Users\UdisenYT\AppData\Roaming\.minecraft\bin\6d77-b37d-3c7b-a63d\lwjgl_opengl.dll

0x000007fef1b20000 - 0x000007fef1b9f000 C:\Users\UdisenYT\AppData\Roaming\.minecraft\bin\6d77-b37d-3c7b-a63d\lwjgl_stb.dll

0x000007fef8d10000 - 0x000007fef8d4c000 C:\Windows\system32\dinput8.dll

0x000007fefc8a0000 - 0x000007fefc8ac000 C:\Windows\system32\xinput9_1_0.dll

0x000007fefbc10000 - 0x000007fefbc1b000 C:\Windows\system32\HID.DLL

0x000007fef91e0000 - 0x000007fef9305000 C:\Windows\system32\dbghelp.dll

 

VM Arguments:

jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:\Users\UdisenYT\AppData\Roaming\.minecraft\bin\6d77-b37d-3c7b-a63d -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.1.9616 -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M

java_command: cpw.mods.modlauncher.Launcher --username GeronForever --version 1.14.4-forge-28.1.90 --gameDir C:\Users\UdisenYT\AppData\Roaming\.minecraft --assetsDir C:\Users\UdisenYT\AppData\Roaming\.minecraft\assets --assetIndex 1.14 --uuid 9ada7e52f51a4343946fafe36be318e9 --accessToken eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJmMzg0YWU0ZjRjMTU0N2E0OGEyN2QwZjRlOTQ0YTZhMyIsIm5iZiI6MTU3MzU3OTU5MywieWdndCI6IjUxZDJiNjVkZjFhZjRjMWY5ODkxNmI4YzJlMjIwOTE5Iiwic3ByIjoiOWFkYTdlNTJmNTFhNDM0Mzk0NmZhZmUzNmJlMzE4ZTkiLCJyb2xlcyI6W10sImlzcyI6ImludGVybmFsLWF1dGhlbnRpY2F0aW9uIiwiZXhwIjoxNTczNzUyMzkzLCJpYXQiOjE1NzM1Nzk1OTN9.qPfP1SG2_ikuYfDVzT_yi-CU_wfKRVNVMT2M_fCnuvU --userType mojang --versionType release --launchTarget fmlclient --fml.forgeVersion 28.1.90 --fml.mcVersion 1.14.4 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20190829.143755

java_class_path (initial): C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.14.4-28.1.90\forge-1.14.4-28.1.90.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\6.2\asm-6.2.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\6.2\asm-commons-6.2.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\6.2\asm-tree-6.2.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\cpw\mods\modlauncher\4.1.0\modlauncher-4.1.0.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\cpw\mods\grossjava9hacks\1.1.0\grossjava9hacks-1.1.0.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\net\minecraftforge\accesstransformers\1.0.1-milestone.0.1+94458e7-shadowed\accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\net\minecraftforge\eventbus\1.0.0-service\eventbus-1.0.0-service.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forgespi\1.5.0\forgespi-1.5.0.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\net\minecraftforge\coremods\1.0.0\coremods-1.0.0.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\net\minecraftforge\unsafe\0.2.0\unsafe-0.2.0.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\core\3.6.0\core-3.6.0.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\toml\3.6.0\toml-3.6.0.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\org\jline\jline\3.12.1\jline-3.12.1.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.6.0\maven-artifact-3.6.0.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\net\jodah\typetools\0.6.0\typetools-0.6.0.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\UdisenYT\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4

Launcher Type: SUN_STANDARD

 

Environment Variables:

PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64

USERNAME=UdisenYT

OS=Windows_NT

PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel

 

 

 

--------------- S Y S T E M ---------------

 

OS: Windows 7 , 64 bit Build 7601 (6.1.7601.17514)

 

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc, tscinvbit, tscinv

 

Memory: 4k page, physical 16460968k(6455468k free), swap 32920088k(21791188k free)

 

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.51-b03) for windows-amd64 JRE (1.8.0_51-b16), built on Jun 8 2015 18:03:07 by "java_re" with MS VC++ 10.0 (VS2010)

 

time: Thu Nov 14 17:09:47 2019

elapsed time: 13 seconds (0d 0h 0m 13s)

 

 

Link to comment
Share on other sites

What are your hardware specs?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.