Jump to content

PlzHelpImDying

Members
  • Posts

    5
  • Joined

  • Last visited

PlzHelpImDying's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I have been trying to run the forge client for a very long time and have done a bunch of troubleshooting but nothing seems to work. I have uninstalled and reinstalled everything connecting to java as well as assigned a .Bash_Profile and changed the JAVA_HOME PATH. Whenever I open Minecraft forge in 1.18.2 I still get the error message "Couldn't select a valid version of the Java runtime to download" could someone plz help. This has been a problem forever and ive factory reseted my computer and tried everything and it took me forever to set my modded server and now its working but the dumb client wont work.
  2. It took me a while to figure this out but on mac you can delete the run.sh file and then rename the run.bat file to run.command and inside of the run.command post this command: #!/bin/bash cd "$(dirname "$0")" exec java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.1.0/unix_args.txt nogui "$@"
  3. I have been trying to run the forge client for a very long time and have done a bunch of troubleshooting but nothing seems to work. I have uninstalled and reinstalled everything connecting to java as well as assigned a .Bash_Profile and changed the JAVA_HOME PATH. Whenever I open minecraft forge in 1.18.2 I still get the error message "Couldn't select a valid version of the Java runtime to download" could someone plz help. Debug Log: [11:48:39] [main/INFO]: Building optimized datafixer [11:48:47] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [11:48:49] [Render thread/INFO]: Setting user: SpicyNodle [11:48:50] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 build 7 [11:48:51] [Render thread/INFO]: Reloading ResourceManager: Default [11:49:04] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play [11:49:04] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [11:49:04] [Render thread/INFO]: OpenAL initialized on device CoreAudio Default [11:49:04] [Render thread/INFO]: Sound engine started [11:49:05] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas [11:49:05] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas [11:49:05] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas [11:49:05] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas [11:49:05] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas [11:49:05] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas [11:49:05] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas [11:49:07] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [11:49:07] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas [11:49:07] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas [11:49:07] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas [11:49:28] [Worker-Bootstrap-4/INFO]: 4256 Datafixer optimizations took 48718 milliseconds [11:50:06] [Render thread/INFO]: Stopping!
  4. Nvm I found the fix by using my vanilla server run.command and the correct nogui and mac terminal formats. This was the end result: #!/bin/bash cd "$(dirname "$0")" exec java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.19-41.0.17/unix_args.txt nogui "$@" I also deleted the run.sh file from the folder
  5. I have been trying to create a forge server on mac for 3 days with hours upon hours of troubleshooting. I am using Java 8.333 and Java Oracle 18. When I install server into my folder I get a run.bat file, I know that this file only works with windows so I then converted it to run.command, when I ran this run.command I got this log: /Users/guest1/Documents/Servers/ForgeServer/run.command ; exit; guest1@ef-m1air ~ % /Users/guest1/Documents/Servers/ForgeServer/run.command ; exit; /Users/guest1/Documents/Servers/ForgeServer/run.command: line 1: @echo: command not found Error: could not open `user_jvm_args.txt' Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Process completed] After this happened I proceeded to my Vanilla server to input my vanilla run.command code into the text edit file and moved the forge server jar file to where the run.command file was. After this I ran the code and got this error /Users/guest1/Documents/Servers/ForgeServer/run.command ; exit; guest1@ef-m1air ~ % /Users/guest1/Documents/Servers/ForgeServer/run.command ; exit; Error: Invalid or corrupt jarfile forgeserver.jar Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. I have been troubleshooting this issue for days and cant seem to find a modern fix as the last tutorial for how to setup a forge server on mac was for 1.15 and the formatting for when you download the server from the 1.19 installer is different. if anyone can find a fix to this issue and help me find the correct way to setup a 1.19 server on mac this would be great as I have been trying to do this for days and am now close to giving up.
×
×
  • Create New...

Important Information

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