Jump to content

Forge 1.16.1 not loading fully, gets stuck on "shulker box png"


Recommended Posts

Posted (edited)

Hello! My friend has been having an issue in which he cannot load forge fully on 1.16.1. It loads almost all the way, and then gets stuck on something about "shulker box png", and then it will crash a short while later with the error "exit 0". We have tried deleting the fml and forge client toml files and the mod folder is empty. We have also tried reinstalling forge. As I am stumped, I came here to request some assistance. Latest log and debug log are attached.

debug: https://pastebin.com/mixRLdBn

latest: https://pastebin.com/tPPNe2jY

Edited by Afrotown
Posted

There's no crash here... there isn't a file by the name of hs_err_pidXXXXX in his .minecraft folder is there?

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

 

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

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

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

 

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

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

Posted

Theres still no crash. If you can provide us with a log that shows the crash please upload that. Otherwise since forge on it own seems to work you can try adding in individual mods to see if there's one or more specific mods causing the game to freeze.

Posted

Multiple individuals use the same modpack, including me, and it works fine for us, but when he tries loading forge with those mods installed, it freezes.spacer.png

Posted

We can't help you unless you provide us with actual information to help us resolve the issue.

Provide a crash report or let us know if there is a hs_err_pidXXXXX file in the .minecraft folder.

  • 2 months later...
Posted

Try adding -Dfml.earlyprogresswindow=false to your JVM arguments

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

 

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

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

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

 

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

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

Posted

Try monitoring the Task Manager as your Minecraft game loads. That may give you some insight. If you decide to go with my monitoring plan to find out what may be happening, please follow the instructions below:

 

Follow these instructions and make sure that they match up with what you have, even if you have done this before.

image.thumb.png.2414f34b60b913f7a9106d0e8d382fa3.png

Above is a basic task manager. If you have not, please click "More details."

image.png.983a8c9b5f9caed9fce6a1ae77898d8d.png 

Change your Memory and Disc values to Percents.

 

Once you have done this, please monitor your overall and Minecraft Java Edition values for: CPU, Memory, and Disc. Please note: the Disc percentage is based on Active Time for all discs. So, say, if you have 3 discs, and you have one of these discs is at 30% active time, it will show an overall of 10%. Of course, values will ALWAYS be different based on hardware. Using a Threadripper verses a Intel Core Duo will yield SIGNIFICANTLY different results. Using an NVMe against a a spinning Hard Disc will yield significantly different results. Using 2TB of RAM verses 2 GB will yield a literal 1000 times different result. For what can be considered a good point, I recommend doing basic tasks like watching YouTube and generally surfing the web. Should your Minecraft go down in any area below loading YouTube, then you found where you are crashing. Should you, for instance, hit 100% RAM, a hs_err_pidXXXXX.txt (where X is a digit) file might appear in your .minecraft folder (%appdata%\.minecraft).

I am a new modder, and will make frequent mistakes. Please do not hesitate to point any out, or suggest a better method.

 

DO NOT HATE ON THE NOOB!!!

-----------------------------------------------------------------------------------------------------------

STOP MOD REPOSTS

-----------------------------------------------------------------------------------------------------------

  • 1 month later...
Posted

Are you tabbing out during load?

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

 

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

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

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

 

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

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

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

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

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

https://hastebin.com/: 400KB

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

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

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

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

Note for Windows users:

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

 

Where to get it:

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

 

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

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

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

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

 

Server Not Starting:

Spoiler

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

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

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

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

 

Posting your mod as a GitHub Repo:

Spoiler

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

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

 

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

[Workaround line, please ignore]

 

  • 3 weeks later...
Posted
On 12/5/2020 at 6:16 PM, DaemonUmbra said:

Try adding -Dfml.earlyprogresswindow=false to your JVM arguments

I've been having the same problems with the original poster. Where am I supposed to insert this?
 

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffc443db932, pid=15148, tid=16096
#
# 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+0xbbb932]
#
# 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 (0x0000000002855800):  JavaThread "Render thread" [_thread_in_native, id=16096, stack(0x0000000002650000,0x0000000002750000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000047b82000

Registers:
RAX=0x0000000000001fff, RBX=0x0000000047b80000, RCX=0xffffffffffffffff, RDX=0x0000000000c40024
RSP=0x000000000274d910, RBP=0x000000000274da10, RSI=0x0000000000000000, RDI=0x0000000000000000
R8 =0x00000000000000c4, R9 =0x000000000000003c, R10=0x00000000000000c0, R11=0x10bb0480000c0800
R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x00007ffc443db932, EFLAGS=0x0000000000010206

Top of Stack: (sp=0x000000000274d910)
0x000000000274d910:   000000002f6053a0 000000002f5b9560
0x000000000274d920:   0000000000000000 0000000000000001
0x000000000274d930:   0000000000000400 000000002f5b6f40
0x000000000274d940:   0000000000000000 00007ffccd2449f5
0x000000000274d950:   0000000000730000 0000000000730000
0x000000000274d960:   0000000000000000 0000000000000000
0x000000000274d970:   00000007000002f0 00000000000002f0
0x000000000274d980:   0000000000000000 ffffffff02000002
0x000000000274d990:   0000000000000101 00007ffccd247800
0x000000000274d9a0:   0000000000000000 0000000000000000
0x000000000274d9b0:   0000000000000000 0000000000000000
0x000000000274d9c0:   0000000000000000 0000000000000000
0x000000000274d9d0:   0000000000000000 0000000000000000
0x000000000274d9e0:   0000000000000121 00000000006f0000
0x000000000274d9f0:   000000002f5b6f40 000000002f595050
0x000000000274da00:   0000000000000001 0000000000000010 

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


Register to memory mapping:

RAX=0x0000000000001fff is an unknown value
RBX=0x0000000047b80000 is an unknown value
RCX=0xffffffffffffffff is an unknown value
RDX=0x0000000000c40024 is an unknown value
RSP=0x000000000274d910 is pointing into the stack for thread: 0x0000000002855800
RBP=0x000000000274da10 is pointing into the stack for thread: 0x0000000002855800
RSI=0x0000000000000000 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x00000000000000c4 is an unknown value
R9 =0x000000000000003c is an unknown value
R10=0x00000000000000c0 is an unknown value
R11=0x10bb0480000c0800 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: [0x0000000002650000,0x0000000002750000],  sp=0x000000000274d910,  free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [atio6axx.dll+0xbbb932]
C  [atio6axx.dll+0xbb916f]
C  [atio6axx.dll+0xdcad47]
C  0x0000000002965e34

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.createFragShader(Lnet/optifine/shaders/Program;Ljava/lang/String;)I+2118
j  net.optifine.shaders.Shaders.setupProgram(Lnet/optifine/shaders/Program;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+52
j  net.optifine.shaders.Shaders.init()V+729
j  net.optifine.shaders.Shaders.redirect$zgh000$redirectInitOnBeginRender()V+0
j  net.optifine.shaders.Shaders.beginRender(Lnet/minecraft/client/Minecraft;Lnet/minecraft/client/renderer/ActiveRenderInfo;FJ)V+49
J 32970 C1 net.minecraft.client.renderer.GameRenderer.func_228378_a_(FJLcom/mojang/blaze3d/matrix/MatrixStack;)V (885 bytes) @ 0x0000000007149aec [0x0000000007149820+0x2cc]
J 17652 C1 net.minecraft.client.renderer.GameRenderer.func_195458_a(FJZ)V (1221 bytes) @ 0x0000000004e3d5e4 [0x0000000004e3b9e0+0x1c04]
J 34903 C2 net.minecraft.client.Minecraft.func_195542_b(Z)V (1010 bytes) @ 0x0000000006afc2a8 [0x0000000006afa360+0x1f48]
j  net.minecraft.client.Minecraft.func_99999_d()V+68
j  net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1379
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 4553 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x0000000003635df4 [0x0000000003635d80+0x74]
J 4608 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x000000000365aa3c [0x000000000365a920+0x11c]
j  net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(Lcpw/mods/modlauncher/api/ITransformingClassLoader;[Ljava/lang/String;)Ljava/lang/Void;+50
j  net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$484.call()Ljava/lang/Object;+12
j  cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch([Ljava/lang/String;Lcpw/mods/modlauncher/api/ITransformingClassLoader;)V+11
j  cpw.mods.modlauncher.LaunchServiceHandler.launch(Ljava/lang/String;[Ljava/lang/String;Lcpw/mods/modlauncher/TransformingClassLoader;Lcpw/mods/modlauncher/LaunchPluginHandler;)V+57
j  cpw.mods.modlauncher.LaunchServiceHandler.launch(Lcpw/mods/modlauncher/ArgumentHandler;Lcpw/mods/modlauncher/TransformingClassLoader;Lcpw/mods/modlauncher/LaunchPluginHandler;)V+19
j  cpw.mods.modlauncher.Launcher.run([Ljava/lang/String;)V+116
j  cpw.mods.modlauncher.Launcher.main([Ljava/lang/String;)V+37
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x000000003542e000 JavaThread "Sound engine" daemon [_thread_blocked, id=13136, stack(0x0000000000110000,0x0000000000210000)]
  0x0000000036297000 JavaThread "IO-Worker-20" [_thread_blocked, id=16544, stack(0x00000000753b0000,0x00000000754b0000)]
  0x000000003628a000 JavaThread "IO-Worker-19" [_thread_blocked, id=11148, stack(0x00000000750b0000,0x00000000751b0000)]
  0x000000003628e800 JavaThread "Netty Server IO #1" daemon [_thread_in_native, id=12928, stack(0x0000000064150000,0x0000000064250000)]
  0x000000003628b800 JavaThread "Netty Local Client IO #0" daemon [_thread_blocked, id=11372, stack(0x0000000063c30000,0x0000000063d30000)]
  0x0000000036289800 JavaThread "Netty Server IO #0" daemon [_thread_in_native, id=14088, stack(0x0000000063b30000,0x0000000063c30000)]
  0x000000003628f800 JavaThread "ObjectCleanerThread" daemon [_thread_blocked, id=1404, stack(0x0000000063400000,0x0000000063500000)]
  0x000000003628e000 JavaThread "IO-Worker-17" [_thread_blocked, id=5188, stack(0x0000000063300000,0x0000000063400000)]
  0x000000003628c800 JavaThread "IO-Worker-16" [_thread_blocked, id=3912, stack(0x0000000063200000,0x0000000063300000)]
  0x0000000035431000 JavaThread "Thread-22" daemon [_thread_in_native, id=8216, stack(0x0000000062340000,0x0000000062440000)]
  0x0000000035430800 JavaThread "Server thread" [_thread_blocked, id=5348, stack(0x0000000061d20000,0x0000000061e20000)]
  0x000000003542f800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5436, stack(0x000000003b570000,0x000000003b670000)]
  0x000000003542f000 JavaThread "TF-Scheduler" [_thread_blocked, id=13496, stack(0x000000003b770000,0x000000003b870000)]
  0x000000003209d000 JavaThread "Worker-Main-13" daemon [_thread_blocked, id=5396, stack(0x0000000060490000,0x0000000060590000)]
  0x000000003209c800 JavaThread "Worker-Main-12" daemon [_thread_blocked, id=7296, stack(0x00000000530f0000,0x00000000531f0000)]
  0x00000000320a1000 JavaThread "Worker-Main-11" daemon [_thread_blocked, id=8640, stack(0x000000003b470000,0x000000003b570000)]
  0x000000003209b000 JavaThread "pool-5-thread-3" [_thread_blocked, id=7452, stack(0x0000000035940000,0x0000000035a40000)]
  0x0000000032097000 JavaThread "pool-5-thread-2" [_thread_blocked, id=12960, stack(0x00000000347c0000,0x00000000348c0000)]
  0x0000000032092800 JavaThread "pool-5-thread-1" [_thread_blocked, id=16020, stack(0x0000000032c30000,0x0000000032d30000)]
  0x000000003209e800 JavaThread "Thread-17" daemon [_thread_blocked, id=17012, stack(0x0000000054560000,0x0000000054660000)]
  0x00000000320a1800 JavaThread "Thread-16" daemon [_thread_blocked, id=8060, stack(0x0000000053670000,0x0000000053770000)]
  0x000000003209b800 JavaThread "Thread-15" daemon [_thread_in_native, id=15448, stack(0x0000000053cc0000,0x0000000053dc0000)]
  0x000000003209e000 JavaThread "Thread-14" daemon [_thread_in_native, id=15432, stack(0x0000000053bc0000,0x0000000053cc0000)]
  0x00000000320a0000 JavaThread "Thread-13" daemon [_thread_in_native, id=16840, stack(0x0000000053ac0000,0x0000000053bc0000)]
  0x0000000032093800 JavaThread "Thread-12" daemon [_thread_in_native, id=6740, stack(0x00000000539c0000,0x0000000053ac0000)]
  0x000000003209a000 JavaThread "Thread-11" daemon [_thread_in_native, id=11700, stack(0x00000000538c0000,0x00000000539c0000)]
  0x0000000032094000 JavaThread "Thread-10" daemon [_thread_in_native, id=4424, stack(0x00000000537c0000,0x00000000538c0000)]
  0x0000000032098000 JavaThread "Thread-9" daemon [_thread_in_native, id=15420, stack(0x0000000053240000,0x0000000053340000)]
  0x0000000032096800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10492, stack(0x000000004a740000,0x000000004a840000)]
  0x0000000032098800 JavaThread "Narrator" [_thread_blocked, id=10704, stack(0x000000003d0c0000,0x000000003d1c0000)]
  0x0000000035432000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=15480, stack(0x000000003a750000,0x000000003a850000)]
  0x000000003542c000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=11204, stack(0x0000000032e90000,0x0000000032f90000)]
  0x0000000023ed4000 JavaThread "Thread-2" daemon [_thread_in_native, id=6596, stack(0x0000000025460000,0x0000000025560000)]
  0x0000000023ed3800 JavaThread "Thread-1" daemon [_thread_blocked, id=13708, stack(0x0000000025360000,0x0000000025460000)]
  0x0000000020ace000 JavaThread "Service Thread" daemon [_thread_blocked, id=13784, stack(0x0000000022d50000,0x0000000022e50000)]
  0x0000000020ac3000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=2004, stack(0x0000000022850000,0x0000000022950000)]
  0x0000000020abc800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=6768, stack(0x0000000022750000,0x0000000022850000)]
  0x0000000020aba800 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=8048, stack(0x0000000022650000,0x0000000022750000)]
  0x0000000020ab7000 JavaThread "Attach Listener" daemon [_thread_blocked, id=16616, stack(0x0000000022550000,0x0000000022650000)]
  0x0000000020ab6000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6724, stack(0x0000000022450000,0x0000000022550000)]
  0x000000000294a800 JavaThread "Finalizer" daemon [_thread_blocked, id=9200, stack(0x0000000022350000,0x0000000022450000)]
  0x0000000002949000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8532, stack(0x0000000022250000,0x0000000022350000)]
