シェーダー適応できない

Minecraftのゲームプレイ全般の質問はこちらへどうぞ。
inari
ID: 2HJXO8S7CY

シェーダー適応できない

投稿記事 by inari » 2021年1月09日(土) 00:18

1.16.4-Optifine_HD_UG5にてシェーダーを適用しようとすると以下のようなエラーを出してマイクラが落ちます。
また、ほかのバージョンで通常プレイしていてもかなりの確率でほぼ同様のエラーが出て困っています。
何か対策法などはありますか?教えていただけると幸いです。

~~エラー~~
ログ
Show

コード: 全て選択

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff907babad2, pid=2624, tid=1236
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [atio6axx.dll+0xbbbad2]
#
# 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 (0x0000000002b42800):  JavaThread "Render thread" [_thread_in_native, id=1236, stack(0x0000000002a40000,0x0000000002b40000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000037ea3000

Registers:
RAX=0x0000000000002fff, RBX=0x0000000037ea0000, RCX=0xffffffffffffffff, RDX=0x0000000000200044
RSP=0x0000000002b3d740, RBP=0x0000000002b3d840, RSI=0x0000000000000000, RDI=0x0000000000000000
R8 =0x0000000000000020, R9 =0x0000000000000040, R10=0x0000000000000000, R11=0x000000007aa10000
R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x00007ff907babad2, EFLAGS=0x0000000000010286

Top of Stack: (sp=0x0000000002b3d740)
0x0000000002b3d740:   0000000000a0d5c0 0000000002b42800
0x0000000002b3d750:   00000000c9000001 00000000000003aa
0x0000000002b3d760:   0000000000000100 0000000000a00150
0x0000000002b3d770:   000000004c858020 00007ff9598848ea
0x0000000002b3d780:   0000000000a00000 0000000000000000
0x0000000002b3d790:   0000000000000000 0000000000000000
0x0000000002b3d7a0:   00000000000003aa 00000000000003aa
0x0000000002b3d7b0:   0000000000000000 0000000002000002
0x0000000002b3d7c0:   0000000000000101 00007ff959887800
0x0000000002b3d7d0:   0000000000000000 0000000000000000
0x0000000002b3d7e0:   0000000000000000 0000000000000000
0x0000000002b3d7f0:   0000000000000000 0000000000000000
0x0000000002b3d800:   0000000000000000 0000000000000000
0x0000000002b3d810:   0000000000000000 0000000000540000
0x0000000002b3d820:   000000004c858010 000000004fd51d40
0x0000000002b3d830:   0000000000000001 0000000000000010 

Instructions: (pc=0x00007ff907babad2)
0x00007ff907babab2:   e8 01 00 00 48 8b f7 48 89 7d b0 48 89 7d b8 48
0x00007ff907babac2:   89 7c 24 70 4a 8b 1c fb 48 85 db 74 4c 48 8b c1
0x00007ff907babad2:   80 7c 03 01 00 48 8d 40 01 75 f5 48 8d 78 01 48
0x00007ff907babae2:   89 7d b8 48 85 ff 74 1c 48 8d 77 0f 48 83 e6 f0 


Register to memory mapping:

RAX=0x0000000000002fff is an unknown value
RBX=0x0000000037ea0000 is an unknown value
RCX=0xffffffffffffffff is an unknown value
RDX=0x0000000000200044 is an unknown value
RSP=0x0000000002b3d740 is pointing into the stack for thread: 0x0000000002b42800
RBP=0x0000000002b3d840 is pointing into the stack for thread: 0x0000000002b42800
RSI=0x0000000000000000 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x0000000000000020 is an unknown value
R9 =0x0000000000000040 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x000000007aa10000 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: [0x0000000002a40000,0x0000000002b40000],  sp=0x0000000002b3d740,  free space=1013k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [atio6axx.dll+0xbbbad2]
C  [atio6axx.dll+0xbb930f]
C  [atio6axx.dll+0xdcaee7]
C  0x0000000002c55ed4

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.lwjgl.opengl.ARBShaderObjects.nglShaderSourceARB(IIJJ)V+0
j  org.lwjgl.opengl.ARBShaderObjects.glShaderSourceARB(ILjava/lang/CharSequence;)V+38
j  net.optifine.shaders.Shaders.createVertShader(Lnet/optifine/shaders/Program;Ljava/lang/String;)I+339
j  net.optifine.shaders.Shaders.setupProgram(Lnet/optifine/shaders/Program;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+38
j  net.optifine.shaders.Shaders.init()V+707
j  net.optifine.shaders.Shaders.beginRender(Ldjz;Ldjk;FJ)V+49
J 15691 C1 dzz.a(FJLdfm;)V (854 bytes) @ 0x00000000052be7cc [0x00000000052be4e0+0x2ec]
J 16956 C1 dzz.a(FJZ)V (1147 bytes) @ 0x0000000005687a1c [0x00000000056862a0+0x177c]
J 8641 C1 djz.e(Z)V (946 bytes) @ 0x000000000408e784 [0x00000000040898c0+0x4ec4]
j  djz.e()V+68
j  net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1366
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+661
j  net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x000000001f996000 JavaThread "Sound engine" daemon [_thread_blocked, id=11036, stack(0x000000007e810000,0x000000007e910000)]
  0x000000001f995000 JavaThread "Worker-Main-25" daemon [_thread_blocked, id=5768, stack(0x00000000656b0000,0x00000000657b0000)]
  0x000000001f997800 JavaThread "Worker-Main-24" daemon [_thread_blocked, id=6852, stack(0x000000005c8e0000,0x000000005c9e0000)]
  0x000000001f996800 JavaThread "Worker-Main-23" daemon [_thread_blocked, id=8188, stack(0x0000000031e00000,0x0000000031f00000)]
  0x000000001f99b000 JavaThread "Worker-Main-20" daemon [_thread_blocked, id=10040, stack(0x0000000056570000,0x0000000056670000)]
  0x000000001f99a800 JavaThread "Worker-Main-19" daemon [_thread_blocked, id=9132, stack(0x0000000056470000,0x0000000056570000)]
  0x0000000023042800 JavaThread "Worker-Main-18" daemon [_thread_blocked, id=8252, stack(0x0000000056370000,0x0000000056470000)]
  0x0000000023045800 JavaThread "Downloader 0" daemon [_thread_blocked, id=10364, stack(0x00000000201a0000,0x00000000202a0000)]
  0x0000000023046800 JavaThread "Netty Client IO #3" daemon [_thread_in_native, id=10984, stack(0x0000000047d20000,0x0000000047e20000)]
  0x000000002303e000 JavaThread "Netty Client IO #2" daemon [_thread_in_native, id=11152, stack(0x0000000032200000,0x0000000032300000)]
  0x0000000023045000 JavaThread "Server Pinger #2" daemon [_thread_blocked, id=6264, stack(0x0000000032000000,0x0000000032100000)]
  0x0000000023043800 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=7096, stack(0x0000000031a40000,0x0000000031b40000)]
  0x000000002303b800 JavaThread "Netty Client IO #1" daemon [_thread_in_native, id=412, stack(0x0000000031940000,0x0000000031a40000)]
  0x000000002303c800 JavaThread "ObjectCleanerThread" daemon [_thread_blocked, id=6836, stack(0x0000000025e20000,0x0000000025f20000)]
  0x0000000023042000 JavaThread "Server Pinger #1" daemon [_thread_blocked, id=5324, stack(0x0000000023a90000,0x0000000023b90000)]
  0x0000000023040800 JavaThread "Thread-6" daemon [_thread_in_native, id=2460, stack(0x0000000000cf0000,0x0000000000df0000)]
  0x000000002303b000 JavaThread "Server Pinger #0" daemon [_thread_blocked, id=5836, stack(0x0000000000b00000,0x0000000000c00000)]
  0x000000002303f000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=9368, stack(0x0000000043100000,0x0000000043200000)]
  0x000000002303a000 JavaThread "pool-3-thread-3" [_thread_blocked, id=2492, stack(0x000000003e8a0000,0x000000003e9a0000)]
  0x000000002303d800 JavaThread "pool-3-thread-2" [_thread_blocked, id=5240, stack(0x000000003e7a0000,0x000000003e8a0000)]
  0x000000002303f800 JavaThread "pool-3-thread-1" [_thread_blocked, id=3212, stack(0x0000000030560000,0x0000000030660000)]
  0x000000001f999800 JavaThread "Narrator" [_thread_blocked, id=9896, stack(0x00000000300a0000,0x00000000301a0000)]
  0x000000001f99c000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6248, stack(0x0000000025d20000,0x0000000025e20000)]
  0x00000000224a7800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=9164, stack(0x0000000024570000,0x0000000024670000)]
  0x000000001b2ce800 JavaThread "Service Thread" daemon [_thread_blocked, id=10476, stack(0x000000001d110000,0x000000001d210000)]
  0x000000001b2b8000 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=4468, stack(0x000000001d010000,0x000000001d110000)]
  0x000000001b2af000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=1392, stack(0x000000001cf10000,0x000000001d010000)]
  0x000000001b2ab000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=10756, stack(0x000000001ce10000,0x000000001cf10000)]
  0x000000001b2a8800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=9520, stack(0x000000001cd10000,0x000000001ce10000)]
  0x000000001b2a6000 JavaThread "Attach Listener" daemon [_thread_blocked, id=1184, stack(0x000000001cc10000,0x000000001cd10000)]
  0x000000001b2a5000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7484, stack(0x000000001cb10000,0x000000001cc10000)]
  0x000000001c253800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=5548, stack(0x000000001ca10000,0x000000001cb10000)]
  0x000000001ab9d000 JavaThread "Finalizer" daemon [_thread_blocked, id=9284, stack(0x000000001c110000,0x000000001c210000)]
  0x000000001ab99000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5552, stack(0x000000001c010000,0x000000001c110000)]
=>0x0000000002b42800 JavaThread "Render thread" [_thread_in_native, id=1236, stack(0x0000000002a40000,0x0000000002b40000)]

