Версия Minecraft
1.7.10

tox1cozZ

aka Agravaine
8,454
598
2,890
Пытаюсь рендерить модель в IItemRenderer:
Java:
public void render(){
        GL30.glBindVertexArray(model.getVaoID());
        GL20.glEnableVertexAttribArray(0);
        GL20.glEnableVertexAttribArray(1);
        GL20.glEnableVertexAttribArray(2);
        GL13.glActiveTexture(GL13.GL_TEXTURE0);
        GL11.glBindTexture(GL11.GL_TEXTURE_2D, texture.getTextureID());
        GL11.glDrawElements(GL11.GL_TRIANGLES, model.getVertexCount(), GL11.GL_UNSIGNED_INT, 0);
        GL20.glDisableVertexAttribArray(0);
        GL20.glDisableVertexAttribArray(1);
        GL20.glDisableVertexAttribArray(2);
        GL30.glBindVertexArray(0);
    }
Но игра сразу же крашится.
Тут как-то замешан Tessellator?
Java:
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 4797  org.lwjgl.opengl.GL11.nglDrawArrays(IIIJ)V (0 bytes) @ 0x0000000003bc0dce [0x0000000003bc0d80+0x4e]
J 6435 C1 net.minecraft.client.renderer.Tessellator.draw()I (405 bytes) @ 0x00000000040e213c [0x00000000040df1c0+0x2f7c]
j  net.minecraft.client.LoadingScreenRenderer.setLoadingProgress(I)V+302
j  net.minecraft.client.LoadingScreenRenderer.resetProgresAndWorkingMessage(Ljava/lang/String;)V+37
j  net.minecraft.client.Minecraft.loadWorld(Lnet/minecraft/client/multiplayer/WorldClient;Ljava/lang/String;)V+77
j  net.minecraft.client.Minecraft.loadWorld(Lnet/minecraft/client/multiplayer/WorldClient;)V+5
j  net.minecraft.client.Minecraft.freeMemory()V+32
j  net.minecraft.client.Minecraft.run()V+128
j  net.minecraft.client.main.Main.main([Ljava/lang/String;)V+998
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.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+663
j  net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
j  net.minecraftforge.gradle.GradleStartCommon.launch([Ljava/lang/String;)V+181
j  GradleStart.main([Ljava/lang/String;)V+11
v  ~StubRoutines::call_stub
 
Краш-лог
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001d43f3c2, pid=968, tid=0x00000000000008f0
#
# JRE version: Java(TM) SE Runtime Environment (8.0_192-b12) (build 1.8.0_192-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.192-b12 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x000000001d43f3c2
#
# 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 (0x0000000002a18000): JavaThread "Client thread" [_thread_in_native, id=2288, stack(0x00000000028b0000,0x00000000029b0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:
RAX=0x000000002ff32c30, RBX=0x000000001fb50000, RCX=0x0000000000000000, RDX=0x0000000000000004
RSP=0x00000000029ae250, RBP=0x0000000022116040, RSI=0x0000000000000000, RDI=0x0000000000000000
R8 =0x0000000000000000, R9 =0x0000000000000004, R10=0x0000000022116040, R11=0x00000000029ac5c0
R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000007, R15=0x000000002ff32c30
RIP=0x000000001d43f3c2, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x00000000029ae250)
0x00000000029ae250: 0000000000884104 0000000000000000
0x00000000029ae260: 0000000000000004 000000001fb50000
0x00000000029ae270: 0000000022116040 000000006cf5f949
0x00000000029ae280: 000000001fb50000 0000000022116040
0x00000000029ae290: 0000000000000004 000000001fb50000
0x00000000029ae2a0: 00000000029ae310 000000006cf84a5a
0x00000000029ae2b0: 0000000022116040 000000001fbac918
0x00000000029ae2c0: 0000000000000007 0000000022116040
0x00000000029ae2d0: 0000000000000004 0000000000000000
0x00000000029ae2e0: 000000001fb50000 000000006cf5c21d
0x00000000029ae2f0: 000000001fb50000 0000000000000000
0x00000000029ae300: 0000000000200000 0000000002a18000
0x00000000029ae310: 0008000000884104 0080000000000000
0x00000000029ae320: 0000000000000001 000000006cb1695c
0x00000000029ae330: 000000001fb50000 0000000000000080
0x00000000029ae340: 0000000000000000 0000000000000007

Instructions: (pc=0x000000001d43f3c2)
0x000000001d43f3a2: 8b d1 48 be f0 d3 ba 1f 00 00 00 00 48 8b 36 48
0x000000001d43f3b2: 8b b6 08 03 00 00 48 8b f9 48 c1 e7 04 48 03 f7
0x000000001d43f3c2: 8b 3e 8b 6e 04 89 38 89 68 04 8b 7e 08 8b 6e 0c
0x000000001d43f3d2: 89 78 08 89 68 0c 48 be f0 d3 ba 1f 00 00 00 00


Register to memory mapping:

RAX=0x000000002ff32c30 is an unknown value
RBX=0x000000001fb50000 is pointing into the stack for thread: 0x000000001bdfa000
RCX=0x0000000000000000 is an unknown value
RDX=0x0000000000000004 is an unknown value
RSP=0x00000000029ae250 is pointing into the stack for thread: 0x0000000002a18000
RBP=0x0000000022116040 is an unknown value
RSI=0x0000000000000000 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000004 is an unknown value
R10=0x0000000022116040 is an unknown value
R11=0x00000000029ac5c0 is pointing into the stack for thread: 0x0000000002a18000
R12=0x0000000000000000 is an unknown value
R13=0x0000000000000000 is an unknown value
R14=0x0000000000000007 is an unknown value
R15=0x000000002ff32c30 is an unknown value


Stack: [0x00000000028b0000,0x00000000029b0000], sp=0x00000000029ae250, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x000000001d43f3c2

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 4797 org.lwjgl.opengl.GL11.nglDrawArrays(IIIJ)V (0 bytes) @ 0x0000000003bc0dce [0x0000000003bc0d80+0x4e]
J 6435 C1 net.minecraft.client.renderer.Tessellator.draw()I (405 bytes) @ 0x00000000040e213c [0x00000000040df1c0+0x2f7c]
j net.minecraft.client.LoadingScreenRenderer.setLoadingProgress(I)V+302
j net.minecraft.client.LoadingScreenRenderer.resetProgresAndWorkingMessage(Ljava/lang/String;)V+37
j net.minecraft.client.Minecraft.loadWorld(Lnet/minecraft/client/multiplayer/WorldClient;Ljava/lang/String;)V+77
j net.minecraft.client.Minecraft.loadWorld(Lnet/minecraft/client/multiplayer/WorldClient;)V+5
j net.minecraft.client.Minecraft.freeMemory()V+32
j net.minecraft.client.Minecraft.run()V+128
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+998
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.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+663
j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
j net.minecraftforge.gradle.GradleStartCommon.launch([Ljava/lang/String;)V+181
j GradleStart.main([Ljava/lang/String;)V+11
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
0x0000000044dcd000 JavaThread "File IO Thread" [_thread_blocked, id=5328, stack(0x0000000048c00000,0x0000000048d00000)]
0x0000000044dd0000 JavaThread "pool-2-thread-1" [_thread_blocked, id=1176, stack(0x0000000048b00000,0x0000000048c00000)]
0x0000000044dc9000 JavaThread "Chunk I/O Executor Thread-1" daemon [_thread_blocked, id=5384, stack(0x0000000048900000,0x0000000048a00000)]
0x0000000044dca800 JavaThread "Netty IO #1" daemon [_thread_in_native, id=7160, stack(0x0000000048800000,0x0000000048900000)]
0x0000000044dcc000 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=7096, stack(0x0000000048700000,0x0000000048800000)]
0x0000000044dc8800 JavaThread "Netty IO #0" daemon [_thread_in_native, id=3356, stack(0x0000000048600000,0x0000000048700000)]
0x0000000044dcb800 JavaThread "Server thread" [_thread_blocked, id=6080, stack(0x0000000048500000,0x0000000048600000)]
0x000000001bdf9800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=7020, stack(0x0000000048400000,0x0000000048500000)]
0x000000001bdfb800 JavaThread "Thread-11" [_thread_blocked, id=6296, stack(0x0000000048100000,0x0000000048200000)]
0x000000001bdfb000 JavaThread "Thread-10" [_thread_blocked, id=6728, stack(0x0000000048000000,0x0000000048100000)]
0x000000001bdf8800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4576, stack(0x00000000301c0000,0x00000000302c0000)]
0x000000001bdf7000 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=5576, stack(0x000000002d890000,0x000000002d990000)]
0x000000001bdf6000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5260, stack(0x0000000023d30000,0x0000000023e30000)]
0x000000001bdfc800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6716, stack(0x0000000023930000,0x0000000023a30000)]
0x000000001bdfa000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6592, stack(0x000000001fa50000,0x000000001fb50000)]
0x00000000194a5000 JavaThread "Service Thread" daemon [_thread_blocked, id=4064, stack(0x000000001ab10000,0x000000001ac10000)]
0x0000000019491000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=2028, stack(0x000000001a210000,0x000000001a310000)]
0x0000000019490000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=4596, stack(0x000000001a110000,0x000000001a210000)]
0x00000000194a8800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=592, stack(0x000000001a010000,0x000000001a110000)]
0x000000001912d800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=3692, stack(0x0000000019f10000,0x000000001a010000)]
0x000000001912c800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=3864, stack(0x0000000019e10000,0x0000000019f10000)]
0x000000001911f000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=3144, stack(0x0000000019d10000,0x0000000019e10000)]
0x0000000019113000 JavaThread "Attach Listener" daemon [_thread_blocked, id=7068, stack(0x00000000198d0000,0x00000000199d0000)]
0x0000000019112800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5304, stack(0x00000000197d0000,0x00000000198d0000)]
0x00000000186dd800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=2752, stack(0x00000000196d0000,0x00000000197d0000)]
0x0000000019100800 JavaThread "Finalizer" daemon [_thread_blocked, id=4340, stack(0x00000000194e0000,0x00000000195e0000)]
0x00000000186d2000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4188, stack(0x0000000018fe0000,0x00000000190e0000)]
=>0x0000000002a18000 JavaThread "Client thread" [_thread_in_native, id=2288, stack(0x00000000028b0000,0x00000000029b0000)]

