Jump to content

When I try to run my mod after I just added Deferred Registries it crashes


ThisIsNotOriginal

Recommended Posts

I apologize for the long text but pastebin wont allow me to put in a paste. Apologies!

 

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff787f1d3b, pid=66192, tid=0x000000000000eb68
#
# JRE version: OpenJDK Runtime Environment (8.0_282-b08) (build 1.8.0_282-b08)
# Java VM: OpenJDK 64-Bit Server VM (25.282-b08 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [ig11icd64.dll+0x591d3b]
#
# 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:
#   https://github.com/AdoptOpenJDK/openjdk-support/issues
#

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

Current thread (0x000002886d4f4800):  VMThread [stack: 0x0000009414c00000,0x0000009414d00000] [id=60264]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000000351b8

Registers:
RAX=0x0000028870997078, RBX=0x0000028870996fb0, RCX=0x0000000000000000, RDX=0x0000028870997078
RSP=0x0000009414cfeb90, RBP=0x00000288709a37d0, RSI=0x0000028870997440, RDI=0x0000028871cec010
R8 =0x0000000000000030, R9 =0x0000000000000000, R10=0x0000000000000000, R11=0x0000000000000246
R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x00007fff787f1d3b, EFLAGS=0x0000000000010206

Top of Stack: (sp=0x0000009414cfeb90)
0x0000009414cfeb90:   000002887061f6f0 0000009414cfebd8
0x0000009414cfeba0:   0000009414cfebd8 0000005400000000
0x0000009414cfebb0:   00007fff791a04d0 0000000000002242
0x0000009414cfebc0:   00000288709f9c10 0000000000000088
0x0000009414cfebd0:   0000000000000000 00007fff787d3acd
0x0000009414cfebe0:   000002887061f6f0 0000028871cec010
0x0000009414cfebf0:   0000009414cfece0 0000000000000000
0x0000009414cfec00:   0000000000001484 0000000000000000
0x0000009414cfec10:   0000009400000002 0000000000000000
0x0000009414cfec20:   0000000000000000 0000009414cfee20
0x0000009414cfec30:   0000009414cfed40 00007fffdea868f0
0x0000009414cfec40:   0000009414cfedf0 0000000000000000
0x0000009414cfec50:   0000009414cfeea0 0000000000000000
0x0000009414cfec60:   0000009414cfecc0 00007fffc04ce3f0
0x0000009414cfec70:   0000000000000000 0000000000000000
0x0000009414cfec80:   0000b80200000000 0000000000001484 

Instructions: (pc=0x00007fff787f1d3b)
0x00007fff787f1d1b:   1d 8b c1 83 e0 0f 48 6b c0 38 48 03 c2 48 85 c0
0x00007fff787f1d2b:   74 0c 48 8b 48 08 eb 08 48 83 c0 08 eb ef 33 c9
0x00007fff787f1d3b:   49 3b 8e b8 51 03 00 76 6b 48 8b 87 80 02 00 00
0x00007fff787f1d4b:   48 89 06 48 89 9f 80 02 00 00 ff 87 88 02 00 00 


Register to memory mapping:

RAX=0x0000028870997078 is an unknown value
RBX=0x0000028870996fb0 is an unknown value
RCX=0x0000000000000000 is an unknown value
RDX=0x0000028870997078 is an unknown value
RSP=0x0000009414cfeb90 is an unknown value
RBP=0x00000288709a37d0 is an unknown value
RSI=0x0000028870997440 is an unknown value
RDI=0x0000028871cec010 is an unknown value
R8 =0x0000000000000030 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000246 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x0000000000000000 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000000000000 is an unknown value


Stack: [0x0000009414c00000,0x0000009414d00000],  sp=0x0000009414cfeb90,  free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ig11icd64.dll+0x591d3b]
C  [ig11icd64.dll+0x573acd]
C  [ig11icd64.dll+0x7214e1]
C  [ig11icd64.dll+0x5cee73]
C  [ig11icd64.dll+0x65ec35]
C  [ig11icd64.dll+0x65edcd]
C  [ig11icd64.dll+0x5709e9]
C  [ig11icd64.dll+0x570879]
C  [ig11icd64.dll+0x5247db]
C  [ntdll.dll+0x25021]
C  [ntdll.dll+0x6b352]
C  [ntdll.dll+0x6b1fd]
C  [KERNEL32.DLL+0x1cdda]
C  [msvcr120.dll+0x229a7]
V  [jvm.dll+0x1e1935]
V  [jvm.dll+0x21c607]
V  [jvm.dll+0x21acda]
V  [jvm.dll+0x21b3ef]
V  [jvm.dll+0x21b84d]
V  [jvm.dll+0x2670ea]
C  [msvcr120.dll+0x24f7f]
C  [msvcr120.dll+0x25126]
C  [KERNEL32.DLL+0x17c24]
C  [ntdll.dll+0x6d721]

VM_Operation (0x00000094143fe700): Exit, mode: safepoint, requested by thread 0x000002885769f800


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

