Posted July 5, 20223 yr So i download 1.16.5 forge 36.2.34 and i download client first, next i do server and direct it to my tests folder, i open it and theres no .json file, i do the run.bat thing and run it and i only get eula and server properties
July 5, 20223 yr What .json file were you expecting? Did you edit the eula.txt to say you accept it? It should have told you to do that when you ran run.bat Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
July 6, 20223 yr Author 18 hours ago, warjort said: What .json file were you expecting? Did you edit the eula.txt to say you accept it? It should have told you to do that when you ran run.bat well i did and nothing happened, when they run it alot more stuff happens and they get alot more folders like mods, because when i do it i only get logs and eula and also server properties thats it Edited July 6, 20223 yr by __Catt__
July 6, 20223 yr if there is a logs folder with a debug.log please post it, if not run the server from the command line and post full output Edited July 6, 20223 yr by Luis_ST
July 6, 20223 yr Author Just now, Luis_ST said: is there a logs folder with a debug.log please post it, if not run the server from the command line and post full output yes ill do so rn [06Jul2022 16:37:52.044] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.34, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui] [06Jul2022 16:37:52.051] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 18.0.1.1 by Oracle Corporation [06Jul2022 16:37:52.061] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
July 6, 20223 yr Author Just now, Luis_ST said: Minecraft 1.16.5 requires java 8 oh alright ill see what happens when i do java 8
July 6, 20223 yr Author 2 minutes ago, Luis_ST said: Minecraft 1.16.5 requires java 8 yeah so i added java 8 and uninstalled java 18 but it says no java found, even though in control panel its there
July 6, 20223 yr 1 minute ago, __Catt__ said: uninstalled java 18 you do not need to uninstall java 18, you can just use the full path of the java executable instead of the java keyword in the .bat/.sh file 3 minutes ago, __Catt__ said: it says no java found, even though in control panel its there try with the full path, explained above
July 6, 20223 yr Author 1 minute ago, Luis_ST said: you do not need to uninstall java 18, you can just use the full path of the java executable instead of the java keyword in the .bat/.sh file try with the full path, explained above uhhhh i dont understand what you mean by uhh full path
July 6, 20223 yr the full path of java means the installation path, in my case it is: Quote "C:\Program Files\Java\jdk-8.0.322\jre\bin\java.exe" Note: the quotes are required Edited July 6, 20223 yr by Luis_ST
July 6, 20223 yr Author 9 minutes ago, Luis_ST said: the full path of java means the installation path, in my case it is: Note: the quotes are required oh so howd i chang ethat
July 6, 20223 yr Author 3 minutes ago, diesieben07 said: Not for installing a server - or you watched very strange tutorials. Even for installing the client, the JSON file is entirely irrelevant to you as the user. You should never touch it or care about it any way shape or form. i watched that one by the breakdown on the modded server one
July 6, 20223 yr Author 47 minutes ago, diesieben07 said: I have no idea who or what you are talking about. oh well its the first thing that you see when you search up how to make modded survival server 1.16.5
July 6, 20223 yr 1 hour ago, __Catt__ said: oh so howd i chang ethat edit the .bat/.sh file and replace java with full path of java 8 if you not use a .bat/.sh to start the server, here is the example of the .bat file (.sh files are for mac) Quote <full path of java> -jar <server file name>.jar PAUSE
July 6, 20223 yr Author 11 minutes ago, Luis_ST said: edit the .bat/.sh file and replace java with full path of java 8 if you not use a .bat/.sh to start the server, here is the example of the .bat file (.sh files are for mac) ok hopefully this helps
July 6, 20223 yr Author 36 minutes ago, Luis_ST said: edit the .bat/.sh file and replace java with full path of java 8 if you not use a .bat/.sh to start the server, here is the example of the .bat file (.sh files are for mac) ok so i tried it and it just comes up with my user and then press key to continue
July 6, 20223 yr Author 9 minutes ago, diesieben07 said: Post the full output as well as the full contents of your bat file. :C\Program Files\Java\jre1.8.0_333 -jar forgeserver.jar nogui PAUSE
July 6, 20223 yr 12 minutes ago, __Catt__ said: C\Program Files\Java\jre1.8.0_333 this is not the full path, it should be the path to the of the java executable (you find it in the bin folder) and you need to put the path into quotes Edited July 6, 20223 yr by Luis_ST
July 6, 20223 yr Quote "C:\Program Files\Java\jre1.8.0_333\bin\java.exe" -jar forgeserver.jar nogui Try that, if it doesn't work correct it to the java.exe that exists. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
July 6, 20223 yr Author 2 minutes ago, Luis_ST said: this is not the full path, it should be the path to the of the java executable (you find it in the bin folder) and you need to put the path into quotes wheres the bin folder?
July 6, 20223 yr Author tha= 2 minutes ago, warjort said: Try that, if it doesn't work correct it to the java.exe that exists. ok that kinda worked
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.