Other Threads:
0x00000000186c5000 VMThread [stack: 0x0000000018ee0000,0x0000000018fe0000] [id=2660]
0x00000000194dd800 WatcherThread [stack: 0x000000001ac10000,0x000000001ad10000] [id=5924]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

heap address: 0x00000006fe800000, size: 3096 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000

Heap:
par new generation total 306688K, used 7853K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 2% used [0x00000006fe800000, 0x00000006fefab688, 0x000000070f240000)
from space 34048K, 0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
to space 34048K, 0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
concurrent mark-sweep generation total 2829568K, used 81714K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 39480K, capacity 39829K, committed 40192K, reserved 1085440K
class space used 4709K, capacity 4813K, committed 4864K, reserved 1048576K

Card table byte_map: [0x0000000012400000,0x0000000012a10000] byte_map_base: 0x000000000ec0c000

Marking Bits: (CMSBitMap*) 0x0000000002a6ffe8
Bits: [0x00000000133c0000, 0x0000000015eed000)

Mod Union Table: (CMSBitMap*) 0x0000000002a700a8
Bits: [0x0000000015ef0000, 0x0000000015f9cb40)

Polling page: 0x0000000000b70000

CodeCache: size=245760Kb used=21152Kb max_used=21423Kb free=224607Kb
bounds [0x0000000002c40000, 0x0000000004180000, 0x0000000011c40000]
total_blobs=6007 nmethods=5214 adapters=712
compilation: enabled

Compilation events (10 events):
Event: 22.578 Thread 0x0000000019491000 6571 2 net.minecraft.nbt.NBTTagCompound::setTag (13 bytes)
Event: 22.578 Thread 0x0000000019491000 nmethod 6571 0x0000000003d04f90 code [0x0000000003d05100, 0x0000000003d052a8]
Event: 22.578 Thread 0x0000000019491000 6572 2 com.google.common.collect.MapMakerInternalMap$Segment::getFirst (21 bytes)
Event: 22.578 Thread 0x0000000019491000 nmethod 6572 0x0000000003d04a90 code [0x0000000003d04c00, 0x0000000003d04e28]
Event: 22.578 Thread 0x0000000019491000 6574 2 com.google.common.collect.MapMakerInternalMap$Segment::getEntry (80 bytes)
Event: 22.582 Thread 0x0000000019491000 nmethod 6574 0x0000000003c4d9d0 code [0x0000000003c4dbc0, 0x0000000003c4e1c8]
Event: 22.582 Thread 0x0000000019491000 6573 1 com.google.common.cache.LocalCache$2::peek (2 bytes)
Event: 22.582 Thread 0x0000000019491000 nmethod 6573 0x0000000003210910 code [0x0000000003210a60, 0x0000000003210b70]
Event: 22.582 Thread 0x0000000019491000 6576 % 3 net.minecraft.network.play.server.S21PacketChunkData::func_149269_a @ 291 (627 bytes)
Event: 22.584 Thread 0x0000000019491000 nmethod 6576% 0x00000000033ea7d0 code [0x00000000033eab20, 0x00000000033ecd68]

GC Heap History (10 events):
Event: 19.325 GC heap before
{Heap before GC invocations=9 (full 4):
par new generation total 306688K, used 84720K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 27% used [0x00000006fe800000, 0x0000000703116be0, 0x000000070f240000)
from space 34048K, 29% used [0x000000070f240000, 0x000000070fbe5540, 0x0000000711380000)
to space 34048K, 0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
concurrent mark-sweep generation total 2829568K, used 71865K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 32405K, capacity 32729K, committed 33280K, reserved 1079296K
class space used 3943K, capacity 4037K, committed 4096K, reserved 1048576K
Event: 19.425 GC heap after
Heap after GC invocations=10 (full 5):
par new generation total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
from space 34048K, 0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
to space 34048K, 0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
concurrent mark-sweep generation total 2829568K, used 62271K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 32405K, capacity 32729K, committed 33280K, reserved 1079296K
class space used 3943K, capacity 4037K, committed 4096K, reserved 1048576K
}
Event: 19.425 GC heap before
{Heap before GC invocations=10 (full 5):
par new generation total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
from space 34048K, 0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
to space 34048K, 0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
concurrent mark-sweep generation total 2829568K, used 62271K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 32405K, capacity 32729K, committed 33280K, reserved 1079296K
class space used 3943K, capacity 4037K, committed 4096K, reserved 1048576K
Event: 19.496 GC heap after
Heap after GC invocations=11 (full 6):
par new generation total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
from space 34048K, 0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
to space 34048K, 0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
concurrent mark-sweep generation total 2829568K, used 62271K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 32405K, capacity 32729K, committed 33280K, reserved 1079296K
class space used 3943K, capacity 4037K, committed 4096K, reserved 1048576K
}
Event: 21.085 GC heap before
{Heap before GC invocations=11 (full 7):
par new generation total 306688K, used 252649K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 92% used [0x00000006fe800000, 0x000000070deba768, 0x000000070f240000)
from space 34048K, 0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
to space 34048K, 0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
concurrent mark-sweep generation total 2829568K, used 61879K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 36305K, capacity 36647K, committed 37120K, reserved 1081344K
class space used 4417K, capacity 4508K, committed 4608K, reserved 1048576K
Event: 21.099 GC heap after
Heap after GC invocations=12 (full 7):
par new generation total 306688K, used 26643K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
from space 34048K, 78% used [0x0000000711380000, 0x0000000712d84e58, 0x00000007134c0000)
to space 34048K, 0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
concurrent mark-sweep generation total 2829568K, used 61879K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 36305K, capacity 36647K, committed 37120K, reserved 1081344K
class space used 4417K, capacity 4508K, committed 4608K, reserved 1048576K
}
Event: 22.343 GC heap before
{Heap before GC invocations=12 (full 7):
par new generation total 306688K, used 296035K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 98% used [0x00000006fe800000, 0x000000070ef140f8, 0x000000070f240000)
from space 34048K, 78% used [0x0000000711380000, 0x0000000712d84e58, 0x00000007134c0000)
to space 34048K, 0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
concurrent mark-sweep generation total 2829568K, used 61879K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 39432K, capacity 39835K, committed 40192K, reserved 1085440K
class space used 4705K, capacity 4812K, committed 4864K, reserved 1048576K
Event: 22.479 GC heap after
Heap after GC invocations=13 (full 8):
par new generation total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
from space 34048K, 0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
to space 34048K, 0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
concurrent mark-sweep generation total 2829568K, used 81714K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 39424K, capacity 39823K, committed 40192K, reserved 1085440K
class space used 4704K, capacity 4810K, committed 4864K, reserved 1048576K
}
Event: 22.479 GC heap before
{Heap before GC invocations=13 (full 8):
par new generation total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
from space 34048K, 0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
to space 34048K, 0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
concurrent mark-sweep generation total 2829568K, used 81714K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 39424K, capacity 39823K, committed 40192K, reserved 1085440K
class space used 4704K, capacity 4810K, committed 4864K, reserved 1048576K
Event: 22.566 GC heap after
Heap after GC invocations=14 (full 9):
par new generation total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
eden space 272640K, 0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
from space 34048K, 0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
to space 34048K, 0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
concurrent mark-sweep generation total 2829568K, used 81714K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
Metaspace used 39424K, capacity 39823K, committed 40192K, reserved 1085440K
class space used 4704K, capacity 4810K, committed 4864K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 22.262 Thread 0x0000000002a18000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000391d06c method=net.minecraft.nbt.NBTTagCompound.func_152449_a(BLjava/lang/String;Ljava/io/DataInput;ILnet/minecraft/nbt/NBTSizeTracker;)Lnet/minecraft/nbt/NBTBase; @ 5
Event: 22.267 Thread 0x0000000002a18000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002edc370 method=net.minecraft.client.renderer.RenderGlobal.updateRenderers(Lnet/minecraft/entity/EntityLivingBase;Z)Z @ 93
Event: 22.269 Thread 0x0000000002a18000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004110848 method=net.minecraft.world.ChunkCache.getSkyBlockTypeBrightness(Lnet/minecraft/world/EnumSkyBlock;III)I @ 159
Event: 22.286 Thread 0x0000000002a18000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000003fadb88 method=net.minecraft.client.renderer.RenderGlobal.updateRenderers(Lnet/minecraft/entity/EntityLivingBase;Z)Z @ 485
Event: 22.297 Thread 0x0000000044dcb800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000003fc1244 method=net.minecraft.world.gen.ChunkProviderServer.provideChunk(II)Lnet/minecraft/world/chunk/Chunk; @ 12
Event: 22.305 Thread 0x0000000044dcb800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002dd15ec method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 192
Event: 22.305 Thread 0x0000000044dcb800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002dd15ec method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 192
Event: 22.306 Thread 0x0000000044dcb800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002dd15ec method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 192
Event: 22.306 Thread 0x0000000044dcb800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002dd15ec method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 192
Event: 22.340 Thread 0x0000000002a18000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002eba1c4 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 16

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 22.253 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff876f0) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.257 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff87998) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.265 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff87c40) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.286 Thread 0x0000000002a18000 Implicit null exception at 0x0000000003fabe6d to 0x0000000003fadab7
Event: 22.305 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff87ee8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.310 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff88190) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.317 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff88438) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.317 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff886b8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.328 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff88938) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.328 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff88bb8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]

Events (10 events):
Event: 22.566 Executing VM operation: GenCollectFull done
Event: 22.568 Executing VM operation: CMS_Initial_Mark
Event: 22.568 Executing VM operation: CMS_Initial_Mark done
Event: 22.583 loading class ua/agravaine/huskybigchat/ChatLogger$ArchiveThread
Event: 22.583 loading class ua/agravaine/huskybigchat/ChatLogger$ArchiveThread done
Event: 22.585 Thread 0x0000000002a18000 DEOPT PACKING pc=0x000000000390a5a4 sp=0x00000000029ad510
Event: 22.585 Thread 0x0000000002a18000 DEOPT UNPACKING pc=0x0000000002c87890 sp=0x00000000029ad2c8 mode 1
Event: 22.585 Thread 0x0000000002a18000 DEOPT PACKING pc=0x000000000390a5a4 sp=0x00000000029ad510
Event: 22.585 Thread 0x0000000002a18000 DEOPT UNPACKING pc=0x0000000002c87890 sp=0x00000000029ad2c8 mode 1
Event: 22.585 Thread 0x0000000044dd3000 Thread added: 0x0000000044dd3000