=>0x0000000002855800 JavaThread "Render thread" [_thread_in_native, id=16096, stack(0x0000000002650000,0x0000000002750000)]

Other Threads:
  0x0000000020a78000 VMThread [stack: 0x0000000022150000,0x0000000022250000] [id=16736]
  0x00000000229c4000 WatcherThread [stack: 0x0000000022e50000,0x0000000022f50000] [id=5320]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 1255424K, used 1000198K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 822784K, 68% used [0x0000000741580000,0x0000000763fd8728,0x0000000773900000)
  from space 432640K, 99% used [0x0000000773900000,0x000000078df69370,0x000000078df80000)
  to   space 647168K, 0% used [0x0000000798800000,0x0000000798800000,0x00000007c0000000)
 ParOldGen       total 1019392K, used 769459K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f6cdc0,0x0000000682380000)
 Metaspace       used 146541K, capacity 167226K, committed 167336K, reserved 1189888K
  class space    used 21628K, capacity 26538K, committed 26544K, reserved 1048576K

Card table byte_map: [0x0000000011d10000,0x0000000012900000] byte_map_base: 0x000000000eaf0000

Marking Bits: (ParMarkBitMap*) 0x0000000059e44040
 Begin Bits: [0x00000000136f0000, 0x00000000195f0000)
 End Bits:   [0x00000000195f0000, 0x000000001f4f0000)

Polling page: 0x0000000000c40000

CodeCache: size=245760Kb used=79930Kb max_used=80273Kb free=165829Kb
 bounds [0x0000000002950000, 0x0000000007840000, 0x0000000011950000]
 total_blobs=27864 nmethods=25730 adapters=2037
 compilation: enabled

Compilation events (10 events):
Event: 92.704 Thread 0x0000000020ac3000 35933       3       net.optifine.shaders.config.ShaderLine::isConstBool (24 bytes)
Event: 92.705 Thread 0x0000000020ac3000 nmethod 35933 0x00000000076a8950 code [0x00000000076a8ac0, 0x00000000076a8e48]
Event: 92.705 Thread 0x0000000020ac3000 35934       3       java.lang.AbstractStringBuilder::append (144 bytes)
Event: 92.705 Thread 0x0000000020ac3000 nmethod 35934 0x00000000076a6b10 code [0x00000000076a6dc0, 0x00000000076a8058]
Event: 92.706 Thread 0x0000000020aba800 nmethod 35930 0x00000000077cbf10 code [0x00000000077cc060, 0x00000000077cc578]
Event: 92.707 Thread 0x0000000020abc800 nmethod 35931 0x00000000077cb4d0 code [0x00000000077cb620, 0x00000000077cbc38]
Event: 92.707 Thread 0x0000000020ac3000 35935       3       net.optifine.shaders.uniform.ShaderUniform1f::onProgramSet (59 bytes)
Event: 92.707 Thread 0x0000000020ac3000 nmethod 35935 0x00000000076a6450 code [0x00000000076a65e0, 0x00000000076a69a8]
Event: 92.708 Thread 0x0000000020abc800 35936       4       java.util.regex.Matcher::replaceAll (59 bytes)
Event: 92.709 Thread 0x0000000020aba800 35937       4       net.optifine.shaders.config.ShaderPackParser::loadFile (151 bytes)

GC Heap History (10 events):
Event: 82.025 GC heap before
{Heap before GC invocations=76 (full 5):
 PSYoungGen      total 1587200K, used 1519114K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1171968K, 100% used [0x0000000741580000,0x0000000788e00000,0x0000000788e00000)
  from space 415232K, 83% used [0x00000007a6a80000,0x00000007bbd82868,0x00000007c0000000)
  to   space 451584K, 0% used [0x0000000788e00000,0x0000000788e00000,0x00000007a4700000)
 ParOldGen       total 1019392K, used 769043K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f04dc0,0x0000000682380000)
 Metaspace       used 146363K, capacity 166974K, committed 167080K, reserved 1189888K
  class space    used 21622K, capacity 26532K, committed 26544K, reserved 1048576K
