Jump to content

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


Afrotown

Recommended Posts

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
Link to comment
Share on other sites

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]

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 months later...

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]

 

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

  • 1 month later...

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]

 

Link to comment
Share on other sites

  • 3 weeks later...
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
 

 

 

Link to comment
Share on other sites

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

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello, I want to add more memory to the RunClient gradle task. I added VM options into the configurations and put in "-Xms256m -Xmx2048m" but it doesn't work.
    • Hello, I'm trying to modify the effects of native enchantments for bows and arrows in Minecraft. After using a decompilation tool, I found that the specific implementations of native bow and arrow enchantments (including `ArrowDamageEnchantment`, `ArrowKnockbackEnchantment`, `ArrowFireEnchantment`, `ArrowInfiniteEnchantment`, `ArrowPiercingEnchantment`) do not contain any information about the enchantment effects (such as the `getDamageProtection` function for `ProtectionEnchantment`, `getDamageBonus` function for `DamageEnchantment`, etc.). Upon searching for the base class of arrows, `AbstractArrow`, I found a function named setEnchantmentEffectsFromEntity`, which seems to be used to retrieve the enchantment levels of the tool held by a `LivingEntity` and calculate the specific values of the enchantment effects. However, after testing with the following code, I found that this function is not being called:   @Mixin(AbstractArrow.class) public class ModifyArrowEnchantmentEffects {     private static final Logger LOGGER = LogUtils.getLogger();     @Inject(         method = "setEnchantmentEffectsFromEntity",         at = @At("HEAD")     )     private void logArrowEnchantmentEffectsFromEntity(CallbackInfo ci) {         LOGGER.info("Arrow enchantment effects from entity");     } }   Upon further investigation, I found that within the onHitEntity method, there are several lines of code:               if (!this.level().isClientSide &amp;&amp; entity1 instanceof LivingEntity) {                EnchantmentHelper.doPostHurtEffects(livingentity, entity1);                EnchantmentHelper.doPostDamageEffects((LivingEntity)entity1, livingentity);             }   These lines of code actually call the doPostHurt and doPostAttack methods of each enchantment in the enchantment list. However, this leads back to the issue because native bow and arrow enchantments do not implement these functions. Although their base class defines the functions, they are empty. At this point, I'm completely stumped and seeking assistance. Thank you.
    • I have been trying to make a server with forge but I keep running into an issue. I have jdk 22 installed as well as Java 8. here is the debug file  
    • it crashed again     What the console says : [00:02:03] [Server thread/INFO] [Easy NPC/]: [EntityManager] Server started! [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {iceandfire:fire_dragon_roost=true, iceandfire:fire_lily=true, iceandfire:spawn_dragon_skeleton_fire=true, iceandfire:lightning_dragon_roost=true, iceandfire:spawn_dragon_skeleton_lightning=true, iceandfire:ice_dragon_roost=true, iceandfire:ice_dragon_cave=true, iceandfire:lightning_dragon_cave=true, iceandfire:cyclops_cave=true, iceandfire:spawn_wandering_cyclops=true, iceandfire:spawn_sea_serpent=true, iceandfire:frost_lily=true, iceandfire:hydra_cave=true, iceandfire:lightning_lily=true, iceandfireixie_village=true, iceandfire:myrmex_hive_jungle=true, iceandfire:myrmex_hive_desert=true, iceandfire:silver_ore=true, iceandfire:siren_island=true, iceandfire:spawn_dragon_skeleton_ice=true, iceandfire:spawn_stymphalian_bird=true, iceandfire:fire_dragon_cave=true, iceandfire:sapphire_ore=true, iceandfire:spawn_hippocampus=true, iceandfire:spawn_death_worm=true} [00:02:03] [Server thread/INFO] [co.gi.al.ic.IceAndFire/]: {TROLL_S=true, HIPPOGRYPH=true, AMPHITHERE=true, COCKATRICE=true, TROLL_M=true, DREAD_LICH=true, TROLL_F=true} [00:02:03] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 41976 bytes (in 5 string chunks with the size of 10000) [00:02:03] [Server thread/INFO] [patchouli/]: Sending reload packet to clients [00:02:03] [Server thread/WARN] [voicechat/]: [voicechat] Running in offline mode - Voice chat encryption is not secure! [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Using server-ip as bind address: 0.0.0.0 [00:02:03] [Server thread/WARN] [ModernFix/]: Dedicated server took 22.521 seconds to load [00:02:03] [VoiceChatServerThread/INFO] [voicechat/]: [voicechat] Voice chat server started at 0.0.0.0:25565 [00:02:03] [Server thread/WARN] [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.player.Player from class tschipp.carryon.common.carry.CarryOnDataManager [00:02:03] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@2941ffd5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 0 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 1 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 2 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 3 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 4 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 5 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 6 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 7 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 8 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 9 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 10 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 11 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 12 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 13 [00:02:10] [Netty Epoll Server IO #2/INFO] [Calio/]: Received acknowledgment for login packet with id 14 [00:02:19] [Server thread/INFO] [ne.mi.co.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.server.PlayerAdvancements@ebc7ef2 [00:02:19] [Server thread/INFO] [minecraft/PlayerList]: ZacAdos[/90.2.17.162:49242] logged in with entity id 1062 at (-1848.6727005281205, 221.0, -3054.2468255848935) [00:02:19] [Server thread/ERROR] [ModernFix/]: Skipping entity ID sync for com.talhanation.smallships.world.entity.ship.Ship: java.lang.NoClassDefFoundError: net/minecraft/client/CameraType [00:02:19] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos joined the game [00:02:19] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:19] [Server thread/INFO] [se.mi.te.da.DataManager/]: Sending data to client: ZacAdos [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Received secret request of - Gloop - ZacAdos (17) [00:02:19] [Server thread/INFO] [voicechat/]: [voicechat] Sent secret to - Gloop - ZacAdos [00:02:21] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully authenticated player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Successfully validated connection of player cc56befd-d376-3526-a760-340713c478bd [00:02:22] [VoiceChatPacketProcessingThread/INFO] [voicechat/]: [voicechat] Player - Gloop - ZacAdos (cc56befd-d376-3526-a760-340713c478bd) successfully connected to voice chat stop [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping the server [00:02:34] [Server thread/INFO] [mo.pl.ar.ArmourersWorkshop/]: stop local service [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players [00:02:34] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ZacAdos lost connection: Server closed [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: - Gloop - ZacAdos left the game [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Updating all forceload tickets for cc56befd-d376-3526-a760-340713c478bd [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (world): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved [00:02:34] [Server thread/INFO] [minecraft/MinecraftServer]: ThreadedAnvilChunkStorage: All dimensions are saved [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopping IO worker... [00:02:34] [Server thread/INFO] [xa.pa.OpenPartiesAndClaims/]: Stopped IO worker! [00:02:34] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@7dc879e1 [MineStrator Daemon]: Checking server disk space usage, this could take a few seconds... [MineStrator Daemon]: Updating process configuration files... [MineStrator Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... [MineStrator Daemon]: Pulling Docker container image, this could take a few minutes to complete... [MineStrator Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment Temurin-17.0.10+7 (build 17.0.10+7) OpenJDK 64-Bit Server VM Temurin-17.0.10+7 (build 17.0.10+7, mixed mode, sharing) container@pterodactyl~ java -Xms128M -Xmx6302M -Dterminal.jline=false -Dterminal.ansi=true -Djline.terminal=jline.UnsupportedTerminal -p libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar:libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher-1.1.2.jar,securejarhandler-2.1.4.jar,asm-commons-9.5.jar,asm-util-9.5.jar,asm-analysis-9.5.jar,asm-tree-9.5.jar,asm-9.5.jar,JarJarFileSystems-0.3.16.jar -DlibraryDirectory=libraries -DlegacyClassPath=libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar:libraries/org/ow2/asm/asm/9.5/asm-9.5.jar:libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar:libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar:libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar:libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar:libraries/net/minecraftforge/accesstransformers/8.0.4/accesstransformers-8.0.4.jar:libraries/org/antlr/antlr4-runtime/4.9.1/antlr4-runtime-4.9.1.jar:libraries/net/minecraftforge/eventbus/6.0.3/eventbus-6.0.3.jar:libraries/net/minecraftforge/forgespi/6.0.0/forgespi-6.0.0.jar:libraries/net/minecraftforge/coremods/5.0.1/coremods-5.0.1.jar:libraries/cpw/mods/modlauncher/10.0.8/modlauncher-10.0.8.jar:libraries/net/minecraftforge/unsafe/0.2.0/unsafe-0.2.0.jar:libraries/com/electronwill/night-config/core/3.6.4/core-3.6.4.jar:libraries/com/electronwill/night-config/toml/3.6.4/toml-3.6.4.jar:libraries/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar:libraries/net/jodah/typetools/0.8.3/typetools-0.8.3.jar:libraries/net/minecrell/terminalconsoleappender/1.2.0/terminalconsoleappender-1.2.0.jar:libraries/org/jline/jline-reader/3.12.1/jline-reader-3.12.1.jar:libraries/org/jline/jline-terminal/3.12.1/jline-terminal-3.12.1.jar:libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar:libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar:libraries/net/minecraftforge/JarJarSelector/0.3.16/JarJarSelector-0.3.16.jar:libraries/net/minecraftforge/JarJarMetadata/0.3.16/JarJarMetadata-0.3.16.jar:libraries/net/minecraftforge/fmlloader/1.19.2-43.3.0/fmlloader-1.19.2-43.3.0.jar:libraries/net/minecraft/server/1.19.2-20220805.130853/server-1.19.2-20220805.130853-extra.jar:libraries/com/github/oshi/oshi-core/5.8.5/oshi-core-5.8.5.jar:libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar:libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:libraries/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar:libraries/com/mojang/authlib/3.11.49/authlib-3.11.49.jar:libraries/com/mojang/brigadier/1.0.18/brigadier-1.0.18.jar:libraries/com/mojang/datafixerupper/5.0.28/datafixerupper-5.0.28.jar:libraries/com/mojang/javabridge/1.2.24/javabridge-1.2.24.jar:libraries/com/mojang/logging/1.0.0/logging-1.0.0.jar:libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar:libraries/io/netty/netty-buffer/4.1.77.Final/netty-buffer-4.1.77.Final.jar:libraries/io/netty/netty-codec/4.1.77.Final/netty-codec-4.1.77.Final.jar:libraries/io/netty/netty-common/4.1.77.Final/netty-common-4.1.77.Final.jar:libraries/io/netty/netty-handler/4.1.77.Final/netty-handler-4.1.77.Final.jar:libraries/io/netty/netty-resolver/4.1.77.Final/netty-resolver-4.1.77.Final.jar:libraries/io/netty/netty-transport/4.1.77.Final/netty-transport-4.1.77.Final.jar:libraries/io/netty/netty-transport-classes-epoll/4.1.77.Final/netty-transport-classes-epoll-4.1.77.Final.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-x86_64.jar:libraries/io/netty/netty-transport-native-epoll/4.1.77.Final/netty-transport-native-epoll-4.1.77.Final-linux-aarch_64.jar:libraries/io/netty/netty-transport-native-unix-common/4.1.77.Final/netty-transport-native-unix-common-4.1.77.Final.jar:libraries/it/unimi/dsi/fastutil/8.5.6/fastutil-8.5.6.jar:libraries/net/java/dev/jna/jna/5.10.0/jna-5.10.0.jar:libraries/net/java/dev/jna/jna-platform/5.10.0/jna-platform-5.10.0.jar:libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar:libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar:libraries/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-core/2.17.0/log4j-core-2.17.0.jar:libraries/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.0/log4j-slf4j18-impl-2.17.0.jar:libraries/org/slf4j/slf4j-api/1.8.0-beta4/slf4j-api-1.8.0-beta4.jar cpw.mods.bootstraplauncher.BootstrapLauncher --launchTarget forgeserver --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [00:02:42] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [00:02:43] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:43] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [00:02:44] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [00:02:44] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection Latest log [29Mar2024 00:02:42.803] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [29Mar2024 00:02:42.805] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [29Mar2024 00:02:43.548] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [29Mar2024 00:02:43.876] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.877] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:43.878] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [29Mar2024 00:02:44.033] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [29Mar2024 00:02:44.034] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [29Mar2024 00:02:44.034] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection
  • Topics

×
×
  • Create New...

Important Information

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