Dynamic libraries:
0x00007ff7e7950000 - 0x00007ff7e7987000 C:\Program Files\Java\jre1.8.0_192\bin\javaw.exe
0x00007ffe5cfe0000 - 0x00007ffe5d1b0000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ffe5b9a0000 - 0x00007ffe5ba4c000 C:\Windows\System32\KERNEL32.DLL
0x00007ffe59fe0000 - 0x00007ffe5a1fd000 C:\Windows\System32\KERNELBASE.dll
0x00007ffe5a570000 - 0x00007ffe5a612000 C:\Windows\System32\ADVAPI32.dll
0x00007ffe5aaa0000 - 0x00007ffe5ab3e000 C:\Windows\System32\msvcrt.dll
0x00007ffe5cf80000 - 0x00007ffe5cfd9000 C:\Windows\System32\sechost.dll
0x00007ffe5a800000 - 0x00007ffe5a921000 C:\Windows\System32\RPCRT4.dll
0x00007ffe5b640000 - 0x00007ffe5b7a5000 C:\Windows\System32\USER32.dll
0x00007ffe5a200000 - 0x00007ffe5a21e000 C:\Windows\System32\win32u.dll
0x00007ffe5b7b0000 - 0x00007ffe5b7e4000 C:\Windows\System32\GDI32.dll
0x00007ffe59e50000 - 0x00007ffe59fd1000 C:\Windows\System32\gdi32full.dll
0x00007ffe50890000 - 0x00007ffe50b0a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.2273_none_7de240fc83403786\COMCTL32.dll
0x00007ffe5b370000 - 0x00007ffe5b638000 C:\Windows\System32\combase.dll
0x00007ffe59ca0000 - 0x00007ffe59d95000 C:\Windows\System32\ucrtbase.dll
0x00007ffe5a450000 - 0x00007ffe5a4ba000 C:\Windows\System32\bcryptPrimitives.dll
0x00007ffe5b7f0000 - 0x00007ffe5b81e000 C:\Windows\System32\IMM32.DLL
0x000000006f230000 - 0x000000006f301000 C:\Program Files\Java\jre1.8.0_192\bin\msvcr100.dll
0x000000006e980000 - 0x000000006f223000 C:\Program Files\Java\jre1.8.0_192\bin\server\jvm.dll
0x00007ffe5af70000 - 0x00007ffe5af78000 C:\Windows\System32\PSAPI.DLL
0x00007ffe574d0000 - 0x00007ffe574f3000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ffe504c0000 - 0x00007ffe504c9000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffe5b1c0000 - 0x00007ffe5b22a000 C:\Windows\System32\WS2_32.dll
0x00007ffe504b0000 - 0x00007ffe504ba000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ffe56f30000 - 0x00007ffe56f5b000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ffe59c50000 - 0x00007ffe59c92000 C:\Windows\System32\cfgmgr32.dll
0x00007ffe4d990000 - 0x00007ffe4d99f000 C:\Program Files\Java\jre1.8.0_192\bin\verify.dll
0x00007ffe49650000 - 0x00007ffe49679000 C:\Program Files\Java\jre1.8.0_192\bin\java.dll
0x00007ffe421f0000 - 0x00007ffe42225000 C:\Program Files\Java\jre1.8.0_192\bin\jdwp.dll
0x00007ffe56180000 - 0x00007ffe56188000 C:\Program Files\Java\jre1.8.0_192\bin\npt.dll
0x00007ffe42100000 - 0x00007ffe42123000 C:\Program Files\Java\jre1.8.0_192\bin\instrument.dll
0x00007ffe4d3a0000 - 0x00007ffe4d3b6000 C:\Program Files\Java\jre1.8.0_192\bin\zip.dll
0x00007ffe5ba70000 - 0x00007ffe5cf75000 C:\Windows\System32\SHELL32.dll
0x00007ffe594d0000 - 0x00007ffe59ba9000 C:\Windows\System32\windows.storage.dll
0x00007ffe59470000 - 0x00007ffe594bc000 C:\Windows\System32\powrprof.dll
0x00007ffe5a7a0000 - 0x00007ffe5a7f2000 C:\Windows\System32\shlwapi.dll
0x00007ffe594c0000 - 0x00007ffe594cf000 C:\Windows\System32\kernel.appcore.dll
0x00007ffe5a4c0000 - 0x00007ffe5a569000 C:\Windows\System32\shcore.dll
0x00007ffe59440000 - 0x00007ffe59454000 C:\Windows\System32\profapi.dll
0x00007ffe4ed40000 - 0x00007ffe4ed49000 C:\Program Files\Java\jre1.8.0_192\bin\dt_socket.dll
0x00007ffe497d0000 - 0x00007ffe497e6000 C:\Windows\system32\napinsp.dll
0x00007ffe497b0000 - 0x00007ffe497ca000 C:\Windows\system32\pnrpnsp.dll
0x00007ffe57500000 - 0x00007ffe57518000 C:\Windows\system32\NLAapi.dll
0x00007ffe58d10000 - 0x00007ffe58d6c000 C:\Windows\System32\mswsock.dll
0x00007ffe58ad0000 - 0x00007ffe58b71000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffe5aa90000 - 0x00007ffe5aa98000 C:\Windows\System32\NSI.dll
0x00007ffe58a90000 - 0x00007ffe58ac8000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffe498c0000 - 0x00007ffe498ce000 C:\Windows\System32\winrnr.dll
0x00007ffe497f0000 - 0x00007ffe49805000 C:\Windows\System32\wshbth.dll
0x00007ffe4eab0000 - 0x00007ffe4eb1a000 C:\Windows\System32\fwpuclnt.dll
0x00007ffe59380000 - 0x00007ffe593ab000 C:\Windows\SYSTEM32\bcrypt.dll
0x00007ffe4e450000 - 0x00007ffe4e45a000 C:\Windows\System32\rasadhlp.dll
0x00007ffe49e50000 - 0x00007ffe49e5d000 C:\Program Files\Java\jre1.8.0_192\bin\management.dll
0x00007ffe4bf60000 - 0x00007ffe4bf7a000 C:\Program Files\Java\jre1.8.0_192\bin\net.dll
0x00007ffe4b990000 - 0x00007ffe4b9a1000 C:\Program Files\Java\jre1.8.0_192\bin\nio.dll
0x0000000180000000 - 0x0000000180051000 C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\lwjgl64.dll
0x00007ffe42fe0000 - 0x00007ffe43103000 C:\Windows\SYSTEM32\OPENGL32.dll
0x00007ffe43a00000 - 0x00007ffe43a2d000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ffe42cd0000 - 0x00007ffe42dc7000 C:\Windows\SYSTEM32\DDRAW.dll
0x00007ffe435f0000 - 0x00007ffe435f8000 C:\Windows\SYSTEM32\DCIMAN32.dll
0x00007ffe58eb0000 - 0x00007ffe58ec7000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffe58910000 - 0x00007ffe58943000 C:\Windows\system32\rsaenh.dll
0x00007ffe58ba0000 - 0x00007ffe58bbf000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ffe58ed0000 - 0x00007ffe58edb000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffe4e820000 - 0x00007ffe4e836000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffe4e800000 - 0x00007ffe4e81a000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffe1fa30000 - 0x00007ffe1fbc9000 C:\Program Files\Java\jre1.8.0_192\bin\awt.dll
0x00007ffe5a6e0000 - 0x00007ffe5a79f000 C:\Windows\System32\OLEAUT32.dll
0x00007ffe59bb0000 - 0x00007ffe59c4c000 C:\Windows\System32\msvcp_win.dll
0x00007ffe57910000 - 0x00007ffe5798a000 C:\Windows\SYSTEM32\apphelp.dll
0x00007ffe57ca0000 - 0x00007ffe57d35000 C:\Windows\system32\uxtheme.dll
0x00007ffe5a930000 - 0x00007ffe5aa8a000 C:\Windows\System32\MSCTF.dll
0x00007ffe56aa0000 - 0x00007ffe56ac6000 C:\Windows\system32\dwmapi.dll
0x000000006c2f0000 - 0x000000006e979000 C:\Windows\System32\DriverStore\FileRepository\nvhmi.inf_amd64_33b9dc382788230c\nvoglv64.dll
0x00007ffe5ab40000 - 0x00007ffe5af69000 C:\Windows\System32\SETUPAPI.dll
0x00007ffe5b230000 - 0x00007ffe5b368000 C:\Windows\System32\ole32.dll
0x00007ffe57990000 - 0x00007ffe579a3000 C:\Windows\SYSTEM32\WTSAPI32.dll
0x00007ffe58190000 - 0x00007ffe581b8000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x00007ffe5a220000 - 0x00007ffe5a275000 C:\Windows\System32\WINTRUST.dll
0x00007ffe59460000 - 0x00007ffe59470000 C:\Windows\System32\MSASN1.dll
0x00007ffe5a280000 - 0x00007ffe5a449000 C:\Windows\System32\CRYPT32.dll
0x00007ffe580f0000 - 0x00007ffe58122000 C:\Windows\SYSTEM32\ntmarta.dll
0x00007ffe1f760000 - 0x00007ffe1fa26000 C:\Windows\system32\nvspcap64.dll
0x00007ffe425d0000 - 0x00007ffe42661000 C:\Windows\SYSTEM32\mscms.dll
0x00007ffe3ff50000 - 0x00007ffe3ff92000 C:\Windows\SYSTEM32\icm32.dll
0x00007ffe59320000 - 0x00007ffe59376000 C:\Windows\SYSTEM32\WINSTA.dll
0x00007ffe58590000 - 0x00007ffe5862f000 C:\Windows\system32\dxgi.dll
0x00007ffe562b0000 - 0x00007ffe56566000 C:\Windows\system32\d3d11.dll
0x00007ffe2fe40000 - 0x00007ffe2ff2e000 C:\Windows\System32\DriverStore\FileRepository\nvhmi.inf_amd64_33b9dc382788230c\nvldumdx.dll
0x00007ffe5ba50000 - 0x00007ffe5ba6c000 C:\Windows\System32\imagehlp.dll
0x00007ffe1d370000 - 0x00007ffe1f75a000 C:\Windows\System32\DriverStore\FileRepository\nvhmi.inf_amd64_33b9dc382788230c\nvwgf2umx.dll
0x00007ffe4f7d0000 - 0x00007ffe4fcc8000 C:\Windows\system32\nvapi64.dll
0x0000000070a40000 - 0x0000000070adc000 C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\avutil-ttv-51.dll
0x0000000065980000 - 0x00000000659d6000 C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\swresample-ttv-0.dll
0x0000000022840000 - 0x0000000022910000 C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\libmp3lame-ttv.dll
0x00007ffe1bfc0000 - 0x00007ffe1d364000 C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\libmfxsw64.dll
0x00007ffe29440000 - 0x00007ffe2956b000 C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\twitchsdk.dll
0x00007ffe49140000 - 0x00007ffe494e5000 C:\Windows\SYSTEM32\WININET.dll
0x0000000024130000 - 0x0000000024194000 C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\OpenAL64.dll
0x00007ffe5b120000 - 0x00007ffe5b1bf000 C:\Windows\System32\clbcatq.dll
0x00007ffe4f5d0000 - 0x00007ffe4f641000 C:\Windows\System32\MMDevApi.dll
0x00007ffe568b0000 - 0x00007ffe56a35000 C:\Windows\System32\PROPSYS.dll
0x00007ffe55950000 - 0x00007ffe559eb000 C:\Windows\SYSTEM32\dsound.dll
0x00007ffe4e3b0000 - 0x00007ffe4e444000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ffe55bd0000 - 0x00007ffe55d06000 C:\Windows\SYSTEM32\wintypes.dll
0x00007ffe40200000 - 0x00007ffe40224000 C:\Program Files\Java\jre1.8.0_192\bin\sunec.dll
0x00007ffe4ed50000 - 0x00007ffe4ed5b000 C:\Program Files\Java\jre1.8.0_192\bin\sunmscapi.dll
0x00007ffe570f0000 - 0x00007ffe57282000 C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:52190 -Xincgc -Xmx3096M -Xms3096M -Dfml.coreMods.load=ua.agravaine.hooklib.minecraft.HookLibPlugin,ua.agravaine.minestrike.asm.MineStrikeHookLoader -Dlegacy.debugClassLoading=false -Dlegacy.debugClassLoadingSave=false -javaagent:E:\Eclipse\eclipse\configuration\org.eclipse.osgi\221\0\.cp\lib\javaagent-shaded.jar -Dfile.encoding=UTF-8
java_command: GradleStart
java_class_path (initial): E:\Modding\Mine-Strike\bin;E:\Modding\Mine-Strike\build\dirtyArtifacts\forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\1.3.9\40719ea6961c0cb6afaeb6a921eaa1f6afd4cfdf\jsr305-1.3.9.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.0.3\f9e364ae2a66ce2a543012a4668856e84e5dab74\asm-debug-all-5.0.3.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Agravaine\.gradle\
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_192
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)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\Agravaine\AppData\Local\Microsoft\WindowsApps;
USERNAME=Agravaine
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 9, GenuineIntel



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

OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.2214)

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

Memory: 4k page, physical 8265488k(4443012k free), swap 10362640k(2369324k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.192-b12) for windows-amd64 JRE (1.8.0_192-b12), built on Oct 6 2018 17:12:23 by "java_re" with MS VC++ 10.0 (VS2010)

time: Sun Feb 03 19:08:56 2019
timezone: Финляндия (зима)
elapsed time: 22 seconds (0d 0h 0m 22s)
Краш-лог:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001d43f3c2, pid=968, tid=0x00000000000008f0
#
# JRE version: Java(TM) SE Runtime Environment (8.0_192-b12) (build 1.8.0_192-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.192-b12 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  0x000000001d43f3c2
#
# 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 (0x0000000002a18000):  JavaThread "Client thread" [_thread_in_native, id=2288, stack(0x00000000028b0000,0x00000000029b0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:
RAX=0x000000002ff32c30, RBX=0x000000001fb50000, RCX=0x0000000000000000, RDX=0x0000000000000004
RSP=0x00000000029ae250, RBP=0x0000000022116040, RSI=0x0000000000000000, RDI=0x0000000000000000
R8 =0x0000000000000000, R9 =0x0000000000000004, R10=0x0000000022116040, R11=0x00000000029ac5c0
R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000007, R15=0x000000002ff32c30
RIP=0x000000001d43f3c2, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x00000000029ae250)
0x00000000029ae250:   0000000000884104 0000000000000000
0x00000000029ae260:   0000000000000004 000000001fb50000
0x00000000029ae270:   0000000022116040 000000006cf5f949
0x00000000029ae280:   000000001fb50000 0000000022116040
0x00000000029ae290:   0000000000000004 000000001fb50000
0x00000000029ae2a0:   00000000029ae310 000000006cf84a5a
0x00000000029ae2b0:   0000000022116040 000000001fbac918
0x00000000029ae2c0:   0000000000000007 0000000022116040
0x00000000029ae2d0:   0000000000000004 0000000000000000
0x00000000029ae2e0:   000000001fb50000 000000006cf5c21d
0x00000000029ae2f0:   000000001fb50000 0000000000000000
0x00000000029ae300:   0000000000200000 0000000002a18000
0x00000000029ae310:   0008000000884104 0080000000000000
0x00000000029ae320:   0000000000000001 000000006cb1695c
0x00000000029ae330:   000000001fb50000 0000000000000080
0x00000000029ae340:   0000000000000000 0000000000000007 

Instructions: (pc=0x000000001d43f3c2)
0x000000001d43f3a2:   8b d1 48 be f0 d3 ba 1f 00 00 00 00 48 8b 36 48
0x000000001d43f3b2:   8b b6 08 03 00 00 48 8b f9 48 c1 e7 04 48 03 f7
0x000000001d43f3c2:   8b 3e 8b 6e 04 89 38 89 68 04 8b 7e 08 8b 6e 0c
0x000000001d43f3d2:   89 78 08 89 68 0c 48 be f0 d3 ba 1f 00 00 00 00 


Register to memory mapping:

RAX=0x000000002ff32c30 is an unknown value
RBX=0x000000001fb50000 is pointing into the stack for thread: 0x000000001bdfa000
RCX=0x0000000000000000 is an unknown value
RDX=0x0000000000000004 is an unknown value
RSP=0x00000000029ae250 is pointing into the stack for thread: 0x0000000002a18000
RBP=0x0000000022116040 is an unknown value
RSI=0x0000000000000000 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000004 is an unknown value
R10=0x0000000022116040 is an unknown value
R11=0x00000000029ac5c0 is pointing into the stack for thread: 0x0000000002a18000
R12=0x0000000000000000 is an unknown value
R13=0x0000000000000000 is an unknown value
R14=0x0000000000000007 is an unknown value
R15=0x000000002ff32c30 is an unknown value


Stack: [0x00000000028b0000,0x00000000029b0000],  sp=0x00000000029ae250,  free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x000000001d43f3c2

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 4797  org.lwjgl.opengl.GL11.nglDrawArrays(IIIJ)V (0 bytes) @ 0x0000000003bc0dce [0x0000000003bc0d80+0x4e]
J 6435 C1 net.minecraft.client.renderer.Tessellator.draw()I (405 bytes) @ 0x00000000040e213c [0x00000000040df1c0+0x2f7c]
j  net.minecraft.client.LoadingScreenRenderer.setLoadingProgress(I)V+302
j  net.minecraft.client.LoadingScreenRenderer.resetProgresAndWorkingMessage(Ljava/lang/String;)V+37
j  net.minecraft.client.Minecraft.loadWorld(Lnet/minecraft/client/multiplayer/WorldClient;Ljava/lang/String;)V+77
j  net.minecraft.client.Minecraft.loadWorld(Lnet/minecraft/client/multiplayer/WorldClient;)V+5
j  net.minecraft.client.Minecraft.freeMemory()V+32
j  net.minecraft.client.Minecraft.run()V+128
j  net.minecraft.client.main.Main.main([Ljava/lang/String;)V+998
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.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+663
j  net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
j  net.minecraftforge.gradle.GradleStartCommon.launch([Ljava/lang/String;)V+181
j  GradleStart.main([Ljava/lang/String;)V+11
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x0000000044dcd000 JavaThread "File IO Thread" [_thread_blocked, id=5328, stack(0x0000000048c00000,0x0000000048d00000)]
  0x0000000044dd0000 JavaThread "pool-2-thread-1" [_thread_blocked, id=1176, stack(0x0000000048b00000,0x0000000048c00000)]
  0x0000000044dc9000 JavaThread "Chunk I/O Executor Thread-1" daemon [_thread_blocked, id=5384, stack(0x0000000048900000,0x0000000048a00000)]
  0x0000000044dca800 JavaThread "Netty IO #1" daemon [_thread_in_native, id=7160, stack(0x0000000048800000,0x0000000048900000)]
  0x0000000044dcc000 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=7096, stack(0x0000000048700000,0x0000000048800000)]
  0x0000000044dc8800 JavaThread "Netty IO #0" daemon [_thread_in_native, id=3356, stack(0x0000000048600000,0x0000000048700000)]
  0x0000000044dcb800 JavaThread "Server thread" [_thread_blocked, id=6080, stack(0x0000000048500000,0x0000000048600000)]
  0x000000001bdf9800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=7020, stack(0x0000000048400000,0x0000000048500000)]
  0x000000001bdfb800 JavaThread "Thread-11" [_thread_blocked, id=6296, stack(0x0000000048100000,0x0000000048200000)]
  0x000000001bdfb000 JavaThread "Thread-10" [_thread_blocked, id=6728, stack(0x0000000048000000,0x0000000048100000)]
  0x000000001bdf8800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4576, stack(0x00000000301c0000,0x00000000302c0000)]
  0x000000001bdf7000 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=5576, stack(0x000000002d890000,0x000000002d990000)]
  0x000000001bdf6000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5260, stack(0x0000000023d30000,0x0000000023e30000)]
  0x000000001bdfc800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6716, stack(0x0000000023930000,0x0000000023a30000)]
  0x000000001bdfa000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6592, stack(0x000000001fa50000,0x000000001fb50000)]
  0x00000000194a5000 JavaThread "Service Thread" daemon [_thread_blocked, id=4064, stack(0x000000001ab10000,0x000000001ac10000)]
  0x0000000019491000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=2028, stack(0x000000001a210000,0x000000001a310000)]
  0x0000000019490000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=4596, stack(0x000000001a110000,0x000000001a210000)]
  0x00000000194a8800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=592, stack(0x000000001a010000,0x000000001a110000)]
  0x000000001912d800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=3692, stack(0x0000000019f10000,0x000000001a010000)]
  0x000000001912c800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=3864, stack(0x0000000019e10000,0x0000000019f10000)]
  0x000000001911f000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=3144, stack(0x0000000019d10000,0x0000000019e10000)]
  0x0000000019113000 JavaThread "Attach Listener" daemon [_thread_blocked, id=7068, stack(0x00000000198d0000,0x00000000199d0000)]
  0x0000000019112800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5304, stack(0x00000000197d0000,0x00000000198d0000)]
  0x00000000186dd800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=2752, stack(0x00000000196d0000,0x00000000197d0000)]
  0x0000000019100800 JavaThread "Finalizer" daemon [_thread_blocked, id=4340, stack(0x00000000194e0000,0x00000000195e0000)]
  0x00000000186d2000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4188, stack(0x0000000018fe0000,0x00000000190e0000)]