Event: 82.141 GC heap after
Heap after GC invocations=76 (full 5):
 PSYoungGen      total 1605120K, used 432849K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1171968K, 0% used [0x0000000741580000,0x0000000741580000,0x0000000788e00000)
  from space 433152K, 99% used [0x0000000788e00000,0x00000007a34b4408,0x00000007a3500000)
  to   space 470016K, 0% used [0x00000007a3500000,0x00000007a3500000,0x00000007c0000000)
 ParOldGen       total 1019392K, used 769043K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f04dc0,0x0000000682380000)
 Metaspace       used 146363K, capacity 166974K, committed 167080K, reserved 1189888K
  class space    used 21622K, capacity 26532K, committed 26544K, reserved 1048576K
}
Event: 84.728 GC heap before
{Heap before GC invocations=77 (full 5):
 PSYoungGen      total 1605120K, used 1604817K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 1171968K, 100% used [0x0000000741580000,0x0000000788e00000,0x0000000788e00000)
  from space 433152K, 99% used [0x0000000788e00000,0x00000007a34b4408,0x00000007a3500000)
  to   space 470016K, 0% used [0x00000007a3500000,0x00000007a3500000,0x00000007c0000000)
 ParOldGen       total 1019392K, used 769043K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f04dc0,0x0000000682380000)
 Metaspace       used 146363K, capacity 166974K, committed 167080K, reserved 1189888K
  class space    used 21622K, capacity 26532K, committed 26544K, reserved 1048576K
Event: 84.833 GC heap after
Heap after GC invocations=77 (full 5):
 PSYoungGen      total 1425920K, used 432728K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 955904K, 0% used [0x0000000741580000,0x0000000741580000,0x000000077bb00000)
  from space 470016K, 92% used [0x00000007a3500000,0x00000007bdb96118,0x00000007c0000000)
  to   space 559616K, 0% used [0x000000077bb00000,0x000000077bb00000,0x000000079dd80000)
 ParOldGen       total 1019392K, used 769187K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f28dc0,0x0000000682380000)
 Metaspace       used 146363K, capacity 166974K, committed 167080K, reserved 1189888K
  class space    used 21622K, capacity 26532K, committed 26544K, reserved 1048576K
}
Event: 86.935 GC heap before
{Heap before GC invocations=78 (full 5):
 PSYoungGen      total 1425920K, used 1388632K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 955904K, 100% used [0x0000000741580000,0x000000077bb00000,0x000000077bb00000)
  from space 470016K, 92% used [0x00000007a3500000,0x00000007bdb96118,0x00000007c0000000)
  to   space 559616K, 0% used [0x000000077bb00000,0x000000077bb00000,0x000000079dd80000)
 ParOldGen       total 1019392K, used 769187K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f28dc0,0x0000000682380000)
 Metaspace       used 146363K, capacity 166974K, committed 167080K, reserved 1189888K
  class space    used 21622K, capacity 26532K, committed 26544K, reserved 1048576K
Event: 87.036 GC heap after
Heap after GC invocations=78 (full 5):
 PSYoungGen      total 1388544K, used 432552K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 955904K, 0% used [0x0000000741580000,0x0000000741580000,0x000000077bb00000)
  from space 432640K, 99% used [0x000000077bb00000,0x000000079616a2c8,0x0000000796180000)
  to   space 597504K, 0% used [0x000000079b880000,0x000000079b880000,0x00000007c0000000)
 ParOldGen       total 1019392K, used 769395K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f5cdc0,0x0000000682380000)
 Metaspace       used 146363K, capacity 166974K, committed 167080K, reserved 1189888K
  class space    used 21622K, capacity 26532K, committed 26544K, reserved 1048576K
}
Event: 89.135 GC heap before
{Heap before GC invocations=79 (full 5):
 PSYoungGen      total 1388544K, used 1388456K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 955904K, 100% used [0x0000000741580000,0x000000077bb00000,0x000000077bb00000)
  from space 432640K, 99% used [0x000000077bb00000,0x000000079616a2c8,0x0000000796180000)
  to   space 597504K, 0% used [0x000000079b880000,0x000000079b880000,0x00000007c0000000)
 ParOldGen       total 1019392K, used 769395K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f5cdc0,0x0000000682380000)
 Metaspace       used 146373K, capacity 166974K, committed 167080K, reserved 1189888K
  class space    used 21622K, capacity 26532K, committed 26544K, reserved 1048576K
Event: 89.243 GC heap after
Heap after GC invocations=79 (full 5):
 PSYoungGen      total 1420288K, used 432636K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 822784K, 0% used [0x0000000741580000,0x0000000741580000,0x0000000773900000)
  from space 597504K, 72% used [0x000000079b880000,0x00000007b5eff048,0x00000007c0000000)
  to   space 626176K, 0% used [0x0000000773900000,0x0000000773900000,0x0000000799c80000)
 ParOldGen       total 1019392K, used 769403K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f5edc0,0x0000000682380000)
 Metaspace       used 146373K, capacity 166974K, committed 167080K, reserved 1189888K
  class space    used 21622K, capacity 26532K, committed 26544K, reserved 1048576K
}
Event: 91.047 GC heap before
{Heap before GC invocations=80 (full 5):
 PSYoungGen      total 1420288K, used 1255420K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 822784K, 100% used [0x0000000741580000,0x0000000773900000,0x0000000773900000)
  from space 597504K, 72% used [0x000000079b880000,0x00000007b5eff048,0x00000007c0000000)
  to   space 626176K, 0% used [0x0000000773900000,0x0000000773900000,0x0000000799c80000)
 ParOldGen       total 1019392K, used 769403K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f5edc0,0x0000000682380000)
 Metaspace       used 146373K, capacity 166974K, committed 167080K, reserved 1189888K
  class space    used 21622K, capacity 26532K, committed 26544K, reserved 1048576K
Event: 91.146 GC heap after
Heap after GC invocations=80 (full 5):
 PSYoungGen      total 1255424K, used 432548K [0x0000000741580000, 0x00000007c0000000, 0x00000007c0000000)
  eden space 822784K, 0% used [0x0000000741580000,0x0000000741580000,0x0000000773900000)
  from space 432640K, 99% used [0x0000000773900000,0x000000078df69370,0x000000078df80000)
  to   space 647168K, 0% used [0x0000000798800000,0x0000000798800000,0x00000007c0000000)
 ParOldGen       total 1019392K, used 769459K [0x0000000644000000, 0x0000000682380000, 0x0000000741580000)
  object space 1019392K, 75% used [0x0000000644000000,0x0000000672f6cdc0,0x0000000682380000)
 Metaspace       used 146373K, capacity 166974K, committed 167080K, reserved 1189888K
  class space    used 21622K, capacity 26532K, committed 26544K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 92.688 Thread 0x0000000002855800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000330444c method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 11
