Jump to content

boston333410

Members
  • Posts

    15
  • Joined

  • Last visited

boston333410's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I am using Twitch to play Minecraft v 1.12.2 with the extra utilities mod as part of my custom mod pack. When I go to use the mod, the generators are not showing up as an available option to spawn in in creative mod. Actually the mod I've downloaded shows up as extrautils2-1.12-1.9.9.jar... Not sure what other info you guys will need to help me figure out the problem. Please let me know and I'll get it for you.
  2. @Ruchia Thank you!!! I wouldn't have been able to get this to work without you. I love that you explained step by step what I needed to change. I have limited knowledge about writing code so I didn't really understand what I was doing.
  3. @diesieben07 I launch the start.bat file by just clicking on it in the folder and it just crashes. Which from my research is all I thought I had to do. I was running it as "Run As Admin" thinking that'd work, but it clearly does not. NOTE: I've installed the proper 64bit version of Java now: jre-8u221-windows-x64.exe. So the path name will be a bit different. Not sure what you mean by running it from the command line, so below are a few things I've tried based on my knowledge and guessing. 1.) Copying and pasting the whole line of code into the cmd.... Result: "Error: Could not find or load main java class.... (I haven't seen this error before so it's new for me) See Capture 2.) Changing directory.... Same error, capture 2 3.) Removing "C:\Program Files\Java\jre1.8.0_221\bin\java.exe" from the beginning... Result: Now it worked! Capture 3. ALSO, I got the same result by just clicking on the start.bat from the folder. The only reason I added the path "C:\Program Files\Java\jre1.8.0_221\bin\java.exe" is because I thought that's what I had to do. I saw it in the description of this video: youtube.com/watch?v=3W8Di4I2usE&t=2s.
  4. Sorry. The reason I'm using javaw.exe is because that's what I thought I had to do. I don't know the difference between the .exe's in the folder. This is the video I found to help me: youtube.com/watch?v=3W8Di4I2usE. In the video description, I found the code that I used and it was using javaw.exe. Why I'm using is because the internet told me too. I have no clue. I changed my start.bat file to " "C:\Program Files (x86)\Java\jre1.8.0_221\bin\java.exe" -Xms3G -Xmx2G -jar forge-1.12.2-14.23.5.2838-universal.jar " and now it just crashes. It doesn't stay open.
  5. I thought that's what I was supposed to do. That's what I saw in the info I found online.
  6. "C:\Program Files (x86)\Java\jre1.8.0_221\bin\javaw.exe" -Xms3G -Xmx2G -jar forge-1.12.2-14.23.5.2838-universal.jar
  7. This is where my start.bat file is. The server is stored on my 2nd HDD on my computer.... So I don't know why it's there. I thought it needed to be in the same folder as the server. This is the file path: F:\Program Files (x86)\MC Forge Server
  8. I created the start.bat file by opening notepad, entering in the code, and then saving that file as start.bat. When I run it, it opens up in the cmd window. Is it not supposed to?
  9. I'm trying to start the server with a .bat file. I want to run my forge server with mods when I tried it yesterday with all the mods I wanted it stopped working because it ran out of memory, or at least I think that's what happened. So now I'm trying to get a simple server running with more memory allocated for it before I try adding the mods again. So I'm trying a proof of concept, which isn't working. I don't know of another way to run a forge MC server with more RAM. This is the only way I've seen. Not sure what other details I can add to help solve my issue.
  10. So my start.bat code is right, but it's looking in the wrong place for the forge server launcher? I don't get what I'm doing wrong, if anything.... Guess I'm just going to cut back on the mods that I want to run on the server if I can't get it to work with more RAM. Thanks for the help.
  11. Right, makes sense, I don't have much coding experience, so how would I add a cd command to the batch file? Or is stupid simple? Thanks for the help.
  12. So what am I doing wrong then? Why am I getting that error? That's what I don't get
  13. Should I change directory then to where the my server file is being stored? How would I add that to the start.bat file?
  14. I am trying to run a forge server by allocating more ram, but I can't get the server to start. I get this error: "Error: Unable to access jarfile forge-1.12.2-14.23.5.2838-universal.jar" [See Attachment]. I have tried the following: - Running with multiple combos of RAM. - Running it with Java Version: JavaSetup8u22 -Running it with Java Version: jdk-7u80-windows-x64 -Changing out " forge-1.12.2-14.23.5.2838-universal.jar" for "minecraft_server.1.12.2.jar" just to try and it still get the same error There is no error log generated for the server in the log files. Not sure if it'd be somewhere else What I'm running: OS: Windows 10 Pro 64bit Ram: 16gb Start.bat text: "C:\Program Files (x86)\Java\jre1.8.0_221\bin\javaw.exe" -Xms3G -Xmx2G -jar forge-1.12.2-14.23.5.2838-universal.jar *Only way I can get get the server to start is to start with Path name, using either Java 8 or Java 7
×
×
  • Create New...

Important Information

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