=>0x0000000002a18000 JavaThread "Client thread" [_thread_in_native, id=2288, stack(0x00000000028b0000,0x00000000029b0000)]

Other Threads:
  0x00000000186c5000 VMThread [stack: 0x0000000018ee0000,0x0000000018fe0000] [id=2660]
  0x00000000194dd800 WatcherThread [stack: 0x000000001ac10000,0x000000001ad10000] [id=5924]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

heap address: 0x00000006fe800000, size: 3096 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000

Heap:
 par new generation   total 306688K, used 7853K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,   2% used [0x00000006fe800000, 0x00000006fefab688, 0x000000070f240000)
  from space 34048K,   0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
  to   space 34048K,   0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
 concurrent mark-sweep generation total 2829568K, used 81714K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 39480K, capacity 39829K, committed 40192K, reserved 1085440K
  class space    used 4709K, capacity 4813K, committed 4864K, reserved 1048576K

Card table byte_map: [0x0000000012400000,0x0000000012a10000] byte_map_base: 0x000000000ec0c000

Marking Bits: (CMSBitMap*) 0x0000000002a6ffe8
 Bits: [0x00000000133c0000, 0x0000000015eed000)

Mod Union Table: (CMSBitMap*) 0x0000000002a700a8
 Bits: [0x0000000015ef0000, 0x0000000015f9cb40)

Polling page: 0x0000000000b70000

CodeCache: size=245760Kb used=21152Kb max_used=21423Kb free=224607Kb
 bounds [0x0000000002c40000, 0x0000000004180000, 0x0000000011c40000]
 total_blobs=6007 nmethods=5214 adapters=712
 compilation: enabled

Compilation events (10 events):
Event: 22.578 Thread 0x0000000019491000 6571       2       net.minecraft.nbt.NBTTagCompound::setTag (13 bytes)
Event: 22.578 Thread 0x0000000019491000 nmethod 6571 0x0000000003d04f90 code [0x0000000003d05100, 0x0000000003d052a8]
Event: 22.578 Thread 0x0000000019491000 6572       2       com.google.common.collect.MapMakerInternalMap$Segment::getFirst (21 bytes)
Event: 22.578 Thread 0x0000000019491000 nmethod 6572 0x0000000003d04a90 code [0x0000000003d04c00, 0x0000000003d04e28]
Event: 22.578 Thread 0x0000000019491000 6574       2       com.google.common.collect.MapMakerInternalMap$Segment::getEntry (80 bytes)
Event: 22.582 Thread 0x0000000019491000 nmethod 6574 0x0000000003c4d9d0 code [0x0000000003c4dbc0, 0x0000000003c4e1c8]
Event: 22.582 Thread 0x0000000019491000 6573       1       com.google.common.cache.LocalCache$2::peek (2 bytes)
Event: 22.582 Thread 0x0000000019491000 nmethod 6573 0x0000000003210910 code [0x0000000003210a60, 0x0000000003210b70]
Event: 22.582 Thread 0x0000000019491000 6576 %     3       net.minecraft.network.play.server.S21PacketChunkData::func_149269_a @ 291 (627 bytes)
Event: 22.584 Thread 0x0000000019491000 nmethod 6576% 0x00000000033ea7d0 code [0x00000000033eab20, 0x00000000033ecd68]

GC Heap History (10 events):
Event: 19.325 GC heap before
{Heap before GC invocations=9 (full 4):
 par new generation   total 306688K, used 84720K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,  27% used [0x00000006fe800000, 0x0000000703116be0, 0x000000070f240000)
  from space 34048K,  29% used [0x000000070f240000, 0x000000070fbe5540, 0x0000000711380000)
  to   space 34048K,   0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
 concurrent mark-sweep generation total 2829568K, used 71865K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 32405K, capacity 32729K, committed 33280K, reserved 1079296K
  class space    used 3943K, capacity 4037K, committed 4096K, reserved 1048576K
Event: 19.425 GC heap after
Heap after GC invocations=10 (full 5):
 par new generation   total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,   0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
  from space 34048K,   0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
  to   space 34048K,   0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
 concurrent mark-sweep generation total 2829568K, used 62271K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 32405K, capacity 32729K, committed 33280K, reserved 1079296K
  class space    used 3943K, capacity 4037K, committed 4096K, reserved 1048576K
}
Event: 19.425 GC heap before
{Heap before GC invocations=10 (full 5):
 par new generation   total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,   0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
  from space 34048K,   0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
  to   space 34048K,   0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
 concurrent mark-sweep generation total 2829568K, used 62271K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 32405K, capacity 32729K, committed 33280K, reserved 1079296K
  class space    used 3943K, capacity 4037K, committed 4096K, reserved 1048576K
Event: 19.496 GC heap after
Heap after GC invocations=11 (full 6):
 par new generation   total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,   0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
  from space 34048K,   0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
  to   space 34048K,   0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
 concurrent mark-sweep generation total 2829568K, used 62271K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 32405K, capacity 32729K, committed 33280K, reserved 1079296K
  class space    used 3943K, capacity 4037K, committed 4096K, reserved 1048576K
}
Event: 21.085 GC heap before
{Heap before GC invocations=11 (full 7):
 par new generation   total 306688K, used 252649K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,  92% used [0x00000006fe800000, 0x000000070deba768, 0x000000070f240000)
  from space 34048K,   0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
  to   space 34048K,   0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
 concurrent mark-sweep generation total 2829568K, used 61879K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 36305K, capacity 36647K, committed 37120K, reserved 1081344K
  class space    used 4417K, capacity 4508K, committed 4608K, reserved 1048576K
Event: 21.099 GC heap after
Heap after GC invocations=12 (full 7):
 par new generation   total 306688K, used 26643K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,   0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
  from space 34048K,  78% used [0x0000000711380000, 0x0000000712d84e58, 0x00000007134c0000)
  to   space 34048K,   0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
 concurrent mark-sweep generation total 2829568K, used 61879K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 36305K, capacity 36647K, committed 37120K, reserved 1081344K
  class space    used 4417K, capacity 4508K, committed 4608K, reserved 1048576K
}
Event: 22.343 GC heap before
{Heap before GC invocations=12 (full 7):
 par new generation   total 306688K, used 296035K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,  98% used [0x00000006fe800000, 0x000000070ef140f8, 0x000000070f240000)
  from space 34048K,  78% used [0x0000000711380000, 0x0000000712d84e58, 0x00000007134c0000)
  to   space 34048K,   0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
 concurrent mark-sweep generation total 2829568K, used 61879K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 39432K, capacity 39835K, committed 40192K, reserved 1085440K
  class space    used 4705K, capacity 4812K, committed 4864K, reserved 1048576K
Event: 22.479 GC heap after
Heap after GC invocations=13 (full 8):
 par new generation   total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,   0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
  from space 34048K,   0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
  to   space 34048K,   0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
 concurrent mark-sweep generation total 2829568K, used 81714K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 39424K, capacity 39823K, committed 40192K, reserved 1085440K
  class space    used 4704K, capacity 4810K, committed 4864K, reserved 1048576K
}
Event: 22.479 GC heap before
{Heap before GC invocations=13 (full 8):
 par new generation   total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,   0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
  from space 34048K,   0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
  to   space 34048K,   0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
 concurrent mark-sweep generation total 2829568K, used 81714K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 39424K, capacity 39823K, committed 40192K, reserved 1085440K
  class space    used 4704K, capacity 4810K, committed 4864K, reserved 1048576K
Event: 22.566 GC heap after
Heap after GC invocations=14 (full 9):
 par new generation   total 306688K, used 0K [0x00000006fe800000, 0x00000007134c0000, 0x00000007134c0000)
  eden space 272640K,   0% used [0x00000006fe800000, 0x00000006fe800000, 0x000000070f240000)
  from space 34048K,   0% used [0x0000000711380000, 0x0000000711380000, 0x00000007134c0000)
  to   space 34048K,   0% used [0x000000070f240000, 0x000000070f240000, 0x0000000711380000)
 concurrent mark-sweep generation total 2829568K, used 81714K [0x00000007134c0000, 0x00000007c0000000, 0x00000007c0000000)
 Metaspace       used 39424K, capacity 39823K, committed 40192K, reserved 1085440K
  class space    used 4704K, capacity 4810K, committed 4864K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 22.262 Thread 0x0000000002a18000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000391d06c method=net.minecraft.nbt.NBTTagCompound.func_152449_a(BLjava/lang/String;Ljava/io/DataInput;ILnet/minecraft/nbt/NBTSizeTracker;)Lnet/minecraft/nbt/NBTBase; @ 5
Event: 22.267 Thread 0x0000000002a18000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002edc370 method=net.minecraft.client.renderer.RenderGlobal.updateRenderers(Lnet/minecraft/entity/EntityLivingBase;Z)Z @ 93
Event: 22.269 Thread 0x0000000002a18000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004110848 method=net.minecraft.world.ChunkCache.getSkyBlockTypeBrightness(Lnet/minecraft/world/EnumSkyBlock;III)I @ 159
Event: 22.286 Thread 0x0000000002a18000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000003fadb88 method=net.minecraft.client.renderer.RenderGlobal.updateRenderers(Lnet/minecraft/entity/EntityLivingBase;Z)Z @ 485
Event: 22.297 Thread 0x0000000044dcb800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000003fc1244 method=net.minecraft.world.gen.ChunkProviderServer.provideChunk(II)Lnet/minecraft/world/chunk/Chunk; @ 12
Event: 22.305 Thread 0x0000000044dcb800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002dd15ec method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 192
Event: 22.305 Thread 0x0000000044dcb800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002dd15ec method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 192
Event: 22.306 Thread 0x0000000044dcb800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002dd15ec method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 192
Event: 22.306 Thread 0x0000000044dcb800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002dd15ec method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 192
Event: 22.340 Thread 0x0000000002a18000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002eba1c4 method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 16

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 22.253 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff876f0) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.257 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff87998) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.265 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff87c40) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.286 Thread 0x0000000002a18000 Implicit null exception at 0x0000000003fabe6d to 0x0000000003fadab7
Event: 22.305 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff87ee8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.310 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff88190) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.317 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff88438) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.317 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff886b8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.328 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff88938) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]
Event: 22.328 Thread 0x000000001bdfb000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000006fff88bb8) thrown at [C:\workspace\8-2-build-windows-amd64-cygwin\jdk8u192\11897\hotspot\src\share\vm\prims\jvm.cpp, line 3273]