Java Threads: ( => current thread )
  0x0000028870261000 JavaThread "Server-Worker-10" daemon [_thread_blocked, id=45516, stack(0x0000009416e00000,0x0000009416f00000)]
  0x000002887025d800 JavaThread "Server-Worker-9" daemon [_thread_blocked, id=65748, stack(0x0000009416d00000,0x0000009416e00000)]
  0x000002887025d000 JavaThread "modloading-worker-5" daemon [_thread_blocked, id=57420, stack(0x0000009416700000,0x0000009416800000)]
  0x0000028870264000 JavaThread "Narrator" [_thread_blocked, id=66760, stack(0x0000009416000000,0x0000009416100000)]
  0x000002887025e800 JavaThread "Sound engine" daemon [_thread_blocked, id=67696, stack(0x0000009416a00000,0x0000009416b00000)]
  0x0000028870262800 JavaThread "modloading-worker-4" daemon [_thread_blocked, id=62008, stack(0x0000009416c00000,0x0000009416d00000)]
  0x0000028870260000 JavaThread "modloading-worker-3" daemon [_thread_blocked, id=66656, stack(0x0000009416b00000,0x0000009416c00000)]
  0x0000028870261800 JavaThread "modloading-worker-2" daemon [_thread_blocked, id=62996, stack(0x0000009416100000,0x0000009416200000)]
  0x000002887267b000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=67692, stack(0x0000009415700000,0x0000009415800000)]
  0x000002887267a800 JavaThread "Server-Worker-5" daemon [_thread_blocked, id=65032, stack(0x0000009416800000,0x0000009416900000)]
  0x000002887267d800 JavaThread "Server-Worker-3" daemon [_thread_blocked, id=53376, stack(0x0000009416600000,0x0000009416700000)]
  0x000002887267d000 JavaThread "Server-Worker-2" daemon [_thread_blocked, id=68364, stack(0x0000009416500000,0x0000009416600000)]
  0x0000028872679800 JavaThread "Server-Worker-1" daemon [_thread_blocked, id=66936, stack(0x0000009416400000,0x0000009416500000)]
  0x000002887267c000 JavaThread "pool-3-thread-1" [_thread_blocked, id=57240, stack(0x0000009416300000,0x0000009416400000)]
  0x0000028872677800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=67372, stack(0x0000009416200000,0x0000009416300000)]
  0x0000028870c4f000 JavaThread "Thread-2" daemon [_thread_in_native, id=67864, stack(0x0000009415900000,0x0000009415a00000)]
  0x00000288705ff800 JavaThread "Thread-1" daemon [_thread_blocked, id=62060, stack(0x0000009415800000,0x0000009415900000)]
  0x000002886f3b8800 JavaThread "Service Thread" daemon [_thread_blocked, id=68444, stack(0x0000009415500000,0x0000009415600000)]
  0x000002886d56d800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=66540, stack(0x0000009415400000,0x0000009415500000)]
  0x000002886d568000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=57540, stack(0x0000009415300000,0x0000009415400000)]
  0x000002886d566000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=40108, stack(0x0000009415200000,0x0000009415300000)]
  0x000002886d569800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=59888, stack(0x0000009415100000,0x0000009415200000)]
  0x000002886d561800 JavaThread "Attach Listener" daemon [_thread_blocked, id=38500, stack(0x0000009415000000,0x0000009415100000)]
  0x000002886d560000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=68464, stack(0x0000009414f00000,0x0000009415000000)]
  0x000002886d52a000 JavaThread "Finalizer" daemon [_thread_blocked, id=55484, stack(0x0000009414e00000,0x0000009414f00000)]
  0x000002886d523000 JavaThread "Reference Handler" daemon [_thread_blocked, id=53852, stack(0x0000009414d00000,0x0000009414e00000)]
  0x000002885769f800 JavaThread "Render thread" [_thread_blocked, id=65012, stack(0x0000009414300000,0x0000009414400000)]

Other Threads:
=>0x000002886d4f4800 VMThread [stack: 0x0000009414c00000,0x0000009414d00000] [id=60264]

VM state:at safepoint (shutting down)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x000002885769c490] Threads_lock - owner thread: 0x000002886d4f4800

heap address: 0x0000000086600000, size: 1946 MB, Compressed Oops mode: 32-bit
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x0000000100000000

Heap:
 PSYoungGen      total 433664K, used 7057K [0x00000000d7780000, 0x00000000fe700000, 0x0000000100000000)
  eden space 241152K, 2% used [0x00000000d7780000,0x00000000d7e644e0,0x00000000e6300000)
  from space 192512K, 0% used [0x00000000f2b00000,0x00000000f2b00000,0x00000000fe700000)
  to   space 198656K, 0% used [0x00000000e6300000,0x00000000e6300000,0x00000000f2500000)
 ParOldGen       total 731136K, used 170671K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 23% used [0x0000000086600000,0x0000000090cabf10,0x00000000b3000000)
 Metaspace       used 68542K, capacity 74678K, committed 74880K, reserved 1112064K
  class space    used 9706K, capacity 11315K, committed 11392K, reserved 1048576K

Card table byte_map: [0x00000288683c0000,0x0000028868790000] byte_map_base: 0x0000028867f8d000

Marking Bits: (ParMarkBitMap*) 0x0000000071d0b810
 Begin Bits: [0x0000028868a20000, 0x000002886a888000)
 End Bits:   [0x000002886a888000, 0x000002886c6f0000)

Polling page: 0x0000028857750000

CodeCache: size=245760Kb used=26773Kb max_used=26773Kb free=218986Kb
 bounds [0x0000028859000000, 0x000002885aa50000, 0x0000028868000000]
 total_blobs=9687 nmethods=8233 adapters=1366
 compilation: enabled

Compilation events (10 events):
Event: 60.921 Thread 0x000002886d56d800 10596       3       java.util.logging.LogManager::access$100 (4 bytes)
Event: 60.922 Thread 0x000002886d56d800 nmethod 10596 0x000002885aa41e90 code [0x000002885aa41fe0, 0x000002885aa42118]
Event: 60.922 Thread 0x000002886d56d800 10597       3       java.util.logging.LogManager$LoggerContext::requiresDefaultLoggers (29 bytes)
Event: 60.922 Thread 0x000002886d56d800 nmethod 10597 0x000002885aa41810 code [0x000002885aa41980, 0x000002885aa41db0]
Event: 60.924 Thread 0x000002886d56d800 10598       3       java.util.Hashtable$Enumerator::next (27 bytes)
Event: 60.924 Thread 0x000002886d56d800 nmethod 10598 0x000002885aa41290 code [0x000002885aa41420, 0x000002885aa416c0]
Event: 60.924 Thread 0x000002886d56d800 10599       3       org.apache.logging.log4j.core.config.AbstractConfiguration::getLoggerConfig (56 bytes)
Event: 60.926 Thread 0x000002886d56d800 nmethod 10599 0x000002885aa3b510 code [0x000002885aa3b700, 0x000002885aa3c250]
Event: 60.926 Thread 0x000002886d56d800 10600       3       org.apache.logging.log4j.core.Logger$PrivateConfig::<init> (56 bytes)
Event: 60.927 Thread 0x000002886d56d800 nmethod 10600 0x000002885aa3aa50 code [0x000002885aa3abe0, 0x000002885aa3b2a0]

