Hi I have a question

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Aynjhade

New Member
Jul 29, 2019
7
0
0
Hi, so I really wanna make a server in ftb so my friend, and I can play and troll each other. So i download a server from the launcher , but when I start the server it says:

C:\Users\Gaming PC\Desktop>java -server -Xms512m -Xmx2048M -XX:permSize=256m -d6
4 -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:p
arallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -jar FTBServer
-1.7.10-1291.jar nogui
Error: Unable to access jarfile FTBServer-1.7.10-1291.jar

Is there any way I can fix this or my computer is just not good enough to start the server?
 

Anhrak

New Member
Jul 29, 2019
141
0
0
Well, I'm not really knowledgeable with server troubleshooting, but perhaps you should follow the path to double-check if said .jar file is actually in the folder, it might've been downloaded in the wrong folder.

Secondly is to make sure your java is up-to-date for your 32 or 64 bit computer, and that no previous java versions are installed. This is commonly the cause of FTB or Minecraft being unable to find content.
 

Azzanine

New Member
Jul 29, 2019
2,706
-11
0
Bro
Code:
C:\Users\Gaming PC\Desktop>java -server -Xms512m -Xmx2048M -XX:permSize=256m -d6
4 -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:p
arallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -jar FTBServer
-1.7.10-1291.jar nogui
Error: Unable to access jarfile FTBServer-1.7.10-1291.jar

If you use code tags those pesky similies can't bother you.
 

Aynjhade

New Member
Jul 29, 2019
7
0
0
Bro
Code:
C:\Users\Gaming PC\Desktop>java -server -Xms512m -Xmx2048M -XX:permSize=256m -d6
4 -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:p
arallelGCThreads=2 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -jar FTBServer
-1.7.10-1291.jar nogui
Error: Unable to access jarfile FTBServer-1.7.10-1291.jar

If you use code tags those pesky similies can't bother you.

I just copy that from the server console that's what it says
 

DeadpooI

New Member
Jul 29, 2019
13
0
0
One problem that I had here was that the name on the FTB server jar isn't the same name as
FTBServer-1.7.10-1291.jar
Try making the names the same and it should work!
Mind taking a screenshot of your server folder?