Unable to install the Beyond Modpack

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • 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

bobo1999418

Active Member
Apr 12, 2017
4
0
27
Title Unable to install the Beyond Modpack

Launcher Type Server

Modpack Feed The Beast Beyond

Modpack version 1.5.2

Have you modified the pack? No

Link to log file https://pastebin.com/qbd82Hyh

Details of the issue At the time i want to install the new Version of Beyond but if i want to install it it gives me everytime the same error. I hope some on can Help me

Best Regards bobo199418
 

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
run the FTBInstall.sh or FTBInstall.bat if you're on windows, that should download the needed files you're missing (starting the server using ServerStart.sh/.bat should call on the install as well).
 
K

kristi71111

Guest
Open console and navigate to where FTBInstall.sh is and do ./FTBInstall.sh
 

Henry Link

Forum Addict
Dec 23, 2012
2,601
553
153
USA - East Coast
You will also need to make the two .sh files executable. So run these commands:
Code:
chmod +x *.sh
./ServerStart.sh

The chmod command only need to be done once. Then as everyone else has suggested use ServerStart.sh for running the server. Do not use either of the jar files. Also, if you want to change the java arguments or memory allocations do that in settings.sh file.