GC Heap History (10 events):
Event: 56.906 GC heap before
{Heap before GC invocations=86 (full 6):
 PSYoungGen      total 229376K, used 229120K [0x00000000d7780000, 0x00000000ffa00000, 0x0000000100000000)
  eden space 221696K, 100% used [0x00000000d7780000,0x00000000e5000000,0x00000000e5000000)
  from space 7680K, 96% used [0x00000000e5000000,0x00000000e5740050,0x00000000e5780000)
  to   space 216576K, 0% used [0x00000000f2680000,0x00000000f2680000,0x00000000ffa00000)
 ParOldGen       total 731136K, used 484062K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 66% used [0x0000000086600000,0x00000000a3eb7b10,0x00000000b3000000)
 Metaspace       used 68229K, capacity 74304K, committed 74496K, reserved 1112064K
  class space    used 9674K, capacity 11262K, committed 11264K, reserved 1048576K
Event: 56.937 GC heap after
Heap after GC invocations=86 (full 6):
 PSYoungGen      total 446464K, used 7516K [0x00000000d7780000, 0x0000000100000000, 0x0000000100000000)
  eden space 229888K, 0% used [0x00000000d7780000,0x00000000d7780000,0x00000000e5800000)
  from space 216576K, 3% used [0x00000000f2680000,0x00000000f2dd7090,0x00000000ffa00000)
  to   space 211456K, 0% used [0x00000000e5800000,0x00000000e5800000,0x00000000f2680000)
 ParOldGen       total 731136K, used 491382K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 67% used [0x0000000086600000,0x00000000a45ddb50,0x00000000b3000000)
 Metaspace       used 68229K, capacity 74304K, committed 74496K, reserved 1112064K
  class space    used 9674K, capacity 11262K, committed 11264K, reserved 1048576K
}
Event: 58.632 GC heap before
{Heap before GC invocations=87 (full 6):
 PSYoungGen      total 446464K, used 196868K [0x00000000d7780000, 0x0000000100000000, 0x0000000100000000)
  eden space 229888K, 82% used [0x00000000d7780000,0x00000000e306a068,0x00000000e5800000)
  from space 216576K, 3% used [0x00000000f2680000,0x00000000f2dd7090,0x00000000ffa00000)
  to   space 211456K, 0% used [0x00000000e5800000,0x00000000e5800000,0x00000000f2680000)
 ParOldGen       total 731136K, used 491382K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 67% used [0x0000000086600000,0x00000000a45ddb50,0x00000000b3000000)
 Metaspace       used 68376K, capacity 74516K, committed 74624K, reserved 1112064K
  class space    used 9701K, capacity 11326K, committed 11392K, reserved 1048576K
Event: 58.658 GC heap after
Heap after GC invocations=87 (full 6):
 PSYoungGen      total 441344K, used 8508K [0x00000000d7780000, 0x00000000ff300000, 0x0000000100000000)
  eden space 229888K, 0% used [0x00000000d7780000,0x00000000d7780000,0x00000000e5800000)
  from space 211456K, 4% used [0x00000000e5800000,0x00000000e604f0b0,0x00000000f2680000)
  to   space 204800K, 0% used [0x00000000f2b00000,0x00000000f2b00000,0x00000000ff300000)
 ParOldGen       total 731136K, used 491390K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 67% used [0x0000000086600000,0x00000000a45dfb50,0x00000000b3000000)
 Metaspace       used 68376K, capacity 74516K, committed 74624K, reserved 1112064K
  class space    used 9701K, capacity 11326K, committed 11392K, reserved 1048576K
}
Event: 58.658 GC heap before
{Heap before GC invocations=88 (full 7):
 PSYoungGen      total 441344K, used 8508K [0x00000000d7780000, 0x00000000ff300000, 0x0000000100000000)
  eden space 229888K, 0% used [0x00000000d7780000,0x00000000d7780000,0x00000000e5800000)
  from space 211456K, 4% used [0x00000000e5800000,0x00000000e604f0b0,0x00000000f2680000)
  to   space 204800K, 0% used [0x00000000f2b00000,0x00000000f2b00000,0x00000000ff300000)
 ParOldGen       total 731136K, used 491390K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 67% used [0x0000000086600000,0x00000000a45dfb50,0x00000000b3000000)
 Metaspace       used 68376K, capacity 74516K, committed 74624K, reserved 1112064K
  class space    used 9701K, capacity 11326K, committed 11392K, reserved 1048576K
Event: 59.593 GC heap after
Heap after GC invocations=88 (full 7):
 PSYoungGen      total 441344K, used 0K [0x00000000d7780000, 0x00000000ff300000, 0x0000000100000000)
  eden space 229888K, 0% used [0x00000000d7780000,0x00000000d7780000,0x00000000e5800000)
  from space 211456K, 0% used [0x00000000e5800000,0x00000000e5800000,0x00000000f2680000)
  to   space 204800K, 0% used [0x00000000f2b00000,0x00000000f2b00000,0x00000000ff300000)
 ParOldGen       total 731136K, used 173389K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 23% used [0x0000000086600000,0x0000000090f535d0,0x00000000b3000000)
 Metaspace       used 68354K, capacity 74468K, committed 74624K, reserved 1112064K
  class space    used 9693K, capacity 11312K, committed 11392K, reserved 1048576K
}
Event: 59.671 GC heap before
{Heap before GC invocations=89 (full 7):
 PSYoungGen      total 441344K, used 7819K [0x00000000d7780000, 0x00000000ff300000, 0x0000000100000000)
  eden space 229888K, 3% used [0x00000000d7780000,0x00000000d7f22d90,0x00000000e5800000)
  from space 211456K, 0% used [0x00000000e5800000,0x00000000e5800000,0x00000000f2680000)
  to   space 204800K, 0% used [0x00000000f2b00000,0x00000000f2b00000,0x00000000ff300000)
 ParOldGen       total 731136K, used 173389K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 23% used [0x0000000086600000,0x0000000090f535d0,0x00000000b3000000)
 Metaspace       used 68392K, capacity 74550K, committed 74880K, reserved 1112064K
  class space    used 9698K, capacity 11315K, committed 11392K, reserved 1048576K
Event: 59.688 GC heap after
Heap after GC invocations=89 (full 7):
 PSYoungGen      total 433664K, used 4636K [0x00000000d7780000, 0x00000000fe700000, 0x0000000100000000)
  eden space 241152K, 0% used [0x00000000d7780000,0x00000000d7780000,0x00000000e6300000)
  from space 192512K, 2% used [0x00000000f2b00000,0x00000000f2f87308,0x00000000fe700000)
  to   space 198656K, 0% used [0x00000000e6300000,0x00000000e6300000,0x00000000f2500000)
 ParOldGen       total 731136K, used 173389K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 23% used [0x0000000086600000,0x0000000090f535d0,0x00000000b3000000)
 Metaspace       used 68392K, capacity 74550K, committed 74880K, reserved 1112064K
  class space    used 9698K, capacity 11315K, committed 11392K, reserved 1048576K
}
Event: 59.688 GC heap before
{Heap before GC invocations=90 (full 8):
 PSYoungGen      total 433664K, used 4636K [0x00000000d7780000, 0x00000000fe700000, 0x0000000100000000)
  eden space 241152K, 0% used [0x00000000d7780000,0x00000000d7780000,0x00000000e6300000)
  from space 192512K, 2% used [0x00000000f2b00000,0x00000000f2f87308,0x00000000fe700000)
  to   space 198656K, 0% used [0x00000000e6300000,0x00000000e6300000,0x00000000f2500000)
 ParOldGen       total 731136K, used 173389K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 23% used [0x0000000086600000,0x0000000090f535d0,0x00000000b3000000)
 Metaspace       used 68392K, capacity 74550K, committed 74880K, reserved 1112064K
  class space    used 9698K, capacity 11315K, committed 11392K, reserved 1048576K
Event: 60.849 GC heap after
Heap after GC invocations=90 (full 8):
 PSYoungGen      total 433664K, used 0K [0x00000000d7780000, 0x00000000fe700000, 0x0000000100000000)
  eden space 241152K, 0% used [0x00000000d7780000,0x00000000d7780000,0x00000000e6300000)
  from space 192512K, 0% used [0x00000000f2b00000,0x00000000f2b00000,0x00000000fe700000)
  to   space 198656K, 0% used [0x00000000e6300000,0x00000000e6300000,0x00000000f2500000)
 ParOldGen       total 731136K, used 170671K [0x0000000086600000, 0x00000000b3000000, 0x00000000d7780000)
  object space 731136K, 23% used [0x0000000086600000,0x0000000090cabf10,0x00000000b3000000)
 Metaspace       used 68392K, capacity 74550K, committed 74880K, reserved 1112064K
  class space    used 9698K, capacity 11315K, committed 11392K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 58.409 Thread 0x0000028870261800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000028859f4749c method=org.apache.logging.log4j.core.appender.OutputStreamManager.flushBuffer(Ljava/nio/ByteBuffer;)V @ 9
Event: 58.474 Thread 0x000002887025f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000028859ba95ac method=java.util.HashMap.forEach(Ljava/util/function/BiConsumer;)V @ 16
Event: 58.561 Thread 0x000002887025f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000288595ce994 method=java.util.concurrent.CompletableFuture.biRelay(Ljava/util/concurrent/CompletableFuture;Ljava/util/concurrent/CompletableFuture;)Z @ 53
Event: 58.561 Thread 0x000002887025f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000002885a43d07c method=java.util.concurrent.CompletableFuture.biRelay(Ljava/util/concurrent/CompletableFuture;Ljava/util/concurrent/CompletableFuture;)Z @ 53
Event: 60.887 Thread 0x000002885769f800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000028859bbf98c method=org.apache.logging.log4j.util.StringBuilders.trimToMaxSize(Ljava/lang/StringBuilder;I)V @ 9
Event: 60.925 Thread 0x0000028801ccd000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000028859c9d764 method=org.apache.logging.log4j.core.appender.OutputStreamManager.flushBuffer(Ljava/nio/ByteBuffer;)V @ 9
Event: 60.926 Thread 0x0000028801ccd000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000002885a6258c4 method=org.apache.logging.log4j.spi.AbstractLogger.logIfEnabled(Ljava/lang/String;Lorg/apache/logging/log4j/Level;Lorg/apache/logging/log4j/Marker;Ljava/lang/String;Ljava/lang/
Event: 60.926 Thread 0x0000028801ccd000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000002885a6258c4 method=org.apache.logging.log4j.spi.AbstractLogger.logIfEnabled(Ljava/lang/String;Lorg/apache/logging/log4j/Level;Lorg/apache/logging/log4j/Marker;Ljava/lang/String;Ljava/lang/
Event: 60.926 Thread 0x0000028801ccd000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000288596550d8 method=org.apache.logging.log4j.core.AbstractLifeCycle.isStarted()Z @ 7
Event: 60.927 Thread 0x0000028801ccd000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000002885a6258c4 method=org.apache.logging.log4j.spi.AbstractLogger.logIfEnabled(Ljava/lang/String;Lorg/apache/logging/log4j/Level;Lorg/apache/logging/log4j/Marker;Ljava/lang/String;Ljava/lang/

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 58.376 Thread 0x0000028870261000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e274da38) thrown at [J:\jenkins\tmp\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 58.376 Thread 0x0000028872679800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e271fb28) thrown at [J:\jenkins\tmp\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 58.376 Thread 0x000002887267d800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e26e3188) thrown at [J:\jenkins\tmp\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 58.376 Thread 0x0000028872679800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e27204f8) thrown at [J:\jenkins\tmp\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 58.377 Thread 0x0000028872679800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e2720b58) thrown at [J:\jenkins\tmp\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 58.377 Thread 0x0000028872679800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e2721a90) thrown at [J:\jenkins\tmp\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 58.377 Thread 0x0000028872679800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000e2722018) thrown at [J:\jenkins\tmp\workspace\build\src\hotspot\src\share\vm\prims\jni.cpp, line 711]
Event: 58.592 Thread 0x000002885769f800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d789fcd8) thrown at [J:\jenkins\tmp\workspace\build\src\hotspot\src\share\vm\prims\jvm.cpp, line 1523]
Event: 58.592 Thread 0x000002885769f800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d78a00d0) thrown at [J:\jenkins\tmp\workspace\build\src\hotspot\src\share\vm\prims\jvm.cpp, line 1523]
Event: 58.624 Thread 0x000002885769f800 Exception <a 'java/lang/NullPointerException'> (0x00000000e2e84fe8) thrown at [J:\jenkins\tmp\workspace\build\src\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]

Events (10 events):
Event: 60.926 Thread 0x0000028801ccd000 DEOPT PACKING pc=0x000002885a6258c4 sp=0x00000094170feda0
Event: 60.926 Thread 0x0000028801ccd000 DEOPT UNPACKING pc=0x0000028859045583 sp=0x00000094170feda8 mode 2
Event: 60.926 Thread 0x0000028801ccd000 Uncommon trap: trap_request=0xffffff65 fr.pc=0x00000288596550d8
Event: 60.926 Thread 0x0000028801ccd000 DEOPT PACKING pc=0x00000288596550d8 sp=0x00000094170ff070
Event: 60.926 Thread 0x0000028801ccd000 DEOPT UNPACKING pc=0x0000028859045583 sp=0x00000094170ff000 mode 2
Event: 60.927 Thread 0x0000028801ccd000 Uncommon trap: trap_request=0xffffffde fr.pc=0x000002885a6258c4
Event: 60.927 Thread 0x0000028801ccd000 DEOPT PACKING pc=0x000002885a6258c4 sp=0x00000094170fefb0
Event: 60.927 Thread 0x0000028801ccd000 DEOPT UNPACKING pc=0x0000028859045583 sp=0x00000094170fefb8 mode 2
Event: 60.927 Thread 0x0000028801ccd000 Thread exited: 0x0000028801ccd000
Event: 60.929 Executing VM operation: Exit


Dynamic libraries:
0x00007ff71e460000 - 0x00007ff71e49a000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\bin\javaw.exe
0x00007fffdea60000 - 0x00007fffdec50000     C:\windows\SYSTEM32\ntdll.dll
0x00007fffddba0000 - 0x00007fffddc52000     C:\windows\System32\KERNEL32.DLL
0x00007fffdbe10000 - 0x00007fffdc0b5000     C:\windows\System32\KERNELBASE.dll
0x00007fffde360000 - 0x00007fffde403000     C:\windows\System32\ADVAPI32.dll
0x00007fffdd5e0000 - 0x00007fffdd67e000     C:\windows\System32\msvcrt.dll
0x00007fffddb00000 - 0x00007fffddb97000     C:\windows\System32\sechost.dll
0x00007fffde6f0000 - 0x00007fffde80f000     C:\windows\System32\RPCRT4.dll
0x00007fffdcb10000 - 0x00007fffdcca4000     C:\windows\System32\USER32.dll
0x00007fffdbd20000 - 0x00007fffdbd41000     C:\windows\System32\win32u.dll
0x00007fffde890000 - 0x00007fffde8b6000     C:\windows\System32\GDI32.dll
0x00007fffdc0c0000 - 0x00007fffdc258000     C:\windows\System32\gdi32full.dll
0x00007fffdbd70000 - 0x00007fffdbe0e000     C:\windows\System32\msvcp_win.dll
0x00007fffdc260000 - 0x00007fffdc35a000     C:\windows\System32\ucrtbase.dll
0x00007fffb7cb0000 - 0x00007fffb7f34000     C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.1379_none_9e7ff3b3e45cc0c4\COMCTL32.dll
0x00007fffdde80000 - 0x00007fffde1b7000     C:\windows\System32\combase.dll
0x00007fffdba90000 - 0x00007fffdbb11000     C:\windows\System32\bcryptPrimitives.dll
0x00007fffde330000 - 0x00007fffde35e000     C:\windows\System32\IMM32.DLL
0x00007fff9d890000 - 0x00007fff9d97f000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\msvcr120.dll
0x00007fff9d7e0000 - 0x00007fff9d886000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\msvcp120.dll
0x0000000071520000 - 0x0000000071d8a000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\server\jvm.dll
0x00007fffdccb0000 - 0x00007fffdccb8000     C:\windows\System32\PSAPI.DLL
0x00007fffd4870000 - 0x00007fffd487a000     C:\windows\SYSTEM32\VERSION.dll
0x00007fffd8580000 - 0x00007fffd85a4000     C:\windows\SYSTEM32\WINMM.dll
0x00007fffc73c0000 - 0x00007fffc73c9000     C:\windows\SYSTEM32\WSOCK32.dll
0x00007fffdde10000 - 0x00007fffdde7f000     C:\windows\System32\WS2_32.dll
0x00007fffd8550000 - 0x00007fffd857d000     C:\windows\SYSTEM32\WINMMBASE.dll
0x00007fffdbcd0000 - 0x00007fffdbd1a000     C:\windows\System32\cfgmgr32.dll
0x00007fffd67e0000 - 0x00007fffd67ef000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\verify.dll
0x00007fffcc2b0000 - 0x00007fffcc2d9000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\java.dll
0x00007fffcb110000 - 0x00007fffcb126000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\zip.dll
0x00007fffdccc0000 - 0x00007fffdd3a8000     C:\windows\System32\SHELL32.dll
0x00007fffde570000 - 0x00007fffde617000     C:\windows\System32\shcore.dll
0x00007fffdc390000 - 0x00007fffdcb0b000     C:\windows\System32\windows.storage.dll
0x00007fffdb9b0000 - 0x00007fffdb9d3000     C:\windows\System32\profapi.dll
0x00007fffdb960000 - 0x00007fffdb9aa000     C:\windows\System32\powrprof.dll
0x00007fffdb910000 - 0x00007fffdb920000     C:\windows\System32\UMPDC.dll
0x00007fffde1c0000 - 0x00007fffde212000     C:\windows\System32\shlwapi.dll
0x00007fffdb940000 - 0x00007fffdb951000     C:\windows\System32\kernel.appcore.dll
0x00007fffdbd50000 - 0x00007fffdbd67000     C:\windows\System32\cryptsp.dll
0x00007fffd83a0000 - 0x00007fffd83ad000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\management.dll
0x00007fffca860000 - 0x00007fffca87a000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\net.dll
0x00007fffdb0f0000 - 0x00007fffdb157000     C:\windows\system32\mswsock.dll
0x00007fffa6ff0000 - 0x00007fffa7006000     C:\windows\system32\napinsp.dll
0x00007fff98be0000 - 0x00007fff98bfa000     C:\windows\system32\pnrpnsp.dll
0x00007fffdae40000 - 0x00007fffdaf0b000     C:\windows\SYSTEM32\DNSAPI.dll
0x00007fffddaf0000 - 0x00007fffddaf8000     C:\windows\System32\NSI.dll
0x00007fffdae00000 - 0x00007fffdae3a000     C:\windows\SYSTEM32\IPHLPAPI.DLL
0x00007fffc2b10000 - 0x00007fffc2b1e000     C:\windows\System32\winrnr.dll
0x00007fffd6df0000 - 0x00007fffd6e0c000     C:\windows\system32\NLAapi.dll
0x00007fffd6dc0000 - 0x00007fffd6dd5000     C:\windows\system32\wshbth.dll
0x00007fffd4880000 - 0x00007fffd488a000     C:\Windows\System32\rasadhlp.dll
0x00007fffd4360000 - 0x00007fffd43d7000     C:\windows\System32\fwpuclnt.dll
0x00007fffdc360000 - 0x00007fffdc386000     C:\windows\System32\bcrypt.dll
0x00007fffca840000 - 0x00007fffca852000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\nio.dll
0x00007fffc1b00000 - 0x00007fffc1b23000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\sunec.dll
0x00007fffdac70000 - 0x00007fffdaca3000     C:\windows\system32\rsaenh.dll
0x00007fffdb830000 - 0x00007fffdb855000     C:\windows\SYSTEM32\USERENV.dll
0x00007fffdb2c0000 - 0x00007fffdb2cc000     C:\windows\SYSTEM32\CRYPTBASE.dll
0x00007fffd4a70000 - 0x00007fffd4a86000     C:\windows\SYSTEM32\dhcpcsvc6.DLL
0x00007fffd4890000 - 0x00007fffd48ac000     C:\windows\SYSTEM32\dhcpcsvc.DLL
0x00007fff9d760000 - 0x00007fff9d7d2000     C:\Users\panda\AppData\Local\Temp\lwjglpanda\3.2.2-build-10\lwjgl.dll
0x00007fff88a60000 - 0x00007fff88cb1000     C:\Users\panda\AppData\Local\Temp\lwjglpanda\3.2.2-build-10\jemalloc.dll
0x00007fffb6b80000 - 0x00007fffb6bde000     C:\Users\panda\AppData\Local\Temp\lwjglpanda\3.2.2-build-10\glfw.dll
0x00007fffd9c40000 - 0x00007fffd9cd9000     C:\windows\system32\uxtheme.dll
0x00007fffa2930000 - 0x00007fffa2973000     C:\windows\SYSTEM32\dinput8.dll
0x00007fffcbba0000 - 0x00007fffcbbb1000     C:\windows\SYSTEM32\xinput1_4.dll
0x00007fffdb6f0000 - 0x00007fffdb71a000     C:\windows\SYSTEM32\DEVOBJ.dll
0x00007fffda230000 - 0x00007fffda25d000     C:\windows\SYSTEM32\dwmapi.dll
0x00007fffcc180000 - 0x00007fffcc29c000     C:\windows\SYSTEM32\inputhost.dll
0x00007fffd8260000 - 0x00007fffd8350000     C:\windows\SYSTEM32\PROPSYS.dll
0x00007fffd94f0000 - 0x00007fffd95c4000     C:\windows\SYSTEM32\CoreMessaging.dll
0x00007fffd7030000 - 0x00007fffd7182000     C:\windows\SYSTEM32\wintypes.dll
0x00007fffd75d0000 - 0x00007fffd78fa000     C:\windows\SYSTEM32\CoreUIComponents.dll
0x00007fffde620000 - 0x00007fffde6e5000     C:\windows\System32\OLEAUT32.dll
0x00007fffda950000 - 0x00007fffda981000     C:\windows\SYSTEM32\ntmarta.dll
0x00007fffde8e0000 - 0x00007fffdea15000     C:\windows\System32\MSCTF.dll
0x00007fffda4f0000 - 0x00007fffda4fe000     C:\windows\SYSTEM32\HID.DLL
0x00007fffdd680000 - 0x00007fffddaf0000     C:\windows\System32\SETUPAPI.DLL
0x00007fffdbc70000 - 0x00007fffdbccc000     C:\windows\System32\WINTRUST.dll
0x00007fffdb920000 - 0x00007fffdb932000     C:\windows\System32\MSASN1.dll
0x00007fffdbb20000 - 0x00007fffdbc6a000     C:\windows\System32\CRYPT32.dll
0x00007fffbe7c0000 - 0x00007fffbe916000     C:\windows\SYSTEM32\opengl32.dll
0x00007fffc9000000 - 0x00007fffc902c000     C:\windows\SYSTEM32\GLU32.dll
0x00007fffda550000 - 0x00007fffda570000     C:\windows\SYSTEM32\dxcore.dll
0x00007fff78260000 - 0x00007fff79267000     C:\windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_dc16e5f1dbf8051f\ig11icd64.dll
0x00007fffdd480000 - 0x00007fffdd5d7000     C:\windows\System32\ole32.dll
0x00007fffda5e0000 - 0x00007fffda6cb000     C:\windows\system32\dxgi.dll
0x00007fffd14d0000 - 0x00007fffd170f000     C:\windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_dc16e5f1dbf8051f\igdgmm64.dll
0x00007fffce800000 - 0x00007fffd1462000     C:\windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_dc16e5f1dbf8051f\igc64.dll
0x00007fff86b10000 - 0x00007fff86f25000     C:\windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_dc16e5f1dbf8051f\igdml64.dll
0x00007fff9cf60000 - 0x00007fff9cfdf000     C:\Users\panda\AppData\Local\Temp\lwjglpanda\3.2.2-build-10\lwjgl_stb.dll
0x00007fffd69c0000 - 0x00007fffd6a6e000     C:\windows\SYSTEM32\mscms.dll
0x00007fffd69a0000 - 0x00007fffd69b7000     C:\windows\SYSTEM32\ColorAdapterClient.dll
0x00007fffd5f90000 - 0x00007fffd5fd3000     C:\windows\SYSTEM32\icm32.dll
0x00007fffd45a0000 - 0x00007fffd463d000     C:\windows\System32\TextInputFramework.dll
0x00007fffc0380000 - 0x00007fffc0627000     C:\windows\System32\iertutil.dll
0x00007fffc4590000 - 0x00007fffc45f5000     C:\windows\system32\Oleacc.dll
0x00007fffa0bc0000 - 0x00007fffa0c18000     C:\Users\panda\AppData\Local\Temp\lwjglpanda\3.2.2-build-10\lwjgl_opengl.dll
0x00007fff9c530000 - 0x00007fff9c572000     C:\Users\panda\AppData\Local\Temp\jna-106432986\jna7446267724859577491.dll
0x00007fffb6ca0000 - 0x00007fffb6cba000     C:\Users\panda\Downloads\ModPractice\build\natives\SAPIWrapper_x64.dll
0x00007fffde220000 - 0x00007fffde2c2000     C:\windows\System32\clbcatq.dll
0x00007fffaa740000 - 0x00007fffaa8c0000     C:\windows\System32\Speech\Common\sapi.dll
0x00007fffd4690000 - 0x00007fffd46ac000     C:\windows\SYSTEM32\MSACM32.dll
0x00007fffd4680000 - 0x00007fffd468b000     C:\windows\SYSTEM32\msdmo.dll
0x00007fffd51e0000 - 0x00007fffd5252000     C:\windows\System32\MMDevApi.dll
0x00007fffcd050000 - 0x00007fffcd05c000     C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\jre\bin\sunmscapi.dll
0x00007fffdb3c0000 - 0x00007fffdb3e6000     C:\windows\SYSTEM32\ncrypt.dll
0x00007fffdb380000 - 0x00007fffdb3bb000     C:\windows\SYSTEM32\NTASN1.dll
0x00007fffce600000 - 0x00007fffce7f4000     C:\windows\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Dforge.logging.console.level=debug -Dforge.logging.markers=SCAN,REGISTRIES,REGISTRYDUMP -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Dos.name=Windows 10 -Dos.version=10.0 -Djava.library.path=C:\Users\panda\Downloads\ModPractice\build\natives;C:\Users\panda\Downloads\ModPractice\build\natives;C:\Users\panda\Downloads\ModPractice\build\natives;C:\Users\panda\Downloads\ModPractice\build\natives -Dfile.encoding=Cp1252 
java_command: net.minecraftforge.userdev.LaunchTesting
java_class_path (initial): C:\Users\panda\Downloads\ModPractice\bin\main;C:\Users\panda\Downloads\ModPractice\bin\test;C:\Users\panda\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1\forge-1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1-recomp.jar;C:\Users\panda\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1\forge-1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1-launcher.jar;C:\Users\panda\.gradle\caches\forge_gradle\minecraft_repo\versions\1.15.2\client-extra.jar;C:\Users\panda\.gradle\caches\modules-2\files-2.1\net.minecraftforge\eventbus\2.2.0\e663ad1f795b81da8a132c8fde40580b05c2343d\eventbus-2.2.0-service.jar;C:\Users\panda\.gradle\caches\modules-2\files-2.1\net.minecraftforge\coremods\2.0.3\9e3f5323f6a2c3ac04fa27481cbeeb48f89757bd\coremods-2.0.3.jar;C:\Users\panda\.gradle\caches\modules-2\files-2.1\net.minecraftforge\forgespi\2.1.2\867d339ca81f375c560da6d37084066e7f537f15\forgespi-2.1.2.jar;C:\Users\panda\.gradle\caches\modules-2\files-2.1\net.minecraftforge\accesstransformers\2.1.1\1d1e439ef345ab5fd76df679de70a0c35f03bf4a\accesstransformers-2.1.1-shadowed.jar;C:\Users\panda\.gradle\caches\modules-2\files-2.1\cpw.mods\modlauncher\5.1.2\42f764429585b8a12ba42d43a02c0c9018710052\modlauncher-5.1.2.jar;C:\Users\panda\.gradle\caches\modules-2\files-2.1\cpw.mods\modlauncher\5.1.2\63c817b0e96e6accbb602e7de7c938fc444025f3\modlauncher-5.1.2-api.jar;C:\Users\panda\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\3.0.2\25ea2e8b0c338a877313bd4672d3fe056ea78f0d\jsr305-3.0.2.jar;C:\Users\panda\.gradle\caches\modules-2\files-2.1\net.minecraftforge\mergetool\1.0.9\d1e1ba354a40b5703340b5cb02fdca489cff3646\mergetool-1.0.9-api.jar;C:\Users\panda\.gradle\caches\forge_gradle\maven_downloader\de\oceanlabs\mcp\mcp_snapshot\20200514-1.15.1\mcp_snapshot-20200514-1.15.1.zip;C:\Users\panda\.gradle\caches\modules-2\files-2.1\org.ow2.as
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_281
PATH=C:/Program Files/AdoptOpenJDK/jdk-8.0.282.8-hotspot/bin/../jre/bin/server;C:/Program Files/AdoptOpenJDK/jdk-8.0.282.8-hotspot/bin/../jre/bin;C:/Program Files/AdoptOpenJDK/jdk-8.0.282.8-hotspot/bin/../jre/lib/amd64;C:\Program Files\AdoptOpenJDK\jdk-8.0.282.8-hotspot\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\OpenSSH\;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files\Java\jdk1.8.0_281\bin;C:\Users\panda\AppData\Local\Microsoft\WindowsApps;C:\Users\panda\AppData\Local\atom\bin;C:\Users\panda\Desktop;
USERNAME=panda
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 126 Stepping 5, GenuineIntel

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

OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.1350)

CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 126 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx

Memory: 4k page, physical 7964836k(415848k free), swap 17926308k(5576400k free)

vm_info: OpenJDK 64-Bit Server VM (25.282-b08) for windows-amd64 JRE (1.8.0_282-b08), built on Jan 20 2021 11:42:17 by "jenkins" with MS VC++ 12.0 (VS2013)

time: Wed Mar 03 15:40:52 2021
timezone: Central Standard Time
elapsed time: 61.410143 seconds (0d 0h 1m 1s)

Link to comment
Share on other sites

5 hours ago, ThisIsNotOriginal said:

when i run it the game gets terminated and doesnt give me a log except the one i provided

can you show your class which contains your deferred registries

 

tip: there is a function (here in the forum) to add code, logs, etc. to a post (<>).

Link to comment
Share on other sites

9 hours ago, ThisIsNotOriginal said:

idk where that is this si the only file it shows me

 

the log file can be found in the "run/logs/debug.log" or "run/logs/latest.log".
 

also, the code that @Luis_ST asked would be usefull.

3 hours ago, Luis_ST said:

can you show your class which contains your deferred registries

 

tip: there is a function (here in the forum) to add code, logs, etc. to a post (<>).

 

Link to comment
Share on other sites

6 minutes ago, diesieben07 said:

Post all of your code, ideally as a Git repo.

All of it. If you don't have a repo, please make one. Everything will be easier.

How to ask a good coding question: https://stackoverflow.com/help/how-to-ask

Give logs, code, desired effects, and actual effects. Be thorough or we can't help you. Don't post code without putting it in a code block (the <> button on the post - select "C-type Language"): syntax highlighting makes everything easier, and it keeps the post tidy.

 

My own mod, Magiks Most Evile: GitHub (https://github.com/GenElectrovise/MagiksMostEvile) Wiki (https://magiksmostevile.fandom.com/wiki/Magiks_Most_Evile_Wiki)

Edit your own signature at https://www.minecraftforge.net/forum/settings/signature/

Link to comment
Share on other sites

Because you changed BOTH of them.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

You Need to Change 

 

public static final RegistryObject<Item> COPPER_ORE = ITEMS.register("copper_ore", () -> new Item(new Item.Properties().group(ItemGroup.MISC)));

 

To 

 

public static final RegistryObject<Item> COPPER_ORE = ITEMS.register("copper_ore", () -> new BlockItem(BlockList.COPPER_ORE.get(),new Item.Properties().group(ItemGroup.MISC)));

 

Link to comment
Share on other sites

  

1 minute ago, UserMC123 said:

You Need to Change 

 

public static final RegistryObject<Item> COPPER_ORE = ITEMS.register("copper_ore", () -> new Item(new Item.Properties().group(ItemGroup.MISC)));

 

To 

 

public static final RegistryObject<Item> COPPER_ORE = ITEMS.register("copper_ore", () -> new BlockItem(BlockList.COPPER_ORE.get(),new Item.Properties().group(ItemGroup.MISC)));

 

 

No, because he has this already:
https://github.com/hakerman74/ModPractice/blob/main/main.java#L50-L55

Edited by Draco18s

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

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.