Other Threads:
  0x000000001ab64800 VMThread [stack: 0x000000001bf10000,0x000000001c010000] [id=8636]
  0x000000001c27a800 WatcherThread [stack: 0x000000001d210000,0x000000001d310000] [id=10628]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 garbage-first heap   total 1933312K, used 1152116K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 22 young (720896K), 2 survivors (65536K)
 Metaspace       used 73534K, capacity 81442K, committed 81512K, reserved 1118208K
  class space    used 9997K, capacity 11867K, committed 11880K, reserved 1048576K

Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
AC   0  O    TS     0 PTAMS 0x0000000082000000 NTAMS 0x0000000082000000 space 32768K, 100% used [0x0000000080000000, 0x0000000082000000)
AC   0  O    TS     0 PTAMS 0x0000000084000000 NTAMS 0x0000000084000000 space 32768K, 100% used [0x0000000082000000, 0x0000000084000000)
AC   0  O    TS     0 PTAMS 0x0000000086000000 NTAMS 0x0000000086000000 space 32768K, 100% used [0x0000000084000000, 0x0000000086000000)
AC   0  O    TS     0 PTAMS 0x0000000088000000 NTAMS 0x0000000088000000 space 32768K, 100% used [0x0000000086000000, 0x0000000088000000)
AC   0  O    TS     0 PTAMS 0x000000008a000000 NTAMS 0x000000008a000000 space 32768K, 100% used [0x0000000088000000, 0x000000008a000000)
AC   0  O    TS     0 PTAMS 0x000000008c000000 NTAMS 0x000000008c000000 space 32768K, 100% used [0x000000008a000000, 0x000000008c000000)
AC   0  O    TS     0 PTAMS 0x000000008e000000 NTAMS 0x000000008e000000 space 32768K, 100% used [0x000000008c000000, 0x000000008e000000)
AC   0  O    TS     0 PTAMS 0x0000000090000000 NTAMS 0x0000000090000000 space 32768K, 100% used [0x000000008e000000, 0x0000000090000000)
AC   0  O    TS    23 PTAMS 0x000000009134fe00 NTAMS 0x000000009134fe00 space 32768K, 100% used [0x0000000090000000, 0x0000000092000000)
AC   0  O    TS    27 PTAMS 0x0000000092000000 NTAMS 0x0000000092000000 space 32768K, 100% used [0x0000000092000000, 0x0000000094000000)
AC   0  O    TS    55 PTAMS 0x0000000094000000 NTAMS 0x0000000094000000 space 32768K, 100% used [0x0000000094000000, 0x0000000096000000)
AC   0 HS    TS     0 PTAMS 0x0000000096000000 NTAMS 0x0000000096000000 space 32768K,  50% used [0x0000000096000000, 0x0000000098000000)
AC   0  O    TS    55 PTAMS 0x0000000098000000 NTAMS 0x0000000098000000 space 32768K, 100% used [0x0000000098000000, 0x000000009a000000)
AC   0  O    TS    55 PTAMS 0x000000009a000000 NTAMS 0x000000009a000000 space 32768K, 100% used [0x000000009a000000, 0x000000009c000000)
AC   0  O    TS    61 PTAMS 0x000000009c000000 NTAMS 0x000000009c000000 space 32768K,  69% used [0x000000009c000000, 0x000000009e000000)
AC   0  F    TS     0 PTAMS 0x000000009e000000 NTAMS 0x000000009e000000 space 32768K,   0% used [0x000000009e000000, 0x00000000a0000000)
AC   0  F    TS     0 PTAMS 0x00000000a0000000 NTAMS 0x00000000a0000000 space 32768K,   0% used [0x00000000a0000000, 0x00000000a2000000)
AC   0  F    TS     0 PTAMS 0x00000000a2000000 NTAMS 0x00000000a2000000 space 32768K,   0% used [0x00000000a2000000, 0x00000000a4000000)
AC   0  F    TS     0 PTAMS 0x00000000a4000000 NTAMS 0x00000000a4000000 space 32768K,   0% used [0x00000000a4000000, 0x00000000a6000000)
AC   0  F    TS     0 PTAMS 0x00000000a6000000 NTAMS 0x00000000a6000000 space 32768K,   0% used [0x00000000a6000000, 0x00000000a8000000)
AC   0  F    TS    53 PTAMS 0x00000000a8000000 NTAMS 0x00000000a8000000 space 32768K,   0% used [0x00000000a8000000, 0x00000000aa000000)
AC   0  F    TS    53 PTAMS 0x00000000aa000000 NTAMS 0x00000000aa000000 space 32768K,   0% used [0x00000000aa000000, 0x00000000ac000000)
AC   0  F    TS    51 PTAMS 0x00000000ac000000 NTAMS 0x00000000ac000000 space 32768K,   0% used [0x00000000ac000000, 0x00000000ae000000)
AC   0  F    TS    53 PTAMS 0x00000000ae000000 NTAMS 0x00000000ae000000 space 32768K,   0% used [0x00000000ae000000, 0x00000000b0000000)
AC   0  F    TS    53 PTAMS 0x00000000b0000000 NTAMS 0x00000000b0000000 space 32768K,   0% used [0x00000000b0000000, 0x00000000b2000000)
AC   0  F    TS    25 PTAMS 0x00000000b2000000 NTAMS 0x00000000b2000000 space 32768K,   0% used [0x00000000b2000000, 0x00000000b4000000)
AC   0  F    TS    59 PTAMS 0x00000000b4000000 NTAMS 0x00000000b4000000 space 32768K,   0% used [0x00000000b4000000, 0x00000000b6000000)
AC   0  F    TS    59 PTAMS 0x00000000b6000000 NTAMS 0x00000000b6000000 space 32768K,   0% used [0x00000000b6000000, 0x00000000b8000000)
AC   0  F    TS     0 PTAMS 0x00000000b8000000 NTAMS 0x00000000b8000000 space 32768K,   0% used [0x00000000b8000000, 0x00000000ba000000)
AC   0  S CS TS    61 PTAMS 0x00000000ba000000 NTAMS 0x00000000ba000000 space 32768K,  96% used [0x00000000ba000000, 0x00000000bc000000)
AC   0  S CS TS    61 PTAMS 0x00000000bc000000 NTAMS 0x00000000bc000000 space 32768K, 100% used [0x00000000bc000000, 0x00000000be000000)
AC   0  F    TS     0 PTAMS 0x00000000be000000 NTAMS 0x00000000be000000 space 32768K,   0% used [0x00000000be000000, 0x00000000c0000000)
AC   0  F    TS     0 PTAMS 0x00000000c0000000 NTAMS 0x00000000c0000000 space 32768K,   0% used [0x00000000c0000000, 0x00000000c2000000)
AC   0  F    TS     0 PTAMS 0x00000000c2000000 NTAMS 0x00000000c2000000 space 32768K,   0% used [0x00000000c2000000, 0x00000000c4000000)
AC   0  F    TS     0 PTAMS 0x00000000c4000000 NTAMS 0x00000000c4000000 space 32768K,   0% used [0x00000000c4000000, 0x00000000c6000000)
AC   0  F    TS     0 PTAMS 0x00000000c6000000 NTAMS 0x00000000c6000000 space 32768K,   0% used [0x00000000c6000000, 0x00000000c8000000)
AC   0  F    TS     0 PTAMS 0x00000000c8000000 NTAMS 0x00000000c8000000 space 32768K,   0% used [0x00000000c8000000, 0x00000000ca000000)
AC   0  F    TS     0 PTAMS 0x00000000ca000000 NTAMS 0x00000000ca000000 space 32768K,   0% used [0x00000000ca000000, 0x00000000cc000000)
AC   0  F    TS     0 PTAMS 0x00000000cc000000 NTAMS 0x00000000cc000000 space 32768K,   0% used [0x00000000cc000000, 0x00000000ce000000)
AC   0  E    TS     0 PTAMS 0x00000000ce000000 NTAMS 0x00000000ce000000 space 32768K,  42% used [0x00000000ce000000, 0x00000000d0000000)
AC   0  E CS TS     0 PTAMS 0x00000000d0000000 NTAMS 0x00000000d0000000 space 32768K, 100% used [0x00000000d0000000, 0x00000000d2000000)
AC   0  E CS TS     0 PTAMS 0x00000000d2000000 NTAMS 0x00000000d2000000 space 32768K, 100% used [0x00000000d2000000, 0x00000000d4000000)
AC   0  E CS TS     0 PTAMS 0x00000000d4000000 NTAMS 0x00000000d4000000 space 32768K, 100% used [0x00000000d4000000, 0x00000000d6000000)
AC   0  E CS TS     0 PTAMS 0x00000000d6000000 NTAMS 0x00000000d6000000 space 32768K, 100% used [0x00000000d6000000, 0x00000000d8000000)
AC   0  E CS TS     0 PTAMS 0x00000000d8000000 NTAMS 0x00000000d8000000 space 32768K, 100% used [0x00000000d8000000, 0x00000000da000000)
AC   0  E CS TS     0 PTAMS 0x00000000da000000 NTAMS 0x00000000da000000 space 32768K, 100% used [0x00000000da000000, 0x00000000dc000000)
AC   0  E CS TS     0 PTAMS 0x00000000dc000000 NTAMS 0x00000000dc000000 space 32768K, 100% used [0x00000000dc000000, 0x00000000de000000)
AC   0  E CS TS    57 PTAMS 0x00000000de000000 NTAMS 0x00000000de000000 space 32768K, 100% used [0x00000000de000000, 0x00000000e0000000)
AC   0  E CS TS     0 PTAMS 0x00000000e0000000 NTAMS 0x00000000e0000000 space 32768K, 100% used [0x00000000e0000000, 0x00000000e2000000)
AC   0  E CS TS     0 PTAMS 0x00000000e2000000 NTAMS 0x00000000e2000000 space 32768K, 100% used [0x00000000e2000000, 0x00000000e4000000)
AC   0  E CS TS    55 PTAMS 0x00000000e4000000 NTAMS 0x00000000e4000000 space 32768K, 100% used [0x00000000e4000000, 0x00000000e6000000)
AC   0  E CS TS    55 PTAMS 0x00000000e6000000 NTAMS 0x00000000e6000000 space 32768K, 100% used [0x00000000e6000000, 0x00000000e8000000)
AC   0  E CS TS     0 PTAMS 0x00000000e8000000 NTAMS 0x00000000e8000000 space 32768K, 100% used [0x00000000e8000000, 0x00000000ea000000)
AC   0  E CS TS     0 PTAMS 0x00000000ea000000 NTAMS 0x00000000ea000000 space 32768K, 100% used [0x00000000ea000000, 0x00000000ec000000)
AC   0  E CS TS     0 PTAMS 0x00000000ec000000 NTAMS 0x00000000ec000000 space 32768K, 100% used [0x00000000ec000000, 0x00000000ee000000)
AC   0  E CS TS     0 PTAMS 0x00000000ee000000 NTAMS 0x00000000ee000000 space 32768K, 100% used [0x00000000ee000000, 0x00000000f0000000)
AC   0  E CS TS     0 PTAMS 0x00000000f0000000 NTAMS 0x00000000f0000000 space 32768K, 100% used [0x00000000f0000000, 0x00000000f2000000)
AC   0  E CS TS     0 PTAMS 0x00000000f2000000 NTAMS 0x00000000f2000000 space 32768K, 100% used [0x00000000f2000000, 0x00000000f4000000)
AC   0  E CS TS     0 PTAMS 0x00000000f4000000 NTAMS 0x00000000f4000000 space 32768K, 100% used [0x00000000f4000000, 0x00000000f6000000)

