Jump to content

Help?!??!? Error: Unable to access jarfile forge-1.21-51.0.29-shim.jar


Recommended Posts

Posted

I tried to run java again after i put in my shipwrecked modpack and the error message kept showing up. 

Error: Unable to access jarfile forge-1.21-51.0.29-shim.jar is all that showed up
Im on a m2 mac air and i ran the run.sh file. 
When i tried to run the run.sh after cd server it also gave me a fatal error message detected  by the java runtime enviroment. 
 

A fatal error has been detected by the Java Runtime Environment:

#

#  SIGSEGV (0xb) at pc=0x0000000102ea68fc, pid=73610, tid=126211

#

# JRE version: Java(TM) SE Runtime Environment (22.0.2+9) (build 22.0.2+9-70)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (22.0.2+9-70, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)

# Problematic frame:

# C  [jna15258103312733787804.tmp+0x68fc]  Java_com_sun_jna_Native_invokePointer+0xadc

#

# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

#

# An error report file with more information is saved as:

# /Users/me/Desktop/server/hs_err_pid73610.log

#

# If you would like to submit a bug report, please visit:

#   https://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.

#

/Users/me/Desktop/server/run.sh: line 7: 73610 Abort trap: 6           java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.21-51.0.29/unix_args.txt "$@"

 

I have replaced the /Users/[name]/ to /me/ but for everything else i just straight up copy pasted. 
I have no knowledge about java or coding so let me know if i am missing something.

Posted

I have tried switching to java 21 after i downloaded java 22 but im not sure if it works. I just followed the installation and i downloaded the ARM64 DMG Installer product/file description. Its still showing the fatal error. 

Posted

I think the error is still the same but it loaded a few server/thread infos that werent present before. I think it only loaded the main/info when i was using java 22
Below is the full crash report with the additional server thread/info 

[10:42:58] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.21

[10:42:58] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties

[10:42:58] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL

[10:42:58] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  SIGSEGV (0xb) at pc=0x00000001012428fc, pid=76464, tid=127491

#

# JRE version: Java(TM) SE Runtime Environment (21.0.3+7) (build 21.0.3+7-LTS-152)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0.3+7-LTS-152, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)

# Problematic frame:

# C  [jna13902680717977756248.tmp+0x68fc]  Java_com_sun_jna_Native_invokePointer+0xadc

#

# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

#

# An error report file with more information is saved as:

# /Users/me/Desktop/server/hs_err_pid76464.log

[8.679s][warning][os] Loading hsdis library failed

#

# If you would like to submit a bug report, please visit:

#   https://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.

#

/Users/me/Desktop/server/run.sh: line 7: 76464 Abort trap: 6           java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.21-51.0.29/unix_args.txt "$@"

me@my-MacBook-Air-2 server % cat hs_err_pid76464.log 

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  SIGSEGV (0xb) at pc=0x00000001012428fc, pid=76464, tid=127491

#

# JRE version: Java(TM) SE Runtime Environment (21.0.3+7) (build 21.0.3+7-LTS-152)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (21.0.3+7-LTS-152, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)

# Problematic frame:

# C  [jna13902680717977756248.tmp+0x68fc]  Java_com_sun_jna_Native_invokePointer+0xadc

#

# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

#

# If you would like to submit a bug report, please visit:

#   https://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.

#

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I downloaded Forgematice, moved the file to the mods folder, but after starting Minecraft it does not detect any modifications, I need help
    • Upon registering a new account on here, there's a simple security question. Something along the lines of "name a tool you can craft in vanilla Minecraft" and "name a weapon you can craft in vanilla Minecraft". I answered these with answers that are correct. Yet I'm told I "didn't pass the security check". This happens with every answer to every question. If you can't craft a pickaxe, or use a sword as a weapon in vanilla Minecraft then you and I must be playing a totally different game!!
    • Hello, and happy new year! I've returned to modding while on break from work, and cannot make heads or tails of the method for setting the correct tool for breaking a custom block. This should be a simple affair, but after digging through the vanilla files, all I could find was  assets/data/minecraft/tags/block/mineable/pickaxe.json (and axe, hoe, shovel). So I figured this must be how they're specifying the tool for each block. Yet, after implementing a similar file in my own data folder, it still doesn't work. Plus, this doesn't address the issue of specifying what level of tool is required (wood/stone/iron, etc).   So, please... how should this be being done, properly? And could it be done through the Java code rather than JSON files, without overriding functions for block breaking? I'm either missing something obvious, or -- as is more likely the case -- this is just far more convoluted than it ought to be, for something that should just be a field or two in the Block Properties.
    • and this forge error, is just for forge 1.19.2
    • hey. when i want to install forge , it shows me an error that says :  failed to run processor: java.net.ssl.SSLHandshakeException:Remote host ... . . . Try updating your java before trying again. but my java is the latest version of java. please help me to fix this  
  • Topics

×
×
  • Create New...

Important Information

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