-
Hello, when trying to install the newest version of the modpack https://www.feed-the-beast.com/modpacks/125 I'm getting an error. My version variables are (resolves to pack version "1.5.0": [...]
- name: FTB_MODPACK_ID
value: "125"
- name: FTB_MODPACK_VERSION_ID
value: "100010"
[...] My container starting log: [...]
+ case "${TYPE^^}" in
+ MODPACK_PLATFORM=FTBA
+ [[ -n FTBA ]]
+ case "${MODPACK_PLATFORM^^}" in
+ exec /start-deployFTBA
+ set -e
++ getDistro
++ grep -E '^ID=' /etc/os-release
++ cut -d= -f2
++ sed -e 's/"//g'
+ [[ ubuntu = alpine ]]
+ [[ -v FTB_MODPACK_ID ]]
+ [[ 125 =~ [0-9]+ ]]
+ [[ ! -n 100010 ]]
+ [[ 100010 =~ [0-9]+ ]]
+ isTrue false
+ case "${1,,}" in
+ return 1
+ '[' -f .ftb-installed ']'
++ cat .ftb-installed
+ '[' 125=12629 '!=' 125=100010 ']'
+ ftbInstaller=/data/ftb-installer
+ arm=
+ [[ -f /data/ftb-installer ]]
+ log 'Installing modpack ID 125, version ID 100010'
+ local oldState
++ shopt -po xtrace
+ oldState='set -o xtrace'
+ shopt -u -o xtrace
[init] 2024-12-19 01:30:15+01:00 Installing modpack ID 125, version ID 100010
+ log 'This could take a while...'
+ local oldState
++ shopt -po xtrace
+ oldState='set -o xtrace'
+ shopt -u -o xtrace
[init] 2024-12-19 01:30:15+01:00 This could take a while...
+ /data/ftb-installer 125 100010 --noscript --auto And in the
For testing I only specified Then I tested the ftb-installer on it's own and that seemed to work: user@host:~/test/ftb_install$ ./ftb_installer -pack 125 -version 100010
███████ ████████ ██████
██ ██ ██ ██
█████ ██ ██████
██ ██ ██ ██
██ ██ ██████
Server installer version: v1.0.9(563fc8)
Thu, 19 Dec 2024 00:57:08 UTC
Installer Issue tracker
https://github.com/FTBTeam/FTB-Server-Installer/issues
INFO Fetched modpack:
Name: FTB Evolution
Version: 1.5.0
ModLoader: neoforge (21.1.83)
Is Update: false
Install Path: /home/user/test/ftb_install
Do you want to continue? [Y/n]: I'm unsure why and where the error get's produced. Could it be related to the Maybe someone has encountered the same issue and knows a solution :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You seem to be running a slightly older version of the image. The newest names the download and runs the installer as ftb-installer-v2 |
Beta Was this translation helpful? Give feedback.
You seem to be running a slightly older version of the image. The newest names the download and runs the installer as ftb-installer-v2