Card table byte_map: [0x0000000013d90000,0x0000000014190000] byte_map_base: 0x0000000013990000

Marking Bits (Prev, Next): (CMBitMap*) 0x0000000002b946e8, (CMBitMap*) 0x0000000002b94740
 Prev Bits: [0x0000000014590000, 0x0000000016590000)
 Next Bits: [0x0000000016590000, 0x0000000018590000)

Polling page: 0x00000000005e0000

CodeCache: size=245760Kb used=41031Kb max_used=43023Kb free=204728Kb
 bounds [0x0000000002c40000, 0x00000000056c0000, 0x0000000011c40000]
 total_blobs=13492 nmethods=11880 adapters=1522
 compilation: enabled

Compilation events (10 events):
Event: 133.128 Thread 0x000000001b2af000 nmethod 17173 0x0000000004b786d0 code [0x0000000004b788a0, 0x0000000004b78ed0]
Event: 133.129 Thread 0x000000001b2b8000 17177       3       java.util.regex.Pattern$CharProperty::study (29 bytes)
Event: 133.129 Thread 0x000000001b2b8000 nmethod 17177 0x0000000004666210 code [0x0000000004666380, 0x00000000046665a8]
Event: 133.130 Thread 0x000000001b2b8000 17178       3       net.optifine.shaders.Shaders::applyOptions (50 bytes)
Event: 133.131 Thread 0x000000001b2b8000 nmethod 17178 0x00000000031c12d0 code [0x00000000031c1460, 0x00000000031c18d8]
Event: 133.131 Thread 0x000000001b2b8000 17179       3       net.optifine.shaders.config.MacroState::processLine (112 bytes)
Event: 133.131 Thread 0x000000001b2ab000 17180       4       java.util.regex.Pattern$CharProperty::match (56 bytes)
Event: 133.131 Thread 0x000000001b2b8000 nmethod 17179 0x0000000003ca5890 code [0x0000000003ca5aa0, 0x0000000003ca6598]
Event: 133.131 Thread 0x000000001b2b8000 17181       3       net.optifine.shaders.config.ShaderParser::parseLine (299 bytes)
Event: 133.132 Thread 0x000000001b2b8000 nmethod 17181 0x0000000003c505d0 code [0x0000000003c50a60, 0x0000000003c53eb8]