Event: 92.688 Thread 0x0000000002855800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000330444c method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 11
Event: 92.688 Thread 0x0000000002855800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000330444c method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 11
Event: 92.688 Thread 0x0000000002855800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000005a98b14 method=java.lang.AbstractStringBuilder.append(Ljava/lang/CharSequence;II)Ljava/lang/AbstractStringBuilder; @ 18
Event: 92.688 Thread 0x0000000002855800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000005a98b14 method=java.lang.AbstractStringBuilder.append(Ljava/lang/CharSequence;II)Ljava/lang/AbstractStringBuilder; @ 18
Event: 92.704 Thread 0x0000000002855800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002b4c734 method=java.util.regex.Matcher.getTextLength()I @ 4
Event: 92.705 Thread 0x0000000002855800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003b1d7b0 method=java.util.regex.Matcher.getTextLength()I @ 4
Event: 92.705 Thread 0x0000000002855800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003d0827c method=java.util.regex.Pattern$Slice.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 49
Event: 92.705 Thread 0x0000000002855800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000005a98b14 method=java.lang.AbstractStringBuilder.append(Ljava/lang/CharSequence;II)Ljava/lang/AbstractStringBuilder; @ 18
Event: 92.705 Thread 0x0000000002855800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000005a98b14 method=java.lang.AbstractStringBuilder.append(Ljava/lang/CharSequence;II)Ljava/lang/AbstractStringBuilder; @ 18

Internal exceptions (10 events):
Event: 70.198 Thread 0x0000000036297000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000077df1c608) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 70.199 Thread 0x000000003628a000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000077c001df0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 70.200 Thread 0x0000000036297000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000077df219c0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 70.201 Thread 0x000000003628a000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000077e0040a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 70.202 Thread 0x0000000036297000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000077df26c60) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 70.203 Thread 0x000000003628a000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000077e0092d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 70.204 Thread 0x0000000036297000 Exception <a 'sun/nio/fs/WindowsException'> (0x000000077df2c3b8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 72.951 Thread 0x0000000002855800 Implicit null exception at 0x0000000006b8f44f to 0x0000000006b8f7e9
Event: 75.752 Thread 0x000000003628d000 Implicit null exception at 0x0000000007178710 to 0x000000000717db19
Event: 88.771 Thread 0x00000000320a1800 Exception <a 'java/net/SocketTimeoutException': Read timed out> (0x000000077261e078) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 735]

Events (10 events):
Event: 92.705 Thread 0x0000000002855800 DEOPT UNPACKING pc=0x000000000299582a sp=0x000000000274dbf8 mode 2
Event: 92.705 Thread 0x0000000002855800 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x0000000005a98b14
Event: 92.705 Thread 0x0000000002855800 DEOPT PACKING pc=0x0000000005a98b14 sp=0x000000000274dc60
Event: 92.705 Thread 0x0000000002855800 DEOPT UNPACKING pc=0x000000000299582a sp=0x000000000274dc28 mode 2
Event: 92.705 Thread 0x0000000002855800 DEOPT PACKING pc=0x00000000076da6ed sp=0x000000000274dc60
Event: 92.705 Thread 0x0000000002855800 DEOPT UNPACKING pc=0x000000000299787f sp=0x000000000274d990 mode 0
Event: 92.705 Thread 0x0000000002855800 DEOPT PACKING pc=0x00000000076b6f98 sp=0x000000000274dc10
Event: 92.705 Thread 0x0000000002855800 DEOPT UNPACKING pc=0x000000000299787f sp=0x000000000274d978 mode 0
Event: 92.709 Thread 0x0000000002855800 DEOPT PACKING pc=0x00000000063a119b sp=0x000000000274dac0
Event: 92.709 Thread 0x0000000002855800 DEOPT UNPACKING pc=0x000000000299787f sp=0x000000000274d890 mode 0


