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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Now it gets stuck at "Preparing start region for dimension overworld" once i was able to generate a full customzied json. Any insights?
    • Add crash-reports with sites like https://paste.ee/ and paste the link to it here Make a test without valhelsia_structures
    • My game crash before main screen load crash log: ---- Minecraft Crash Report ---- // I let you down. Sorry Time: 04.05.2024, 11:48 Description: Initializing game org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a] {}     at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-1.0.8.jar:?] {}     at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}     at net.minecraft.client.renderer.block.BlockRenderDispatcher.<init>(BlockRenderDispatcher.java:50) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:classloading,xf:OptiFine:default}     at net.minecraft.client.Minecraft.<init>(Minecraft.java:501) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A}     at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:classloading,pl:runtimedistcleaner:A}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}     at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.21.jar%2318!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [valhelsia_structures.mixins.json:BlockModelRendererMixin] from phase [DEFAULT] in config [valhelsia_structures.mixins.json] FAILED during APPLY     at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     ... 29 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @ModifyVariable annotation on valhelsia_renderModelFaceFlat could not find any targets matching 'Lnet/minecraft/client/renderer/block/ModelBlockRenderer;m_111001_(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;IIZLcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Ljava/util/List;Ljava/util/BitSet;)V' in net.minecraft.client.renderer.block.ModelBlockRenderer. Using refmap valhelsia_structures.refmap.json [PREINJECT Applicator Phase -> valhelsia_structures.mixins.json:BlockModelRendererMixin -> Prepare Injections ->  -> localvar$zbg000$valhelsia_renderModelFaceFlat(ILnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;)I -> Parse]     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:656) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:587) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:316) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo.<init>(ModifyVariableInjectionInfo.java:45) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}     at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}     at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:708) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1311) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     ... 29 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace:     at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}     at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a] {}     at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-1.0.8.jar:?] {}     at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-1.0.8.jar:?] {}     at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {}     at net.minecraft.client.renderer.block.BlockRenderDispatcher.<init>(BlockRenderDispatcher.java:50) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:classloading,xf:OptiFine:default}     at net.minecraft.client.Minecraft.<init>(Minecraft.java:501) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} -- Initialization -- Details:     Modules:          ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         COMCTL32.dll:Biblioteka formantów czynności użytkownika:6.10 (WinBuild.160101.0800):Microsoft Corporation         CRYPT32.dll:Crypto API32:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.3930:Microsoft Corporation         CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.3636:Microsoft Corporation         DBGHELP.DLL:Windows Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         DEVOBJ.dll:Device Information Set DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation         DNSAPI.dll:Biblioteka DLL interfejsu API klienta usługi DNS:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         GDI32.dll:GDI Client DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation         GLU32.dll:Biblioteka DLL OpenGL Utility Library:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         HID.DLL:Biblioteka użytkownika HID:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation         IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         KERNEL32.DLL:Biblioteka DLL klienta Windows NT BASE API:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         KERNELBASE.dll:Biblioteka DLL klienta Windows NT BASE API:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         MMDevApi.dll:Interfejs API MMDevice:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         MSASN1.dll:ASN.1 Runtime APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         MSCTF.dll:Biblioteka DLL serwera MSCTF:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         NLAapi.dll:Network Location Awareness 2:10.0.19041.4123 (WinBuild.160101.0800):Microsoft Corporation         NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         Ole32.dll:Microsoft OLE for Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         OpenAL.dll         PROPSYS.dll:System właściwości firmy Microsoft:7.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         PSAPI.DLL:Process Status Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         RPCRT4.dll:Czas wykonania zdalnego wywoływania procedury:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         SETUPAPI.DLL:Interfejs API Instalatora systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         SHCORE.dll:SHCORE:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         SHELL32.dll:Wspólna biblioteka DLL Powłoki systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         UMPDC.dll         USER32.dll:Współużytkowana biblioteka DLL klienta Windows USER API:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         USERENV.dll:Userenv:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation         VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         WINHTTP.dll:Usługi Windows HTTP Services:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         WINMM.dll:MCI API DLL:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.4291 (WinBuild.160101.0800):Microsoft Corporation         WS2_32.dll:Biblioteka DLL 32-bitowej wersji usługi Windows Socket 2.0:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         Wldp.dll:Zasady blokady systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         amsi.dll:Anti-Malware Scan Interface:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         aswAMSI.dll:Avast AMSI COM object:24.3.8975.0:Gen Digital Inc.         aswhook.dll:Avast Hook Library:24.3.8975.0:AVAST Software         bcrypt.dll:Biblioteka podstawowych elementów kryptograficznych systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         cfgmgr32.dll:Configuration Manager DLL:10.0.19041.3996 (WinBuild.160101.0800):Microsoft Corporation         clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation         combase.dll:Microsoft COM for Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         dhcpcsvc.DLL:Usługa klienta DHCP:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         dhcpcsvc6.DLL:Klient DHCPv6:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         dinput8.dll:Microsoft DirectInput:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         dwmapi.dll:Interfejs API menedżera okien Microsoft Desktop Window Manager:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         dxgi.dll:DirectX Graphics Infrastructure:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         fwpuclnt.dll:Interfejs API trybu użytkownika funkcji FWP/IPSec:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         gdi32full.dll:GDI Client DLL:10.0.19041.4239 (WinBuild.160101.0800):Microsoft Corporation         glfw.dll         icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         ig9icd64.dll:OpenGL(R) Driver for Intel(R) Graphics Accelerator:31.0.101.2111:Intel Corporation         igc64.dll:Intel Graphics Shader Compiler for Intel(R) Graphics Accelerator:31.0.101.2111:Intel Corporation         igdgmm64.dll:User Mode Driver for Intel(R) Graphics Technology:31.0.101.2111:Intel Corporation         igdml64.dll:Metrics Library for Intel(R) Graphics Technology:31.0.101.2111:Intel Corporation         inputhost.dll:InputHost:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         java.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         javaw.exe:OpenJDK Platform binary:17.0.1.0:Microsoft         jemalloc.dll         jimage.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         jli.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         jna4343990444255883354.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA)         jvm.dll:OpenJDK 64-Bit server VM:17.0.1.0:Microsoft         kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation         lwjgl.dll         lwjgl_opengl.dll         lwjgl_stb.dll         management.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         management_ext.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         mscms.dll:Biblioteka DLL systemu dopasowywania kolorów firmy Microsoft:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         msvcp140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation         msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         mswsock.dll:Microsoft Windows Sockets 2.0 Dostawca usługi:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         napinsp.dll:Dostawca podkładek nazewnictwa poczty e-mail:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         net.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         nio.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         ntdll.dll:Biblioteka NT Layer DLL:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         ntmarta.dll:Windows NT - dostawca MARTA:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         opengl32.dll:OpenGL Client DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         perfos.dll:Biblioteka DLL obiektów wydajności systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         pnrpnsp.dll:Dostawca obszaru nazw PNRP:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         powrprof.dll:Pomocnicza biblioteka DLL dla profilu zasilania:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         profapi.dll:User Profile Basic API:10.0.19041.4239 (WinBuild.160101.0800):Microsoft Corporation         rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation         shlwapi.dll:Biblioteka dodatkowych narzędzi powłoki:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         svml.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.4239 (WinBuild.160101.0800):Microsoft Corporation         ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         uxtheme.dll:Biblioteka Microsoft UxTheme:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation         verify.dll:OpenJDK Platform binary:17.0.1.0:Microsoft         win32u.dll:Win32u:10.0.19041.4291 (WinBuild.160101.0800):Microsoft Corporation         windows.storage.dll:Interfejs API magazynu systemu Microsoft WinRT:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         winrnr.dll:LDAP RnR Provider DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         wintypes.dll:Biblioteka DLL typów systemu Windows:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         wshbth.dll:Windows Sockets Helper DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation         xinput1_4.dll:Interfejs API typowego kontrolera firmy Microsoft:10.0.19041.4165 (WinBuild.160101.0800):Microsoft Corporation         zip.dll:OpenJDK Platform binary:17.0.1.0:Microsoft Stacktrace:     at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%2390!/:?] {re:classloading,pl:runtimedistcleaner:A}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}     at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.21.jar%2318!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} -- System Details -- Details:     Minecraft Version: 1.18.2     Minecraft Version ID: 1.18.2     Operating System: Windows 10 (amd64) version 10.0     Java Version: 17.0.1, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 1227438184 bytes (1170 MiB) / 1644167168 bytes (1568 MiB) up to 10502537216 bytes (10016 MiB)     CPUs: 4     Processor Vendor: GenuineIntel     Processor Name: Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz     Identifier: Intel64 Family 6 Model 142 Stepping 9     Microarchitecture: Amber Lake     Frequency (GHz): 2,40     Number of physical packages: 1     Number of physical CPUs: 2     Number of logical CPUs: 4     Graphics card #0 name: NVIDIA GeForce 940MX     Graphics card #0 vendor: NVIDIA (0x10de)     Graphics card #0 VRAM (MB): 2048,00     Graphics card #0 deviceId: 0x179c     Graphics card #0 versionInfo: DriverVersion=21.21.13.7654     Graphics card #1 name: Intel(R) HD Graphics 620     Graphics card #1 vendor: Intel Corporation (0x8086)     Graphics card #1 VRAM (MB): 1024,00     Graphics card #1 deviceId: 0x5916     Graphics card #1 versionInfo: DriverVersion=31.0.101.2111     Memory slot #0 capacity (MB): 16384,00     Memory slot #0 clockSpeed (GHz): 2,13     Memory slot #0 type: DDR4     Virtual memory max (MB): 25980,22     Virtual memory used (MB): 7608,61     Swap memory total (MB): 9728,00     Swap memory used (MB): 252,46     JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M     Launched Version: 1.18.2-forge-40.2.21     Backend library: LWJGL version 3.2.2 SNAPSHOT     Backend API: Intel(R) HD Graphics 620 GL version 3.2.0 - Build 31.0.101.2111, Intel     Window size: <not initialized>     GL Caps: Using framebuffer using OpenGL 3.2     GL debug messages:      Using VBOs: Yes     Is Modded: Definitely; Client brand changed to 'forge'     Type: Client (map_client.txt)     CPU: 4x Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz     OptiFine Version: OptiFine_1.18.2_HD_U_H6     OptiFine Build: 20220313-160847     Render Distance Chunks: 8     Mipmaps: 4     Anisotropic Filtering: 1     Antialiasing: 0     Multitexture: false     Shaders: null     OpenGlVersion: 3.2.0 - Build 31.0.101.2111     OpenGlRenderer: Intel(R) HD Graphics 620     OpenGlVendor: Intel     CpuCount: 4     ModLauncher: 9.1.3+9.1.3+main.9b69c82a     ModLauncher launch target: forgeclient     ModLauncher naming: srg     ModLauncher services:           mixin PLUGINSERVICE           eventbus PLUGINSERVICE           slf4jfixer PLUGINSERVICE           object_holder_definalize PLUGINSERVICE           runtime_enum_extender PLUGINSERVICE           capability_token_subclass PLUGINSERVICE           accesstransformer PLUGINSERVICE           runtimedistcleaner PLUGINSERVICE           mixin TRANSFORMATIONSERVICE           OptiFine TRANSFORMATIONSERVICE           fml TRANSFORMATIONSERVICE      FML Language Providers:          [email protected]         lowcodefml@null         javafml@null     Mod List:          client-1.18.2-20220404.173914-srg.jar             |Minecraft                     |minecraft                     |1.18.2              |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         repurposed_structures_forge-5.1.14+1.18.2.jar     |Repurposed Structures         |repurposed_structures         |5.1.14+1.18.2       |COMMON_SET|Manifest: NOSIGNATURE         TerraBlender-forge-1.18.2-1.2.0.126.jar           |TerraBlender                  |terrablender                  |1.2.0.126           |COMMON_SET|Manifest: NOSIGNATURE         Piglin Expansion 1.2.1.jar                        |Piglin Expansion              |piglin_expansion              |1.1.0               |COMMON_SET|Manifest: NOSIGNATURE         pamhc2trees-1.18.2-1.0.4.jar                      |Pam's HarvestCraft 2 - Trees  |pamhc2trees                   |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE         BiomesOPlenty-1.18.2-16.0.0.134.jar               |Biomes O' Plenty              |biomesoplenty                 |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE         pamhc2crops-1.18.2-1.0.6.jar                      |Pam's HarvestCraft 2 - Crops  |pamhc2crops                   |1.0.6               |COMMON_SET|Manifest: NOSIGNATURE         jei-1.18.2-forge-10.2.1.1006.jar                  |Just Enough Items             |jei                           |10.2.1.1006         |COMMON_SET|Manifest: NOSIGNATURE         pamhc2foodextended-1.18.2-1.0.5.jar               |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended            |1.0                 |COMMON_SET|Manifest: NOSIGNATURE         torohealth-1.18-forge-2.jar                       |ToroHealth                    |torohealth                    |1.18-forge-2        |COMMON_SET|Manifest: NOSIGNATURE         reap-1.18.2-1.0.0.jar                             |Reap Mod                      |reap                          |1.18.2-1.0.0        |COMMON_SET|Manifest: NOSIGNATURE         Patchouli-1.18.2-71.1.jar                         |Patchouli                     |patchouli                     |1.18.2-71.1         |COMMON_SET|Manifest: NOSIGNATURE         pamhc2foodcore-1.18.2-1.0.3.jar                   |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore                |1.0.1               |COMMON_SET|Manifest: NOSIGNATURE         SereneSeasons-1.18.2-7.0.0.15.jar                 |Serene Seasons                |sereneseasons                 |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE         YungsApi-1.18.2-Forge-2.2.9.jar                   |YUNG's API                    |yungsapi                      |1.18.2-Forge-2.2.9  |COMMON_SET|Manifest: NOSIGNATURE         ToughAsNails-1.18.2-7.0.0.73.jar                  |Tough As Nails                |toughasnails                  |0.0NONE             |COMMON_SET|Manifest: NOSIGNATURE         feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.ja|Feature NBT Deadlock Be Gone  |feature_nbt_deadlock_be_gone  |2.0.0+1.18.2        |COMMON_SET|Manifest: NOSIGNATURE         weather2-1.18.2-2.7.5.jar                         |Weather2                      |weather2                      |1.18.2-2.7.5        |COMMON_SET|Manifest: NOSIGNATURE         betteranimalsplus-1.18.2-11.0.10-forge.jar        |Better Animals Plus           |betteranimalsplus             |1.18.2-11.0.10      |COMMON_SET|Manifest: NOSIGNATURE         coroutil-forge-1.18.2-1.3.6.jar                   |CoroUtil                      |coroutil                      |1.18.2-1.3.6        |COMMON_SET|Manifest: NOSIGNATURE         architectury-4.12.94-forge.jar                    |Architectury                  |architectury                  |4.12.94             |COMMON_SET|Manifest: NOSIGNATURE         shulkerbox-1.18.2-1.0.0.jar                       |Advanced Shulkerboxes         |shulkerbox                    |1.18.2-1.0.0        |COMMON_SET|Manifest: NOSIGNATURE         mysticalworld-1.18.2-0.4.8.29.jar                 |Mystical World                |mysticalworld                 |0.4.8.29            |COMMON_SET|Manifest: NOSIGNATURE         FallingTree-1.18.2-3.5.5.jar                      |FallingTree                   |fallingtree                   |3.5.5               |COMMON_SET|Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29         forge-1.18.2-40.2.21-universal.jar                |Forge                         |forge                         |40.2.21             |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90         cofh_core-1.18.2-9.2.3.47.jar                     |CoFH Core                     |cofh_core                     |9.2.3               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_innovation-1.18.2-9.2.1.19.jar            |Thermal Innovation            |thermal_innovation            |9.2.1               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_foundation-1.18.2-9.2.2.58.jar            |Thermal Series                |thermal                       |9.2.2               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_cultivation-1.18.2-9.2.1.20.jar           |Thermal Cultivation           |thermal_cultivation           |9.2.1               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_expansion-1.18.2-9.2.2.24.jar             |Thermal Expansion             |thermal_expansion             |9.2.2               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_locomotion-1.18.2-9.2.1.15.jar            |Thermal Locomotion            |thermal_locomotion            |9.2.1               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         thermal_integration-1.18.2-9.2.1.18.jar           |Thermal Integration           |thermal_integration           |9.2.1               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         YungsBetterMineshafts-1.18.2-Forge-2.2.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.18.2-Forge-2.2    |COMMON_SET|Manifest: NOSIGNATURE         valhelsia_core-forge-1.18.2-0.4.0.jar             |Valhelsia Core                |valhelsia_core                |1.18.2-0.4.0        |COMMON_SET|Manifest: NOSIGNATURE         valhelsia_structures-1.18.2-0.1.1.jar             |Valhelsia Structures          |valhelsia_structures          |1.18.2-0.1.1        |COMMON_SET|Manifest: NOSIGNATURE         thermal_dynamics-1.18.2-9.2.2.19.jar              |Thermal Dynamics              |thermal_dynamics              |9.2.2               |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09         corpse-1.18.2-1.0.1.jar                           |Corpse                        |corpse                        |1.18.2-1.0.1        |COMMON_SET|Manifest: NOSIGNATURE     Crash Report UUID: e912b463-f8b1-45c5-af55-a3291be1b7b0     FML: 40.2     Forge: net.minecraftforge:40.2.21
    • Are there dungeon mods? If yes, make a test without these
    • that worked I seriously have no idea how I didn't notice that
  • Topics

×
×
  • Create New...

Important Information

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