GC Heap History (10 events):
Event: 100.361 GC heap before
{Heap before GC invocations=88 (full 0):
 garbage-first heap   total 1933312K, used 1508929K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 35 young (1146880K), 1 survivors (32768K)
 Metaspace       used 71007K, capacity 78334K, committed 78568K, reserved 1116160K
  class space    used 9853K, capacity 11693K, committed 11752K, reserved 1048576K
Event: 100.466 GC heap after
Heap after GC invocations=89 (full 0):
 garbage-first heap   total 1933312K, used 485769K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 4 young (131072K), 4 survivors (131072K)
 Metaspace       used 71007K, capacity 78334K, committed 78568K, reserved 1116160K
  class space    used 9853K, capacity 11693K, committed 11752K, reserved 1048576K
}
Event: 117.921 GC heap before
{Heap before GC invocations=89 (full 0):
 garbage-first heap   total 1933312K, used 715145K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 11 young (360448K), 4 survivors (131072K)
 Metaspace       used 73084K, capacity 80926K, committed 81000K, reserved 1118208K
  class space    used 9971K, capacity 11819K, committed 11880K, reserved 1048576K
Event: 117.966 GC heap after
Heap after GC invocations=90 (full 0):
 garbage-first heap   total 1933312K, used 529515K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 2 young (65536K), 2 survivors (65536K)
 Metaspace       used 73084K, capacity 80926K, committed 81000K, reserved 1118208K
  class space    used 9971K, capacity 11819K, committed 11880K, reserved 1048576K
}
Event: 125.552 GC heap before
{Heap before GC invocations=90 (full 0):
 garbage-first heap   total 1933312K, used 824427K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 11 young (360448K), 2 survivors (65536K)
 Metaspace       used 73249K, capacity 81086K, committed 81256K, reserved 1118208K
  class space    used 9979K, capacity 11851K, committed 11880K, reserved 1048576K
Event: 125.561 GC heap after
Heap after GC invocations=91 (full 0):
 garbage-first heap   total 1933312K, used 489033K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 1 young (32768K), 1 survivors (32768K)
 Metaspace       used 73249K, capacity 81086K, committed 81256K, reserved 1118208K
  class space    used 9979K, capacity 11851K, committed 11880K, reserved 1048576K
}
Event: 127.103 GC heap before
{Heap before GC invocations=91 (full 0):
 garbage-first heap   total 1933312K, used 1439305K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 31 young (1015808K), 1 survivors (32768K)
 Metaspace       used 73423K, capacity 81322K, committed 81512K, reserved 1118208K
  class space    used 9988K, capacity 11855K, committed 11880K, reserved 1048576K
Event: 127.123 GC heap after
Heap after GC invocations=92 (full 0):
 garbage-first heap   total 1933312K, used 506691K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 2 young (65536K), 2 survivors (65536K)
 Metaspace       used 73423K, capacity 81322K, committed 81512K, reserved 1118208K
  class space    used 9988K, capacity 11855K, committed 11880K, reserved 1048576K
}
Event: 129.885 GC heap before
{Heap before GC invocations=92 (full 0):
 garbage-first heap   total 1933312K, used 1424195K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 30 young (983040K), 2 survivors (65536K)
 Metaspace       used 73464K, capacity 81346K, committed 81512K, reserved 1118208K
  class space    used 9991K, capacity 11859K, committed 11880K, reserved 1048576K
Event: 129.911 GC heap after
Heap after GC invocations=93 (full 0):
 garbage-first heap   total 1933312K, used 529524K [0x0000000080000000, 0x00000000820001d8, 0x0000000100000000)
  region size 32768K, 2 young (65536K), 2 survivors (65536K)
 Metaspace       used 73464K, capacity 81346K, committed 81512K, reserved 1118208K
  class space    used 9991K, capacity 11859K, committed 11880K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 131.382 Thread 0x0000000002b42800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004bfdfd4 method=elx.a(Lceh;Lgc;Ljava/util/Random;)Ljava/util/List; @ 16
Event: 131.382 Thread 0x0000000002b42800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004bfdfd4 method=elx.a(Lceh;Lgc;Ljava/util/Random;)Ljava/util/List; @ 16
Event: 131.382 Thread 0x0000000002b42800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004bfdfd4 method=elx.a(Lceh;Lgc;Ljava/util/Random;)Ljava/util/List; @ 16
Event: 132.012 Thread 0x0000000002b42800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000055abcc4 method=ekb.a()V @ 88
Event: 132.016 Thread 0x0000000002b42800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004a8fbd4 method=ekc.q()V @ 34
Event: 132.103 Thread 0x0000000002b42800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000499bf70 method=ejq.a(ZZ)V @ 97
Event: 132.212 Thread 0x0000000002b42800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000047324f4 method=com.mojang.blaze3d.systems.RenderSystem.replayQueue()V @ 19
Event: 133.130 Thread 0x0000000002b42800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000424117c method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 16
Event: 133.130 Thread 0x0000000002b42800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000424117c method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 16
Event: 133.130 Thread 0x0000000002b42800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000355180c method=java.util.regex.Pattern$5.isSatisfiedBy(I)Z @ 16

Internal exceptions (10 events):
Event: 100.920 Thread 0x0000000023048000 Exception <a 'java/lang/InterruptedException'> (0x00000000f48dbbb0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\runtime\objectMonitor.cpp, line 1494]
Event: 100.920 Thread 0x0000000023041000 Exception <a 'java/lang/InterruptedException'> (0x00000000f4914ee0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\runtime\objectMonitor.cpp, line 1683]
Event: 101.300 Thread 0x000000001f995000 Implicit null exception at 0x00000000043c4f70 to 0x00000000043c4fad
Event: 101.300 Thread 0x000000001f995000 Implicit null exception at 0x0000000003632ff0 to 0x0000000003633001
Event: 101.592 Thread 0x0000000023048800 Implicit null exception at 0x0000000004e4307e to 0x0000000004e43651
Event: 101.947 Thread 0x000000001f99a800 Implicit null exception at 0x0000000004e4d8dc to 0x0000000004e4e2c1
Event: 101.947 Thread 0x000000001f99a800 Implicit null exception at 0x0000000003080af0 to 0x0000000003080b01
Event: 105.059 Thread 0x0000000002b42800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(Lafa;Lafa;Lafb;)Z> (0x00000000f13716f8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 117.983 Thread 0x0000000002b42800 Implicit null exception at 0x0000000004a88ad2 to 0x0000000004a89537
Event: 125.998 Thread 0x000000001f995000 Implicit null exception at 0x0000000003f7ff54 to 0x0000000003f80a85

Events (10 events):
Event: 133.130 Thread 0x0000000002b42800 DEOPT PACKING pc=0x000000000424117c sp=0x0000000002b3d770
Event: 133.130 Thread 0x0000000002b42800 DEOPT UNPACKING pc=0x0000000002c8582a sp=0x0000000002b3d6b8 mode 2
Event: 133.130 Thread 0x0000000002b42800 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000000000424117c
Event: 133.130 Thread 0x0000000002b42800 DEOPT PACKING pc=0x000000000424117c sp=0x0000000002b3d770
Event: 133.130 Thread 0x0000000002b42800 DEOPT UNPACKING pc=0x0000000002c8582a sp=0x0000000002b3d6b8 mode 2
Event: 133.130 Thread 0x0000000002b42800 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x000000000355180c
Event: 133.130 Thread 0x0000000002b42800 DEOPT PACKING pc=0x000000000355180c sp=0x0000000002b3d700
Event: 133.130 Thread 0x0000000002b42800 DEOPT UNPACKING pc=0x0000000002c8582a sp=0x0000000002b3d6a0 mode 2
Event: 133.131 loading class org/lwjgl/system/APIUtil$Encoder
Event: 133.131 loading class org/lwjgl/system/APIUtil$Encoder done


Dynamic libraries:
0x00007ff771270000 - 0x00007ff7712a7000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\javaw.exe
0x00007ff959870000 - 0x00007ff959a66000 	C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ff9580f0000 - 0x00007ff9581ad000 	C:\WINDOWS\System32\KERNEL32.DLL
0x00007ff957600000 - 0x00007ff9578c9000 	C:\WINDOWS\System32\KERNELBASE.dll
0x00007ff954970000 - 0x00007ff954a00000 	C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ff958c30000 - 0x00007ff958cdc000 	C:\WINDOWS\System32\ADVAPI32.dll
0x00007ff958ce0000 - 0x00007ff958d7e000 	C:\WINDOWS\System32\msvcrt.dll
0x00007ff958df0000 - 0x00007ff958e8c000 	C:\WINDOWS\System32\sechost.dll
0x00007ff958270000 - 0x00007ff95839b000 	C:\WINDOWS\System32\RPCRT4.dll
0x00007ff958a20000 - 0x00007ff958bc0000 	C:\WINDOWS\System32\USER32.dll
0x00007ff957060000 - 0x00007ff957082000 	C:\WINDOWS\System32\win32u.dll
0x00007ff9589f0000 - 0x00007ff958a1a000 	C:\WINDOWS\System32\GDI32.dll
0x00007ff9574f0000 - 0x00007ff9575f9000 	C:\WINDOWS\System32\gdi32full.dll
0x00007ff9571f0000 - 0x00007ff95728d000 	C:\WINDOWS\System32\msvcp_win.dll
0x00007ff957310000 - 0x00007ff957410000 	C:\WINDOWS\System32\ucrtbase.dll
0x00007ff94dcb0000 - 0x00007ff94df4b000 	C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.488_none_ca04af081b815d21\COMCTL32.dll
0x00007ff9580c0000 - 0x00007ff9580f0000 	C:\WINDOWS\System32\IMM32.DLL
0x000000005d560000 - 0x000000005d632000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\msvcr100.dll
0x000000005ccd0000 - 0x000000005d553000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\server\jvm.dll
0x00007ff958c20000 - 0x00007ff958c28000 	C:\WINDOWS\System32\PSAPI.DLL
0x00007ff952600000 - 0x00007ff952627000 	C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ff951120000 - 0x00007ff95112a000 	C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ff94f260000 - 0x00007ff94f269000 	C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ff958d80000 - 0x00007ff958deb000 	C:\WINDOWS\System32\WS2_32.dll
0x000000005ccc0000 - 0x000000005cccf000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\verify.dll
0x000000005cc90000 - 0x000000005ccb9000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\java.dll
0x000000005cc70000 - 0x000000005cc86000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\zip.dll
0x00007ff9590c0000 - 0x00007ff959802000 	C:\WINDOWS\System32\SHELL32.dll
0x00007ff955120000 - 0x00007ff9558b5000 	C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ff958530000 - 0x00007ff958886000 	C:\WINDOWS\System32\combase.dll
0x00007ff956a20000 - 0x00007ff956a4c000 	C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ff9581b0000 - 0x00007ff95825e000 	C:\WINDOWS\System32\SHCORE.dll
0x00007ff958fb0000 - 0x00007ff959005000 	C:\WINDOWS\System32\shlwapi.dll
0x00007ff956ee0000 - 0x00007ff956f06000 	C:\WINDOWS\SYSTEM32\profapi.dll
0x000000005cc60000 - 0x000000005cc6d000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\management.dll
0x000000005cc40000 - 0x000000005cc5a000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\net.dll
0x00007ff9567a0000 - 0x00007ff95680a000 	C:\WINDOWS\system32\mswsock.dll
0x00007ff94e520000 - 0x00007ff94e537000 	C:\WINDOWS\system32\napinsp.dll
0x00007ff946730000 - 0x00007ff94674b000 	C:\WINDOWS\system32\pnrpnsp.dll
0x00007ff93a020000 - 0x00007ff93a035000 	C:\WINDOWS\system32\wshbth.dll
0x00007ff94c2f0000 - 0x00007ff94c30d000 	C:\WINDOWS\system32\NLAapi.dll
0x00007ff956440000 - 0x00007ff95647b000 	C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ff956490000 - 0x00007ff95655b000 	C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ff958020000 - 0x00007ff958028000 	C:\WINDOWS\System32\NSI.dll
0x00007ff946710000 - 0x00007ff946722000 	C:\WINDOWS\System32\winrnr.dll
0x00007ff94c1c0000 - 0x00007ff94c1ca000 	C:\Windows\System32\rasadhlp.dll
0x00007ff94c050000 - 0x00007ff94c0cf000 	C:\WINDOWS\System32\fwpuclnt.dll
0x00007ff957410000 - 0x00007ff957437000 	C:\WINDOWS\System32\bcrypt.dll
0x000000005cc20000 - 0x000000005cc31000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\nio.dll
0x00007ff956970000 - 0x00007ff956988000 	C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ff9560c0000 - 0x00007ff9560f4000 	C:\WINDOWS\system32\rsaenh.dll
0x00007ff956e60000 - 0x00007ff956e8e000 	C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ff957290000 - 0x00007ff957310000 	C:\WINDOWS\System32\bcryptprimitives.dll
0x00007ff956990000 - 0x00007ff95699c000 	C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x000000005cbf0000 - 0x000000005cc14000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\sunec.dll
0x00007ff946270000 - 0x00007ff9462e2000 	C:\Users\rinta\AppData\Roaming\.minecraft\bin\3434-132c-e249-4a19\lwjgl.dll
0x00007ff946210000 - 0x00007ff94626e000 	C:\Users\rinta\AppData\Roaming\.minecraft\bin\3434-132c-e249-4a19\glfw.dll
0x00007ff91d000000 - 0x00007ff91d251000 	C:\Users\rinta\AppData\Roaming\.minecraft\bin\3434-132c-e249-4a19\jemalloc.dll
0x00007ff954da0000 - 0x00007ff954e3e000 	C:\WINDOWS\system32\uxtheme.dll
0x00007ff946540000 - 0x00007ff946585000 	C:\WINDOWS\SYSTEM32\dinput8.dll
0x00007ff9466f0000 - 0x00007ff946701000 	C:\WINDOWS\SYSTEM32\xinput1_4.dll
0x00007ff956fb0000 - 0x00007ff956ffe000 	C:\WINDOWS\System32\cfgmgr32.dll
0x00007ff956d60000 - 0x00007ff956d8c000 	C:\WINDOWS\SYSTEM32\DEVOBJ.dll
0x00007ff954e80000 - 0x00007ff954eaf000 	C:\WINDOWS\SYSTEM32\dwmapi.dll
0x00007ff958e90000 - 0x00007ff958fa6000 	C:\WINDOWS\System32\MSCTF.dll
0x00007ff957a80000 - 0x00007ff957b4d000 	C:\WINDOWS\System32\OLEAUT32.dll
0x00007ff9558c0000 - 0x00007ff9558cd000 	C:\WINDOWS\SYSTEM32\HID.DLL
0x00007ff957b50000 - 0x00007ff957fb7000 	C:\WINDOWS\System32\SETUPAPI.DLL
0x00007ff944760000 - 0x00007ff9448b2000 	C:\WINDOWS\SYSTEM32\inputhost.dll
0x00007ff9546d0000 - 0x00007ff9547c2000 	C:\WINDOWS\SYSTEM32\CoreMessaging.dll
0x00007ff952b20000 - 0x00007ff952c17000 	C:\WINDOWS\SYSTEM32\PROPSYS.dll
0x00007ff953c50000 - 0x00007ff953da6000 	C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ff954370000 - 0x00007ff9546ce000 	C:\WINDOWS\SYSTEM32\CoreUIComponents.dll
0x00007ff955cf0000 - 0x00007ff955d23000 	C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ff954a00000 - 0x00007ff954a12000 	C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ff957000000 - 0x00007ff957060000 	C:\WINDOWS\System32\WINTRUST.dll
0x00007ff957090000 - 0x00007ff9571ed000 	C:\WINDOWS\System32\CRYPT32.dll
0x00007ff956ba0000 - 0x00007ff956bb2000 	C:\WINDOWS\SYSTEM32\MSASN1.dll
0x00007ff924590000 - 0x00007ff9246b5000 	C:\WINDOWS\SYSTEM32\opengl32.dll
0x00007ff9463e0000 - 0x00007ff94640c000 	C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ff959010000 - 0x00007ff9590b9000 	C:\WINDOWS\System32\clbcatq.dll
0x00007ff9461e0000 - 0x00007ff94620a000 	C:\WINDOWS\System32\DriverStore\FileRepository\u0361901.inf_amd64_204a65b18f2a904a\B361909\atig6pxx.dll
0x00007ff906ff0000 - 0x00007ff909dc4000 	C:\WINDOWS\System32\DriverStore\FileRepository\u0361901.inf_amd64_204a65b18f2a904a\B361909\atio6axx.dll
0x00007ff958400000 - 0x00007ff95852a000 	C:\WINDOWS\System32\ole32.dll
0x00007ff94f3a0000 - 0x00007ff94f3c4000 	C:\WINDOWS\SYSTEM32\dxva2.dll
0x00007ff9461a0000 - 0x00007ff9461dc000 	C:\WINDOWS\System32\DriverStore\FileRepository\u0361901.inf_amd64_204a65b18f2a904a\B361909\atig6txx.dll
0x00007ff91ce40000 - 0x00007ff91cfff000 	C:\WINDOWS\SYSTEM32\atiadlxx.dll
0x00007ff9451f0000 - 0x00007ff945239000 	C:\WINDOWS\SYSTEM32\pdh.dll
0x00007ff951310000 - 0x00007ff95134b000 	C:\WINDOWS\SYSTEM32\dxcore.dll
0x00007ff94e690000 - 0x00007ff94e78d000 	C:\WINDOWS\SYSTEM32\textinputframework.dll
0x00007ff945d20000 - 0x00007ff945d78000 	C:\Users\rinta\AppData\Roaming\.minecraft\bin\3434-132c-e249-4a19\lwjgl_opengl.dll
0x00007ff940e20000 - 0x00007ff940e9f000 	C:\Users\rinta\AppData\Roaming\.minecraft\bin\3434-132c-e249-4a19\lwjgl_stb.dll
0x00007ff9524c0000 - 0x00007ff95256e000 	C:\WINDOWS\SYSTEM32\mscms.dll
0x00007ff9524a0000 - 0x00007ff9524b1000 	C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll
0x00007ff93dd30000 - 0x00007ff93dd73000 	C:\WINDOWS\SYSTEM32\icm32.dll
0x00007ff93b360000 - 0x00007ff93b3a2000 	C:\Users\rinta\AppData\Local\Temp\jna-108518852\jna8710540452645516404.dll
0x00007ff946340000 - 0x00007ff94635a000 	C:\Users\rinta\AppData\Roaming\.minecraft\bin\3434-132c-e249-4a19\SAPIWrapper_x64.dll
0x00007ff91ccb0000 - 0x00007ff91ce34000 	C:\WINDOWS\System32\Speech\Common\sapi.dll
0x00007ff93f060000 - 0x00007ff93f07e000 	C:\WINDOWS\SYSTEM32\MSACM32.dll
0x00007ff946ae0000 - 0x00007ff946aeb000 	C:\WINDOWS\SYSTEM32\msdmo.dll
0x00007ff92f950000 - 0x00007ff92f976000 	C:\WINDOWS\SYSTEM32\winmmbase.dll
0x00007ff94dae0000 - 0x00007ff94db65000 	C:\WINDOWS\System32\MMDevApi.dll
0x000000005ca50000 - 0x000000005cbe8000 	C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\awt.dll
0x00007ff91cb90000 - 0x00007ff91cca4000 	C:\Users\rinta\AppData\Roaming\.minecraft\bin\3434-132c-e249-4a19\OpenAL.dll
0x00007ff9385f0000 - 0x00007ff938774000 	C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
0x00007ff956560000 - 0x00007ff9565ab000 	C:\WINDOWS\SYSTEM32\powrprof.dll
0x00007ff956420000 - 0x00007ff956432000 	C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ff94a3f0000 - 0x00007ff94a404000 	C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll
0x00007ff94c1d0000 - 0x00007ff94c1ed000 	C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ff94c1f0000 - 0x00007ff94c207000 	C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ff94ec20000 - 0x00007ff94ee04000 	C:\WINDOWS\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Dos.name=Windows 10 -Dos.version=10.0 -Xss1M -Djava.library.path=C:\Users\rinta\AppData\Roaming\.minecraft\bin\3434-132c-e249-4a19 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.2.911 -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dlog4j.configurationFile=C:\Users\rinta\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml 
java_command: net.minecraft.launchwrapper.Launch --username inarizushidiy --version 1.16.4-OptiFine_HD_U_G5 --gameDir C:\Users\rinta\AppData\Roaming\.minecraft --assetsDir C:\Users\rinta\AppData\Roaming\.minecraft\assets --assetIndex 1.16 --uuid 0873ba4fc39e43689c56286d521febc1 --accessToken eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyZjljNzE5OTYzMjI0ZTVlYmI2MzQ2MGYwMzIyNDZmOSIsInlnZ3QiOiJhY2Y1Mjc0NzA2NmU0MjE1OGIwZTI3YTY4OTZmNjg0YSIsInNwciI6IjA4NzNiYTRmYzM5ZTQzNjg5YzU2Mjg2ZDUyMWZlYmMxIiwiaXNzIjoiWWdnZHJhc2lsLUF1dGgiLCJleHAiOjE2MTAyOTEzMzYsImlhdCI6MTYxMDExODUzNn0.Es-3JTSUfkQxE2ZjrYmtnvdi-6QdujqNU7uRuSxy3xE --userType mojang --versionType release --tweakClass optifine.OptiFineTweaker
java_class_path (initial): C:\Users\rinta\AppData\Roaming\.minecraft\libraries\optifine\OptiFine\1.16.4_HD_U_G5\OptiFine-1.16.4_HD_U_G5.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\optifine\launchwrapper-of\2.2\launchwrapper-of-2.2.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\66.1\icu4j-66.1.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.0.22\javabridge-1.0.22.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.25.Final\netty-all-4.1.25.Final.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.0.17\brigadier-1.0.17.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\4.0.26\datafixerupper-4.0.26.jar;C:\Users\rinta\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar;C:\Users\rinta\AppData\Roaming\.mine
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\rinta\AppData\Local\Microsoft\WindowsApps;
USERNAME=rinta
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel



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

OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.662)

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

Memory: 4k page, physical 16723092k(9145508k free), swap 19737748k(9245100k free)

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

time: Sat Jan 09 00:11:15 2021
elapsed time: 133 seconds (0d 0h 2m 13s)
ta3@管理チーム [PMを作成]

ログをSpoilerに格納しました




アバター
UT-X
ID: 5AEG8RRPP7
記事: 142
登録日時: 2019年8月06日(火) 01:50
Minecraft ID: UTX1948

Re: シェーダー適応できない

投稿記事 by UT-X » 2021年1月09日(土) 08:07

スペック不足の可能性が高いです。
もしくはスペックが足りていても、メモリ割り当てが少なすぎます。
シェーダーは非常に高い性能をもつPCでないとうまく動かせません。

こちらのツールを使って、ご使用のPCの性能を教えてください。
0
主にBedrock Editionの最新バージョンで活動中。
Java Editionは過去にやっていましたが現在は離れています。

旧フォーラムに存在したマイクラのブロックとかのスマイリーが欲しいが、
ブロックの数が膨大になった今ではもはや無理か…?

アバター
yuuuyuuu26
ID: 36DWXCX76U
記事: 46
登録日時: 2020年3月29日(日) 10:52
Minecraft ID: yuuuyuuu26

Re: シェーダー適応できない

投稿記事 by yuuuyuuu26 » 2021年3月19日(金) 19:43

エラー内容もシェーダーも違うと思いますが、私の場合、シェーダーを古いバージョンにしたらうまくいきました。
PCの性能が低くても、カクカクしますが動きますよ。
0
読んでくれてありがとう!!
最近、PCのメモリを8GBから32GBに増設しました。(快適~♪)

返信する