Events (10 events):
Event: 22.566 Executing VM operation: GenCollectFull done
Event: 22.568 Executing VM operation: CMS_Initial_Mark
Event: 22.568 Executing VM operation: CMS_Initial_Mark done
Event: 22.583 loading class ua/agravaine/huskybigchat/ChatLogger$ArchiveThread
Event: 22.583 loading class ua/agravaine/huskybigchat/ChatLogger$ArchiveThread done
Event: 22.585 Thread 0x0000000002a18000 DEOPT PACKING pc=0x000000000390a5a4 sp=0x00000000029ad510
Event: 22.585 Thread 0x0000000002a18000 DEOPT UNPACKING pc=0x0000000002c87890 sp=0x00000000029ad2c8 mode 1
Event: 22.585 Thread 0x0000000002a18000 DEOPT PACKING pc=0x000000000390a5a4 sp=0x00000000029ad510
Event: 22.585 Thread 0x0000000002a18000 DEOPT UNPACKING pc=0x0000000002c87890 sp=0x00000000029ad2c8 mode 1
Event: 22.585 Thread 0x0000000044dd3000 Thread added: 0x0000000044dd3000


Dynamic libraries:
0x00007ff7e7950000 - 0x00007ff7e7987000 	C:\Program Files\Java\jre1.8.0_192\bin\javaw.exe
0x00007ffe5cfe0000 - 0x00007ffe5d1b0000 	C:\Windows\SYSTEM32\ntdll.dll
0x00007ffe5b9a0000 - 0x00007ffe5ba4c000 	C:\Windows\System32\KERNEL32.DLL
0x00007ffe59fe0000 - 0x00007ffe5a1fd000 	C:\Windows\System32\KERNELBASE.dll
0x00007ffe5a570000 - 0x00007ffe5a612000 	C:\Windows\System32\ADVAPI32.dll
0x00007ffe5aaa0000 - 0x00007ffe5ab3e000 	C:\Windows\System32\msvcrt.dll
0x00007ffe5cf80000 - 0x00007ffe5cfd9000 	C:\Windows\System32\sechost.dll
0x00007ffe5a800000 - 0x00007ffe5a921000 	C:\Windows\System32\RPCRT4.dll
0x00007ffe5b640000 - 0x00007ffe5b7a5000 	C:\Windows\System32\USER32.dll
0x00007ffe5a200000 - 0x00007ffe5a21e000 	C:\Windows\System32\win32u.dll
0x00007ffe5b7b0000 - 0x00007ffe5b7e4000 	C:\Windows\System32\GDI32.dll
0x00007ffe59e50000 - 0x00007ffe59fd1000 	C:\Windows\System32\gdi32full.dll
0x00007ffe50890000 - 0x00007ffe50b0a000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.2273_none_7de240fc83403786\COMCTL32.dll
0x00007ffe5b370000 - 0x00007ffe5b638000 	C:\Windows\System32\combase.dll
0x00007ffe59ca0000 - 0x00007ffe59d95000 	C:\Windows\System32\ucrtbase.dll
0x00007ffe5a450000 - 0x00007ffe5a4ba000 	C:\Windows\System32\bcryptPrimitives.dll
0x00007ffe5b7f0000 - 0x00007ffe5b81e000 	C:\Windows\System32\IMM32.DLL
0x000000006f230000 - 0x000000006f301000 	C:\Program Files\Java\jre1.8.0_192\bin\msvcr100.dll
0x000000006e980000 - 0x000000006f223000 	C:\Program Files\Java\jre1.8.0_192\bin\server\jvm.dll
0x00007ffe5af70000 - 0x00007ffe5af78000 	C:\Windows\System32\PSAPI.DLL
0x00007ffe574d0000 - 0x00007ffe574f3000 	C:\Windows\SYSTEM32\WINMM.dll
0x00007ffe504c0000 - 0x00007ffe504c9000 	C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffe5b1c0000 - 0x00007ffe5b22a000 	C:\Windows\System32\WS2_32.dll
0x00007ffe504b0000 - 0x00007ffe504ba000 	C:\Windows\SYSTEM32\VERSION.dll
0x00007ffe56f30000 - 0x00007ffe56f5b000 	C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ffe59c50000 - 0x00007ffe59c92000 	C:\Windows\System32\cfgmgr32.dll
0x00007ffe4d990000 - 0x00007ffe4d99f000 	C:\Program Files\Java\jre1.8.0_192\bin\verify.dll
0x00007ffe49650000 - 0x00007ffe49679000 	C:\Program Files\Java\jre1.8.0_192\bin\java.dll
0x00007ffe421f0000 - 0x00007ffe42225000 	C:\Program Files\Java\jre1.8.0_192\bin\jdwp.dll
0x00007ffe56180000 - 0x00007ffe56188000 	C:\Program Files\Java\jre1.8.0_192\bin\npt.dll
0x00007ffe42100000 - 0x00007ffe42123000 	C:\Program Files\Java\jre1.8.0_192\bin\instrument.dll
0x00007ffe4d3a0000 - 0x00007ffe4d3b6000 	C:\Program Files\Java\jre1.8.0_192\bin\zip.dll
0x00007ffe5ba70000 - 0x00007ffe5cf75000 	C:\Windows\System32\SHELL32.dll
0x00007ffe594d0000 - 0x00007ffe59ba9000 	C:\Windows\System32\windows.storage.dll
0x00007ffe59470000 - 0x00007ffe594bc000 	C:\Windows\System32\powrprof.dll
0x00007ffe5a7a0000 - 0x00007ffe5a7f2000 	C:\Windows\System32\shlwapi.dll
0x00007ffe594c0000 - 0x00007ffe594cf000 	C:\Windows\System32\kernel.appcore.dll
0x00007ffe5a4c0000 - 0x00007ffe5a569000 	C:\Windows\System32\shcore.dll
0x00007ffe59440000 - 0x00007ffe59454000 	C:\Windows\System32\profapi.dll
0x00007ffe4ed40000 - 0x00007ffe4ed49000 	C:\Program Files\Java\jre1.8.0_192\bin\dt_socket.dll
0x00007ffe497d0000 - 0x00007ffe497e6000 	C:\Windows\system32\napinsp.dll
0x00007ffe497b0000 - 0x00007ffe497ca000 	C:\Windows\system32\pnrpnsp.dll
0x00007ffe57500000 - 0x00007ffe57518000 	C:\Windows\system32\NLAapi.dll
0x00007ffe58d10000 - 0x00007ffe58d6c000 	C:\Windows\System32\mswsock.dll
0x00007ffe58ad0000 - 0x00007ffe58b71000 	C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffe5aa90000 - 0x00007ffe5aa98000 	C:\Windows\System32\NSI.dll
0x00007ffe58a90000 - 0x00007ffe58ac8000 	C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffe498c0000 - 0x00007ffe498ce000 	C:\Windows\System32\winrnr.dll
0x00007ffe497f0000 - 0x00007ffe49805000 	C:\Windows\System32\wshbth.dll
0x00007ffe4eab0000 - 0x00007ffe4eb1a000 	C:\Windows\System32\fwpuclnt.dll
0x00007ffe59380000 - 0x00007ffe593ab000 	C:\Windows\SYSTEM32\bcrypt.dll
0x00007ffe4e450000 - 0x00007ffe4e45a000 	C:\Windows\System32\rasadhlp.dll
0x00007ffe49e50000 - 0x00007ffe49e5d000 	C:\Program Files\Java\jre1.8.0_192\bin\management.dll
0x00007ffe4bf60000 - 0x00007ffe4bf7a000 	C:\Program Files\Java\jre1.8.0_192\bin\net.dll
0x00007ffe4b990000 - 0x00007ffe4b9a1000 	C:\Program Files\Java\jre1.8.0_192\bin\nio.dll
0x0000000180000000 - 0x0000000180051000 	C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\lwjgl64.dll
0x00007ffe42fe0000 - 0x00007ffe43103000 	C:\Windows\SYSTEM32\OPENGL32.dll
0x00007ffe43a00000 - 0x00007ffe43a2d000 	C:\Windows\SYSTEM32\GLU32.dll
0x00007ffe42cd0000 - 0x00007ffe42dc7000 	C:\Windows\SYSTEM32\DDRAW.dll
0x00007ffe435f0000 - 0x00007ffe435f8000 	C:\Windows\SYSTEM32\DCIMAN32.dll
0x00007ffe58eb0000 - 0x00007ffe58ec7000 	C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffe58910000 - 0x00007ffe58943000 	C:\Windows\system32\rsaenh.dll
0x00007ffe58ba0000 - 0x00007ffe58bbf000 	C:\Windows\SYSTEM32\USERENV.dll
0x00007ffe58ed0000 - 0x00007ffe58edb000 	C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffe4e820000 - 0x00007ffe4e836000 	C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffe4e800000 - 0x00007ffe4e81a000 	C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffe1fa30000 - 0x00007ffe1fbc9000 	C:\Program Files\Java\jre1.8.0_192\bin\awt.dll
0x00007ffe5a6e0000 - 0x00007ffe5a79f000 	C:\Windows\System32\OLEAUT32.dll
0x00007ffe59bb0000 - 0x00007ffe59c4c000 	C:\Windows\System32\msvcp_win.dll
0x00007ffe57910000 - 0x00007ffe5798a000 	C:\Windows\SYSTEM32\apphelp.dll
0x00007ffe57ca0000 - 0x00007ffe57d35000 	C:\Windows\system32\uxtheme.dll
0x00007ffe5a930000 - 0x00007ffe5aa8a000 	C:\Windows\System32\MSCTF.dll
0x00007ffe56aa0000 - 0x00007ffe56ac6000 	C:\Windows\system32\dwmapi.dll
0x000000006c2f0000 - 0x000000006e979000 	C:\Windows\System32\DriverStore\FileRepository\nvhmi.inf_amd64_33b9dc382788230c\nvoglv64.dll
0x00007ffe5ab40000 - 0x00007ffe5af69000 	C:\Windows\System32\SETUPAPI.dll
0x00007ffe5b230000 - 0x00007ffe5b368000 	C:\Windows\System32\ole32.dll
0x00007ffe57990000 - 0x00007ffe579a3000 	C:\Windows\SYSTEM32\WTSAPI32.dll
0x00007ffe58190000 - 0x00007ffe581b8000 	C:\Windows\SYSTEM32\DEVOBJ.dll
0x00007ffe5a220000 - 0x00007ffe5a275000 	C:\Windows\System32\WINTRUST.dll
0x00007ffe59460000 - 0x00007ffe59470000 	C:\Windows\System32\MSASN1.dll
0x00007ffe5a280000 - 0x00007ffe5a449000 	C:\Windows\System32\CRYPT32.dll
0x00007ffe580f0000 - 0x00007ffe58122000 	C:\Windows\SYSTEM32\ntmarta.dll
0x00007ffe1f760000 - 0x00007ffe1fa26000 	C:\Windows\system32\nvspcap64.dll
0x00007ffe425d0000 - 0x00007ffe42661000 	C:\Windows\SYSTEM32\mscms.dll
0x00007ffe3ff50000 - 0x00007ffe3ff92000 	C:\Windows\SYSTEM32\icm32.dll
0x00007ffe59320000 - 0x00007ffe59376000 	C:\Windows\SYSTEM32\WINSTA.dll
0x00007ffe58590000 - 0x00007ffe5862f000 	C:\Windows\system32\dxgi.dll
0x00007ffe562b0000 - 0x00007ffe56566000 	C:\Windows\system32\d3d11.dll
0x00007ffe2fe40000 - 0x00007ffe2ff2e000 	C:\Windows\System32\DriverStore\FileRepository\nvhmi.inf_amd64_33b9dc382788230c\nvldumdx.dll
0x00007ffe5ba50000 - 0x00007ffe5ba6c000 	C:\Windows\System32\imagehlp.dll
0x00007ffe1d370000 - 0x00007ffe1f75a000 	C:\Windows\System32\DriverStore\FileRepository\nvhmi.inf_amd64_33b9dc382788230c\nvwgf2umx.dll
0x00007ffe4f7d0000 - 0x00007ffe4fcc8000 	C:\Windows\system32\nvapi64.dll
0x0000000070a40000 - 0x0000000070adc000 	C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\avutil-ttv-51.dll
0x0000000065980000 - 0x00000000659d6000 	C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\swresample-ttv-0.dll
0x0000000022840000 - 0x0000000022910000 	C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\libmp3lame-ttv.dll
0x00007ffe1bfc0000 - 0x00007ffe1d364000 	C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\libmfxsw64.dll
0x00007ffe29440000 - 0x00007ffe2956b000 	C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\twitchsdk.dll
0x00007ffe49140000 - 0x00007ffe494e5000 	C:\Windows\SYSTEM32\WININET.dll
0x0000000024130000 - 0x0000000024194000 	C:\Users\Agravaine\.gradle\caches\minecraft\net\minecraft\minecraft_natives\1.7.10\OpenAL64.dll
0x00007ffe5b120000 - 0x00007ffe5b1bf000 	C:\Windows\System32\clbcatq.dll
0x00007ffe4f5d0000 - 0x00007ffe4f641000 	C:\Windows\System32\MMDevApi.dll
0x00007ffe568b0000 - 0x00007ffe56a35000 	C:\Windows\System32\PROPSYS.dll
0x00007ffe55950000 - 0x00007ffe559eb000 	C:\Windows\SYSTEM32\dsound.dll
0x00007ffe4e3b0000 - 0x00007ffe4e444000 	C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ffe55bd0000 - 0x00007ffe55d06000 	C:\Windows\SYSTEM32\wintypes.dll
0x00007ffe40200000 - 0x00007ffe40224000 	C:\Program Files\Java\jre1.8.0_192\bin\sunec.dll
0x00007ffe4ed50000 - 0x00007ffe4ed5b000 	C:\Program Files\Java\jre1.8.0_192\bin\sunmscapi.dll
0x00007ffe570f0000 - 0x00007ffe57282000 	C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:52190 -Xincgc -Xmx3096M -Xms3096M -Dfml.coreMods.load=ua.agravaine.hooklib.minecraft.HookLibPlugin,ua.agravaine.minestrike.asm.MineStrikeHookLoader -Dlegacy.debugClassLoading=false -Dlegacy.debugClassLoadingSave=false -javaagent:E:\Eclipse\eclipse\configuration\org.eclipse.osgi\221\0\.cp\lib\javaagent-shaded.jar -Dfile.encoding=UTF-8 
java_command: GradleStart
java_class_path (initial): E:\Modding\Mine-Strike\bin;E:\Modding\Mine-Strike\build\dirtyArtifacts\forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\net.minecraft\launchwrapper\1.12\111e7bea9c968cdb3d06ef4632bf7ff0824d0f36\launchwrapper-1.12.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\com.google.code.findbugs\jsr305\1.3.9\40719ea6961c0cb6afaeb6a921eaa1f6afd4cfdf\jsr305-1.3.9.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.ow2.asm\asm-debug-all\5.0.3\f9e364ae2a66ce2a543012a4668856e84e5dab74\asm-debug-all-5.0.3.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\com.typesafe.akka\akka-actor_2.11\2.3.3\ed62e9fc709ca0f2ff1a3220daa8b70a2870078e\akka-actor_2.11-2.3.3.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\com.typesafe\config\1.2.1\f771f71fdae3df231bcd54d5ca2d57f0bf93f467\config-1.2.1.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-actors-migration_2.11\1.1.0\dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-compiler\2.11.1\56ea2e6c025e0821f28d73ca271218b8dd04926a\scala-compiler-2.11.1.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-library_2.11\1.0.2\e517c53a7e9acd6b1668c5a35eccbaa3bab9aac\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang.plugins\scala-continuations-plugin_2.11.1\1.0.2\f361a3283452c57fa30c1ee69448995de23c60f7\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-library\2.11.1\e11da23da3eabab9f4777b9220e60d44c1aab6a\scala-library-2.11.1.jar;C:\Users\Agravaine\.gradle\caches\modules-2\files-2.1\org.scala-lang\scala-parser-combinators_2.11\1.0.1\f05d7345bf5a58924f2837c6c1f4d73a938e1ff0\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Agravaine\.gradle\
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_192
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)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\Agravaine\AppData\Local\Microsoft\WindowsApps;
USERNAME=Agravaine
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 9, GenuineIntel



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

OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.2214)

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

Memory: 4k page, physical 8265488k(4443012k free), swap 10362640k(2369324k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.192-b12) for windows-amd64 JRE (1.8.0_192-b12), built on Oct  6 2018 17:12:23 by "java_re" with MS VC++ 10.0 (VS2010)

time: Sun Feb 03 19:08:56 2019
timezone: Финляндия (зима)
elapsed time: 22 seconds (0d 0h 0m 22s)

tox1cozZ

aka Agravaine
8,454
598
2,890
Разобрался. Нужно модель загружать непосредственно в рендере:
Java:
@Override
    public void renderItem(ItemRenderType type, ItemStack item, Object... data){
        if(model == null){
            loadModel();
        }
        
        model.render();
    }
Можно как-то этого избежать и грузить модель при загрузке игры, в preInit например?
 

tox1cozZ

aka Agravaine
8,454
598
2,890
Java:
ResourceLocation modelLocation = new ResourceLocation("models/model.obj");
            ResourceLocation textureLocation = new ResourceLocation("models/model.png");
            ModelData modelData = OBJFileLoader.loadOBJ(Minecraft.getMinecraft().getResourceManager().getResource(modelLocation).getInputStream());

            RawModel rawModel = GLLoader.INSTANCE.loadToVAO(modelData.getVertices(), modelData.getTextureCoords(), modelData.getNormals(), modelData.getIndices());
            ModelTexture texture = new ModelTexture(GLLoader.INSTANCE.loadTexture(Minecraft.getMinecraft().getResourceManager().getResource(textureLocation).getInputStream()));
            model = new TexturedModel(rawModel, texture);

Java:
/**
* Handles the loading of geometry data into VAOs. It also keeps track of all
* the created VAOs and VBOs so that they can all be deleted when the game
* closes.
*
* @author Karl
*
*/
public class GLLoader{

    public static final GLLoader INSTANCE = new GLLoader();
   
    private TIntList vaos = new TIntArrayList();
    private TIntList vbos = new TIntArrayList();
    private TIntList textures = new TIntArrayList();

    /**
     * Creates a VAO and stores the position data of the vertices into attribute 0
     * of the VAO. The indices are stored in an index buffer and bound to the VAO.
     *
     * @param positions
     *            - The 3D positions of each vertex in the geometry (in this example
     *            a quad).
     * @param indices
     *            - The indices of the model that we want to store in the VAO. The
     *            indices indicate how the vertices should be connected together to
     *            form triangles.
     * @return The loaded model.
     */

    public RawModel loadToVAO(float[] positions, float[] textureCoords, float[] normals, int[] indices){
        int vaoID = createVAO();
        bindIndicesBuffer(indices);
        storeDataInAttributeList(0, 3, positions);
        storeDataInAttributeList(1, 2, textureCoords);
        storeDataInAttributeList(2, 3, normals);
        unbindVAO();
        return new RawModel(vaoID, indices.length);
    }

    public int loadTexture(InputStream textureStream){
        try{
            Texture texture = TextureLoader.getTexture("PNG", textureStream);
            int textureId = texture.getTextureID();
            textures.add(textureId);
            return textureId;
        }catch(IOException e){
            e.printStackTrace();
        }
       
        return -1;
    }
   