Dynamic libraries:
0x00007ff6e83f0000 - 0x00007ff6e8427000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\javaw.exe
0x00007ffccd230000 - 0x00007ffccd426000     C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffccc500000 - 0x00007ffccc5bd000     C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffcca970000 - 0x00007ffccac39000     C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffccbd30000 - 0x00007ffccbddc000     C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffccc2c0000 - 0x00007ffccc35e000     C:\WINDOWS\System32\msvcrt.dll
0x00007ffccce10000 - 0x00007ffccceac000     C:\WINDOWS\System32\sechost.dll
0x00007ffccb290000 - 0x00007ffccb3bb000     C:\WINDOWS\System32\RPCRT4.dll
0x00007ffccc360000 - 0x00007ffccc500000     C:\WINDOWS\System32\USER32.dll
0x00007ffccb0d0000 - 0x00007ffccb0f2000     C:\WINDOWS\System32\win32u.dll
0x00007ffccb450000 - 0x00007ffccb47a000     C:\WINDOWS\System32\GDI32.dll
0x00007ffccaca0000 - 0x00007ffccadab000     C:\WINDOWS\System32\gdi32full.dll
0x00007ffccafe0000 - 0x00007ffccb07d000     C:\WINDOWS\System32\msvcp_win.dll
0x00007ffccae30000 - 0x00007ffccaf30000     C:\WINDOWS\System32\ucrtbase.dll
0x00007ffca8440000 - 0x00007ffca86db000     C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.746_none_ca02b4b61b8320a4\COMCTL32.dll
0x00007ffcccc60000 - 0x00007ffcccc90000     C:\WINDOWS\System32\IMM32.DLL
0x0000000059ed0000 - 0x0000000059fa2000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\msvcr100.dll
0x0000000059640000 - 0x0000000059ec3000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\server\jvm.dll
0x00007ffccd1e0000 - 0x00007ffccd1e8000     C:\WINDOWS\System32\PSAPI.DLL
0x00007ffcbac10000 - 0x00007ffcbac19000     C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffcc51e0000 - 0x00007ffcc51ea000     C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffcc3170000 - 0x00007ffcc3197000     C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffccd0a0000 - 0x00007ffccd10b000     C:\WINDOWS\System32\WS2_32.dll
0x0000000059630000 - 0x000000005963f000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\verify.dll
0x0000000059600000 - 0x0000000059629000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\java.dll
0x00000000595e0000 - 0x00000000595f6000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\zip.dll
0x00007ffccb480000 - 0x00007ffccbbc3000     C:\WINDOWS\System32\SHELL32.dll
0x00007ffcc8af0000 - 0x00007ffcc927f000     C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffccc5c0000 - 0x00007ffccc916000     C:\WINDOWS\System32\combase.dll
0x00007ffcca300000 - 0x00007ffcca32c000     C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ffccc920000 - 0x00007ffccc9ce000     C:\WINDOWS\System32\SHCORE.dll
0x00007ffccca50000 - 0x00007ffcccaa5000     C:\WINDOWS\System32\shlwapi.dll
0x00007ffcca8a0000 - 0x00007ffcca8c6000     C:\WINDOWS\SYSTEM32\profapi.dll
0x00000000595d0000 - 0x00000000595dd000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\management.dll
0x00000000595b0000 - 0x00000000595ca000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\net.dll
0x00007ffcca080000 - 0x00007ffcca0ea000     C:\WINDOWS\system32\mswsock.dll
0x00007ffcb25e0000 - 0x00007ffcb25f7000     C:\WINDOWS\system32\napinsp.dll
0x00007ffcb25c0000 - 0x00007ffcb25db000     C:\WINDOWS\system32\pnrpnsp.dll
0x00007ffcb25a0000 - 0x00007ffcb25b5000     C:\WINDOWS\system32\wshbth.dll
0x00007ffcc6560000 - 0x00007ffcc657d000     C:\WINDOWS\system32\NLAapi.dll
0x00007ffcc9d70000 - 0x00007ffcc9dab000     C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffcc9db0000 - 0x00007ffcc9e7b000     C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffccd090000 - 0x00007ffccd098000     C:\WINDOWS\System32\NSI.dll
0x00007ffcb2580000 - 0x00007ffcb2592000     C:\WINDOWS\System32\winrnr.dll
0x00007ffcbdab0000 - 0x00007ffcbdaba000     C:\Windows\System32\rasadhlp.dll
0x00007ffcbdf00000 - 0x00007ffcbdf7f000     C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffccb260000 - 0x00007ffccb287000     C:\WINDOWS\System32\bcrypt.dll
0x0000000059590000 - 0x00000000595a1000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\nio.dll
0x0000000059560000 - 0x0000000059584000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\sunec.dll
0x00007ffcca250000 - 0x00007ffcca268000     C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffcc9a20000 - 0x00007ffcc9a54000     C:\WINDOWS\system32\rsaenh.dll
0x00007ffcca820000 - 0x00007ffcca84e000     C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffccadb0000 - 0x00007ffccae30000     C:\WINDOWS\System32\bcryptprimitives.dll
0x00007ffcca270000 - 0x00007ffcca27c000     C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffcb6c70000 - 0x00007ffcb6ce2000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\bin\a9c7-f399-1cff-d9e0\lwjgl.dll
0x00007ffca05c0000 - 0x00007ffca0811000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\bin\a9c7-f399-1cff-d9e0\jemalloc.dll
0x00007ffca3070000 - 0x00007ffca30ce000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\bin\a9c7-f399-1cff-d9e0\glfw.dll
0x00007ffcc8430000 - 0x00007ffcc84ce000     C:\WINDOWS\system32\uxtheme.dll
0x00007ffcbfe40000 - 0x00007ffcbfe85000     C:\WINDOWS\SYSTEM32\dinput8.dll
0x00007ffca6170000 - 0x00007ffca6181000     C:\WINDOWS\SYSTEM32\xinput1_4.dll
0x00007ffccb080000 - 0x00007ffccb0ce000     C:\WINDOWS\System32\cfgmgr32.dll
0x00007ffcca640000 - 0x00007ffcca66c000     C:\WINDOWS\SYSTEM32\DEVOBJ.dll
0x00007ffcc8710000 - 0x00007ffcc873f000     C:\WINDOWS\SYSTEM32\dwmapi.dll
0x00007ffcbf5d0000 - 0x00007ffcbf722000     C:\WINDOWS\SYSTEM32\inputhost.dll
0x00007ffccd110000 - 0x00007ffccd1dd000     C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffcc7f90000 - 0x00007ffcc8082000     C:\WINDOWS\SYSTEM32\CoreMessaging.dll
0x00007ffcc6460000 - 0x00007ffcc6557000     C:\WINDOWS\SYSTEM32\PROPSYS.dll
0x00007ffcc7520000 - 0x00007ffcc7674000     C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffcc7c30000 - 0x00007ffcc7f8e000     C:\WINDOWS\SYSTEM32\CoreUIComponents.dll
0x00007ffcc88f0000 - 0x00007ffcc8902000     C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffcc96b0000 - 0x00007ffcc96e3000     C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ffccccf0000 - 0x00007ffccce06000     C:\WINDOWS\System32\MSCTF.dll
0x00007ffcc9280000 - 0x00007ffcc928d000     C:\WINDOWS\SYSTEM32\HID.DLL
0x00007ffccbde0000 - 0x00007ffccc247000     C:\WINDOWS\System32\SETUPAPI.DLL
0x00007ffccac40000 - 0x00007ffccaca0000     C:\WINDOWS\System32\WINTRUST.dll
0x00007ffccb100000 - 0x00007ffccb256000     C:\WINDOWS\System32\CRYPT32.dll
0x00007ffcca480000 - 0x00007ffcca492000     C:\WINDOWS\SYSTEM32\MSASN1.dll
0x00007ffcbf9e0000 - 0x00007ffcbfb05000     C:\WINDOWS\SYSTEM32\opengl32.dll
0x00007ffcbf9b0000 - 0x00007ffcbf9dc000     C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ffccceb0000 - 0x00007ffcccf59000     C:\WINDOWS\System32\clbcatq.dll
0x00007ffcb9270000 - 0x00007ffcb929a000     C:\WINDOWS\System32\DriverStore\FileRepository\c0361677.inf_amd64_55dfb1eac1b1093a\B361561\atig6pxx.dll
0x00007ffc43820000 - 0x00007ffc465f4000     C:\WINDOWS\System32\DriverStore\FileRepository\c0361677.inf_amd64_55dfb1eac1b1093a\B361561\atio6axx.dll
0x00007ffcccf60000 - 0x00007ffccd08a000     C:\WINDOWS\System32\ole32.dll
0x00007ffc90e10000 - 0x00007ffc90e34000     C:\WINDOWS\SYSTEM32\dxva2.dll
0x00007ffcb70c0000 - 0x00007ffcb70fc000     C:\WINDOWS\System32\DriverStore\FileRepository\c0361677.inf_amd64_55dfb1eac1b1093a\B361561\atig6txx.dll
0x00007ffcc0380000 - 0x00007ffcc053f000     C:\WINDOWS\SYSTEM32\atiadlxx.dll
0x00007ffcc0310000 - 0x00007ffcc0359000     C:\WINDOWS\SYSTEM32\pdh.dll
0x00007ffcc3380000 - 0x00007ffcc33bb000     C:\WINDOWS\SYSTEM32\dxcore.dll
0x00007ffca0540000 - 0x00007ffca05bf000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\bin\a9c7-f399-1cff-d9e0\lwjgl_stb.dll
0x00007ffcc45e0000 - 0x00007ffcc468e000     C:\WINDOWS\SYSTEM32\mscms.dll
0x00007ffcc45a0000 - 0x00007ffcc45b1000     C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll
0x00007ffc840a0000 - 0x00007ffc840e3000     C:\WINDOWS\SYSTEM32\icm32.dll
0x00007ffcbf730000 - 0x00007ffcbf82b000     C:\WINDOWS\SYSTEM32\textinputframework.dll
0x00007ffca2fe0000 - 0x00007ffca3038000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\bin\a9c7-f399-1cff-d9e0\lwjgl_opengl.dll
0x00007ffcbbe00000 - 0x00007ffcbbe89000     C:\Program Files (x86)\Overwolf\0.162.0.13\OWExplorer.dll
0x00007ffcc66b0000 - 0x00007ffcc66f2000     C:\Users\John\AppData\Local\Temp\jna-2314539\jna3661596793282413214.dll
0x00007ffcc6690000 - 0x00007ffcc66aa000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\bin\a9c7-f399-1cff-d9e0\SAPIWrapper_x64.dll
0x00007ffc40540000 - 0x00007ffc406c6000     C:\WINDOWS\System32\Speech\Common\sapi.dll
0x00007ffc994a0000 - 0x00007ffc994be000     C:\WINDOWS\SYSTEM32\MSACM32.dll
0x00007ffc6dda0000 - 0x00007ffc6ddab000     C:\WINDOWS\SYSTEM32\msdmo.dll
0x00007ffcb9b50000 - 0x00007ffcb9b76000     C:\WINDOWS\SYSTEM32\winmmbase.dll
0x00007ffcc5420000 - 0x00007ffcc54a5000     C:\WINDOWS\System32\MMDevApi.dll
0x00000000593c0000 - 0x0000000059558000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\runtime\jre-x64\bin\awt.dll
0x00007ffcc8330000 - 0x00007ffcc83c0000     C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ffc6c9e0000 - 0x00007ffc6caf4000     C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\bin\a9c7-f399-1cff-d9e0\OpenAL.dll
0x00007ffcc55b0000 - 0x00007ffcc5733000     C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
0x00007ffcca7d0000 - 0x00007ffcca81b000     C:\WINDOWS\SYSTEM32\powrprof.dll
0x00007ffcca7b0000 - 0x00007ffcca7c2000     C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffcc84f0000 - 0x00007ffcc8504000     C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll
0x00007ffcbf520000 - 0x00007ffcbf5cc000     C:\WINDOWS\SYSTEM32\TextShaping.dll
0x00007ffcc4da0000 - 0x00007ffcc4db7000     C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffcc52a0000 - 0x00007ffcc52bd000     C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffcc0830000 - 0x00007ffcc0a14000     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\John\OneDrive\Documents\curseforge\minecraft\Install\bin\a9c7-f399-1cff-d9e0 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.2.1259 -Xmx6080m -Xms256m -XX:PermSize=256m -Dminecraft.applet.TargetDirectory=C:\Users\John\OneDrive\Documents\curseforge\minecraft\Instances\sus -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -Duser.language=en -Duser.country=US -Dlog4j.configurationFile=C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\assets\log_configs\client-1.12.xml 
java_command: cpw.mods.modlauncher.Launcher --username hot_sayce --version forge-36.0.1 --gameDir C:\Users\John\OneDrive\Documents\curseforge\minecraft\Instances\sus --assetsDir C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\assets --assetIndex 1.16 --uuid f88f933f3f1f436ead3e965a02c4301b --accessToken eyJhbGciOiJIUzI1NiJ9.eyJ4dWlkIjoiMjUzNTQwNzc2MTA2MTAyMiIsInN1YiI6IjRkMjE4YzBkLWYzMjMtNDljOC04YmIyLWI3OTM3YjJkODVhOCIsIm5iZiI6MTYxMTcxMjU0Nywicm9sZXMiOltdLCJpc3MiOiJhdXRoZW50aWNhdGlvbiIsImV4cCI6MTYxMTc5ODk0NywiaWF0IjoxNjExNzEyNTQ3LCJ5dWlkIjoiNWUyYTY2YzBlZmM3OWM3MjI5ZjkwNjk4MjU3NDhiYzQifQ.L1N4IdegUdf9YZDYA01t5Uc2Lcot6x5FRMS09dtusbo --userType msa --versionType release --width 1024 --height 768 --launchTarget fmlclient --fml.forgeVersion 36.0.1 --fml.mcVersion 1.16.5 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20210115.111550
java_class_path (initial): C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\net\minecraftforge\forge\1.16.5-36.0.1\forge-1.16.5-36.0.1.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\org\ow2\asm\asm\9.0\asm-9.0.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\org\ow2\asm\asm-commons\9.0\asm-commons-9.0.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\org\ow2\asm\asm-tree\9.0\asm-tree-9.0.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\org\ow2\asm\asm-util\9.0\asm-util-9.0.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\org\ow2\asm\asm-analysis\9.0\asm-analysis-9.0.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\cpw\mods\modlauncher\8.0.9\modlauncher-8.0.9.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\cpw\mods\grossjava9hacks\1.3.0\grossjava9hacks-1.3.0.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\net\minecraftforge\accesstransformers\3.0.1\accesstransformers-3.0.1.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\org\antlr\antlr4-runtime\4.9.1\antlr4-runtime-4.9.1.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\net\minecraftforge\eventbus\4.0.0\eventbus-4.0.0.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\net\minecraftforge\forgespi\3.2.0\forgespi-3.2.0.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\net\minecraftforge\coremods\4.0.3\coremods-4.0.3.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\net\minecraftforge\unsafe\0.2.0\unsafe-0.2.0.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\com\electronwill\night-config\core\3.6.2\core-3.6.2.jar;C:\Users\John\OneDrive\Documents\curseforge\minecraft\Install\libraries\com\electronwill\night-config\toml\3.6.2\to
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\John\AppData\Local\Microsoft\WindowsApps;
USERNAME=John
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 13, GenuineIntel
 

 

 

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Okay so I went to a different version of that mod and it booted right up, thank you
    • C:\Users\bruiser\curseforge\minecraft\Instances\Fazbear Remnants\essential\loader\stage1\launchwrapper\stage2.forge_1.12.2.jar: The process cannot access the file because it is being used by another process. Restart your system and test it again If there is no change, delete the mentioned essential folder or remove the mod essential
    • Does it work with newer versions? For 1.16.5 also make a test with Embeddium + Oculus as Optifine replacement
    • Looking for the best Temu coupon code $100 off? You’re in the right place! We’ve got the ultimate deal that helps you save big on your favorite items. Our exclusive ACS670886 Temu coupon code is perfect for shoppers in the USA, Canada, and Europe. Whether you're a new or existing customer, this code ensures you get maximum benefits. By using the Temu coupon $100 off, you can unlock exciting savings on Temu’s vast collection. Don’t miss this chance to claim your Temu 100 off coupon code today! What Is The Coupon Code For Temu $100 Off? Both new and existing customers can enjoy incredible benefits with our Temu coupon $100 off on the Temu app and website. This $100 off Temu coupon ensures huge savings for everyone! ACS670886 – Get a flat $100 off on selected purchases. ACS670886 – Unlock a $100 coupon pack for multiple uses. ACS670886 – Enjoy a $100 flat discount if you're a new customer. ACS670886 – Existing customers can claim an extra $100 promo code. ACS670886 – This $100 coupon is valid for shoppers in the USA and Canada. Temu Coupon Code $100 Off For New Users In 2025 New users can maximize their savings by applying our Temu coupon $100 off on the Temu app. This Temu coupon code $100 off unlocks amazing deals for first-time shoppers. ACS670886 – Get a flat $100 discount for new users. ACS670886 – Receive a $100 coupon bundle as a welcome offer. ACS670886 – Unlock up to $100 in coupons for multiple uses. ACS670886 – Enjoy free shipping to 68 countries. ACS670886 – Get an extra 30% off on any purchase as a first-time user. How To Redeem The Temu Coupon $100 Off For New Customers? Using the Temu $100 coupon is easy! Follow these steps to redeem your Temu $100 off coupon code for new users: Sign up on the Temu app or website. Browse and add your favorite items to the cart. Enter ACS670886 at checkout. See the $100 discount applied instantly. Complete your purchase and enjoy your savings! Temu Coupon $100 Off For Existing Customers Existing customers can also benefit from our exclusive Temu $100 coupon codes for existing users. Use this Temu coupon $100 off for existing customers free shipping deal and save more! ACS670886 – Get an extra $100 discount for existing users. ACS670886 – Enjoy a $100 coupon bundle for multiple purchases. ACS670886 – Receive a free gift with express shipping across the USA/Canada. ACS670886 – Grab an extra 30% off on top of existing discounts. ACS670886 – Avail free shipping to 68 countries. How To Use The Temu Coupon Code $100 Off For Existing Customers? Redeeming your Temu coupon code $100 off as an existing user is simple. Just follow these steps: Log in to your Temu account. Select your desired products and add them to your cart. Apply ACS670886 at checkout. Your Temu coupon $100 off code will be applied automatically. Confirm your order and enjoy massive savings! Latest Temu Coupon $100 Off First Order First-time buyers get the best deals with our Temu coupon code $100 off first order. This Temu coupon code first order ensures maximum savings. ACS670886 – Flat $100 discount for the first order. ACS670886 – Special $100 Temu coupon code for new customers. ACS670886 – Get up to $100 in coupons for multiple uses. ACS670886 – Free shipping to 68 countries. ACS670886 – Extra 30% off on any first-time purchase. How To Find The Temu Coupon Code $100 Off? Finding a Temu coupon $100 off is easy! Check out the Temu coupon $100 off Reddit section or follow these tips: Subscribe to the Temu newsletter for exclusive deals. Follow Temu’s official social media pages for the latest updates. Visit trusted coupon sites for verified and working codes. Is Temu $100 Off Coupon Legit? Yes, our Temu $100 Off Coupon Legit and verified! Wondering if the Temu 100 off coupon legit? Here’s why: The ACS670886 code is officially tested and confirmed. Valid for all customers in the USA, Canada, and Europe. No expiration date—use it anytime! How Does Temu $100 Off Coupon Work? The Temu coupon code $100 off first-time user works instantly upon applying at checkout. Simply enter the Temu coupon codes 100 off, and the discount is automatically deducted. How To Earn Temu $100 Coupons As A New Customer? To earn a Temu coupon code $100 off, sign up on Temu, make your first purchase, and refer friends. This 100 off Temu coupon code can be unlocked through special promotions. What Are The Advantages Of Using The Temu Coupon $100 Off? $100 discount on the first order $100 coupon bundle for multiple uses 70% discount on popular items Extra 30% off for existing customers Up to 90% off on selected products Free gifts for new users Free delivery to 68 countries Temu $100 Discount Code And Free Gift For New And Existing Customers Enjoy the Temu $100 off coupon code and get amazing benefits! Our $100 off Temu coupon code ensures huge savings. ACS670886 – $100 discount for the first order. ACS670886 – Extra 30% off on any item. ACS670886 – Free gift for new Temu users. ACS670886 – Up to 70% discount on all Temu items. ACS670886 – Free shipping in 68 countries including the USA and UK. Final Note: Use The Latest Temu Coupon Code $100 Off Using the Temu coupon code $100 off is the smartest way to save on Temu! Don’t wait—grab your discount now. Our Temu coupon $100 off is available for all customers, ensuring maximum savings. Get yours today! FAQs Of Temu $100 Off Coupon Q: How can I get the Temu $100 off coupon? A: Use code ACS670886 at checkout to claim your $100 discount. Q: Is the Temu $100 coupon valid for existing customers? A: Yes! Existing users can also apply ACS670886 and enjoy savings. Q: Does the Temu $100 off coupon have an expiration date? A: No, ACS670886 is valid indefinitely. Q: Can I use the Temu coupon on multiple orders? A: Yes! ACS670886 allows multiple redemptions. Q: Is the Temu $100 coupon applicable worldwide? A: Yes, it’s valid in the USA, Canada, Europe, and 68 other countries.
    • I tried both Vanilla and Optfine like you said, and both gave the same result. So I believe the issue is most likely with Minecraft in general and not Forge
  • Topics

×
×
  • Create New...

Important Information

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