    /**
     * Deletes all the VAOs and VBOs when the game is closed. VAOs and VBOs are
     * located in video memory.
     */
    public void cleanUp(){
        vaos.forEach(vao -> {
            GL30.glDeleteVertexArrays(vao);
            return true;
        });
        vaos.clear();
       
        vbos.forEach(vbo -> {
            GL15.glDeleteBuffers(vbo);
            return true;
        });
        vbos.clear();
       
        textures.forEach(texture -> {
            GL11.glDeleteTextures(texture);
            return true;
        });
        textures.clear();
    }

    /**
     * Creates a new VAO and returns its ID. A VAO holds geometry data that we can
     * render and is physically stored in memory on the GPU, so that it can be
     * accessed very quickly during rendering.
     *
     * Like most objects in OpenGL, the new VAO is created using a "gen" method
     * which returns the ID of the new VAO. In order to use the VAO it needs to be
     * made the active VAO. Only one VAO can be active at a time. To make this VAO
     * the active VAO (so that we can store stuff in it) we have to bind it.
     *
     * @return The ID of the newly created VAO.
     */
    private int createVAO(){
        int vaoID = GL30.glGenVertexArrays();
        vaos.add(vaoID);
        GL30.glBindVertexArray(vaoID);
        return vaoID;
    }

    /**
     * Stores the position data of the vertices into attribute 0 of the VAO. To do
     * this the positions must first be stored in a VBO. You can simply think of a
     * VBO as an array of data that is stored in memory on the GPU for easy access
     * during rendering.
     *
     * Just like with the VAO, we create a new VBO using a "gen" method, and make it
     * the active VBO (so that we do stuff to it) by binding it.
     *
     * We then store the positions data in the active VBO by using the glBufferData
     * method. We also indicate using GL_STATIC_DRAW that this data won't need to be
     * changed. If we wanted to edit the positions every frame (perhaps to animate
     * the quad) then we would use GL_DYNAMIC_DRAW instead.
     *
     * We the connect the VBO to the VAO using the glVertexAttribPointer() method.
     * This needs to know the attribute number of the VAO where we want to put the
     * data, the number of floats used for each vertex (3 floats in this case,
     * because each vertex has a 3D position, an x, y, and z value), the type of
     * data (in this case we used floats) and then some other more complicated stuff
     * for storing the data in more fancy ways. Don't worry about the last 3
     * parameters for now, we don't need them here.
     *
     * Now that we've finished using the VBO we can unbind it. This isn't totally
     * necessary, but I think it's good practice to unbind the VBO when you're done
     * using it.
     *
     * @param attributeNumber
     *            - The number of the attribute of the VAO where the data is to be
     *            stored.
     * @param data
     *            - The geometry data to be stored in the VAO, in this case the
     *            positions of the vertices.
     */
    private void storeDataInAttributeList(int attributeNumber, int coordinateSize, float[] data){
        int vboID = GL15.glGenBuffers();
        vbos.add(vboID);
        GL15.glBindBuffer(GL15.GL_ARRAY_BUFFER, vboID);
        FloatBuffer buffer = storeDataInFloatBuffer(data);
        GL15.glBufferData(GL15.GL_ARRAY_BUFFER, buffer, GL15.GL_STATIC_DRAW);
        GL20.glVertexAttribPointer(attributeNumber, coordinateSize, GL11.GL_FLOAT, false, 0, 0);
        GL15.glBindBuffer(GL15.GL_ARRAY_BUFFER, 0);
    }

    /**
     * Unbinds the VAO after we're finished using it. If we want to edit or use the
     * VAO we would have to bind it again first.
     */
    private void unbindVAO(){
        GL30.glBindVertexArray(0);
    }

    /**
     * Creates an index buffer, binds the index buffer to the currently active VAO,
     * and then fills it with our indices.
     *
     * The index buffer is different from other data that we might store in the
     * attributes of the VAO. When we stored the positions we were storing data
     * about each vertex. The positions were "attributes" of each vertex. Data like
     * that is stored in an attribute list of the VAO.
     *
     * The index buffer however does not contain data about each vertex. Instead it
     * tells OpenGL how the vertices should be connected. Each VAO can only have one
     * index buffer associated with it. This is why we don't store the index buffer
     * in a certain attribute of the VAO; each VAO has one special "slot" for an
     * index buffer and simply binding the index buffer binds it to the currently
     * active VAO. When the VAO is rendered it will use the index buffer that is
     * bound to it.
     *
     * This is also why we don't unbind the index buffer, as that would unbind it
     * from the VAO.
     *
     * Note that we tell OpenGL that this is an index buffer by using
     * "GL_ELEMENT_ARRAY_BUFFER" instead of "GL_ARRAY_BUFFER". This is how OpenGL
     * knows to bind it as the index buffer for the current VAO.
     *
     * @param indices
     */
    private void bindIndicesBuffer(int[] indices){
        int vboId = GL15.glGenBuffers();
        vbos.add(vboId);
        GL15.glBindBuffer(GL15.GL_ELEMENT_ARRAY_BUFFER, vboId);
        IntBuffer buffer = storeDataInIntBuffer(indices);
        GL15.glBufferData(GL15.GL_ELEMENT_ARRAY_BUFFER, buffer, GL15.GL_STATIC_DRAW);
    }

    /**
     * Converts the indices from an int array to an IntBuffer so that they can be
     * stored in a VBO. Very similar to the storeDataInFloatBuffer() method below.
     *
     * @param data
     *            - The indices in an int[].
     * @return The indices in a buffer.
     */
    private IntBuffer storeDataInIntBuffer(int[] data){
        IntBuffer buffer = BufferUtils.createIntBuffer(data.length);
        buffer.put(data);
        buffer.flip();
        return buffer;
    }

    /**
     * Before we can store data in a VBO it needs to be in a certain format: in a
     * buffer. In this case we will use a float buffer because the data we want to
     * store is float data. If we were storing int data we would use an IntBuffer.
     *
     * First and empty buffer of the correct size is created. You can think of a
     * buffer as basically an array with a pointer. After putting the necessary data
     * into the buffer the pointer will have increased so that it points at the
     * first empty element of the array. This is so that we could add more data to
     * the buffer if we wanted and it wouldn't overwrite the data we've already put
     * in. However, we're done with storing data and we want to make the buffer
     * ready for reading. To do this we need to make the pointer point to the start
     * of the data, so that OpenGL knows where in the buffer to start reading. The
     * "flip()" method does just that, putting the pointer back to the start of the
     * buffer.
     *
     * @param data
     *            - The float data that is going to be stored in the buffer.
     * @return The FloatBuffer containing the data. This float buffer is ready to be
     *         loaded into a VBO.
     */
    private FloatBuffer storeDataInFloatBuffer(float[] data){
        FloatBuffer buffer = BufferUtils.createFloatBuffer(data.length);
        buffer.put(data);
        buffer.flip();
        return buffer;
    }
}
 
2,505
81
397
Не знаю. Попробовал у себя твой же код.. Работает как надо. Создавал модель и в рендере, и в преините, и вообще до преинита.
Протестил и квадраты, и треугольники. Код моделей ниже.
Kotlin:
val vaoQuads = GLLoader.INSTANCE.loadToVAO( // теперь возвращает vao, а не модель
   floatArrayOf(
       100f, 100f, 0f,
       100f, 200f, 0f,
       200f, 200f, 0f,
       200f, 100f, 0f
   ),
   floatArrayOf(
       0f, 0f,
       0f, 1f,
       1f, 1f,
       1f, 0f
   ),
   floatArrayOf(
       1f, 0f, 0f,
       1f, 0f, 0f,
       1f, 0f, 0f,
       1f, 0f, 0f
   ),
   intArrayOf(0, 1, 2, 3)
)

val vaoTriangles = GLLoader.INSTANCE.loadToVAO(
   floatArrayOf(
       200f, 200f, 0f,
       200f, 300f, 0f,
       300f, 300f, 0f,
       300f, 200f, 0f
   ),
   floatArrayOf(
       0f, 0f,
       0f, 1f,
       1f, 1f,
       1f, 0f
   ),
   floatArrayOf(
       1f, 0f, 0f,
       1f, 0f, 0f,
       1f, 0f, 0f,
       1f, 0f, 0f
   ),
   intArrayOf(0, 1, 2, 2, 3, 1)
)
Kotlin:
GL30.glBindVertexArray(vaoQuads)
GL11.glDrawElements(GL11.GL_QUADS, 4, GL11.GL_UNSIGNED_INT, 0)

GL30.glBindVertexArray(vaoTriangles)
GL11.glDrawElements(GL11.GL_TRIANGLES, 6, GL11.GL_UNSIGNED_INT, 0)

GL30.glBindVertexArray(0)

Еще как я уже говорил, можно перенести включение атрибута сюда и ни о чем не заботиться.
Java:
private void storeDataInAttributeList(int attributeNumber, int coordinateSize, float[] data) {
    int vboID = GL15.glGenBuffers();
    GL15.glBindBuffer(GL15.GL_ARRAY_BUFFER, vboID);
    FloatBuffer buffer = storeDataInFloatBuffer(data);
    GL15.glBufferData(GL15.GL_ARRAY_BUFFER, buffer, GL15.GL_STATIC_DRAW);
--> GL20.glEnableVertexAttribArray(attributeNumber);
    GL20.glVertexAttribPointer(attributeNumber, coordinateSize, GL11.GL_FLOAT, false, 0, 0);
    GL15.glBindBuffer(GL15.GL_ARRAY_BUFFER, 0);
}

Вероятно, твоя ошибка в том, что ты вызываешь GL11.glDrawElements(GL11.GL_TRIANGLES, model.[B]getVertexCount[/B](), GL11.GL_UNSIGNED_INT, 0);, хотя на самом деле там надо указывать количество индексов.
 
Последнее редактирование:

tox1cozZ

aka Agravaine
8,454
598
2,890
Еще как я уже говорил, можно перенести включение атрибута сюда и ни о чем не заботиться.
Спасибо.
Вероятно, твоя ошибка в том, что ты вызываешь
То просто метод коряво называется, на самом деле он возвращает количество индексов.
-
Я понял из-за чего проблема. Вырубил форджевский скрин загрузки(при запуске игры) и все запахало. Он там с контекстом OpenGL играется, так что...
 
Сверху