FTBA_unix_202101041428-54016a89dc-release.sh & Direwolf20 1.16.4

  • 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.

tokahax

New Member
Jan 11, 2021
2
0
2
I have downloaded the latest release for the linux installer, running the latest short-term support of Ubuntu, 20.10 64-bit with 16GB RAM. Installed the launcher just fine.

To install: open the directory where you downloaded the .sh file in terminal, and type "chmod +x FTBA_unix_202101041428-54016a89dc-release.sh" to give executable permission, then "./FTBA_unix_202101041428-54016a89dc-release.sh" to install.

Modpack will sadly not load. Launches the mod, and immediately crashes, error code 0

Any thoughts?
 

tokahax

New Member
Jan 11, 2021
2
0
2
After looking into this and other things a lot this month, I'd just try setting the files for FTB to be full read/write/execute and see if that let's it launch.

at the terminal in or one directory above the install directory, try:

sudo chmod 777 {directory}

and let all programs do whatever they need to there. Might want to look into refining those permissions if that works and you want to have good practices. I'd let you know if this worked for me, but I'm back on my windows machine for the time being.
 

4rc84n63l

New Member
Feb 2, 2021
3
0
2
Without a log to review this could be pretty much anything. Could you link to your client logs? https://faq.ftb.world/books/ftb-app/page/finding-your-client-logs
it doesn't create a crash file, only gives the error message in the minecraft launcher.

Edit:
Also the launcher looks alot different then the normal minecraft launcher on linux does.
 - 6.png
 

Quetzi

Jack of All Trades
Retired Staff
Aug 20, 2012
826
329
100
quetzi.tv
Please follow the instructions I linked particularly pay attention to the part:

" Open the crash-reports and/or the logs folder and right-click on the newest log ..."
 

4rc84n63l

New Member
Feb 2, 2021
3
0
2
Please follow the instructions I linked particularly pay attention to the part:

" Open the crash-reports and/or the logs folder and right-click on the newest log ..."
as soon as it starts creating one, i will :) but the entire folder (normal minecraft and the FTB folder that gets created) does NOT create a log file.
 

Yukkun

New Member
Feb 23, 2021
2
0
2
I have this exact same issue on latest version of pop!_OS. The problem is, it doesn't do anything when you press "Play" except increase your CPU usage tiny bit, I dont even get "Game crashed" error like 4rc84n63l does.. It feels like just pressing a dummy button that wants to troll me. And I've tried it with both OpenJDK and Oracle's Java with no luck. I did find error.log though in /opt/FTBA

Code:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[2021-02-23 22:38:02] [SEVERE ] net.creeperhost.creeperlauncher.Instances.lambda$refreshInstances$0(Instances.java:76): Not a valid instance '0dee333c-c4b3-417f-9b64-73f64a194b5e', skipping...
[2021-02-23 22:38:02] [INFO   ] Loaded 1 out of 2 instances.
[2021-02-23 22:38:02] [INFO   ] No PID args
[2021-02-23 22:38:02] [INFO   ] Starting Electron: /opt/FTBA/bin/ftb-app --ws 13362:516a39c7-a2cb-41d7-9d23-e0db940774c6 --pid 30131
[2021-02-23 22:38:02] [INFO   ] Server started successfully - 202101041428-54016a89dc-release
[2021-02-23 22:38:02] [SEVERE ] net.creeperhost.creeperlauncher.util.StreamGobblerLog.lambda$redirectToLogger$0(StreamGobblerLog.java:19): xdg-mime: application argument missing
[2021-02-23 22:38:02] [SEVERE ] net.creeperhost.creeperlauncher.util.StreamGobblerLog.lambda$redirectToLogger$0(StreamGobblerLog.java:19): Try 'xdg-mime --help' for more information.
[2021-02-23 22:38:02] [INFO   ] 22:38:02.843 ??? We have a --ws
[2021-02-23 22:38:02] [INFO   ] 22:38:02.846 ??? Got the lock
[2021-02-23 22:38:03] [SEVERE ] net.creeperhost.creeperlauncher.util.StreamGobblerLog.lambda$redirectToLogger$0(StreamGobblerLog.java:19): 22:38:03.113 ??? (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false".  It will change to be "true" in Electron 9.  For more information please check https://github.com/electron/electron/issues/18397
[2021-02-23 22:38:03] [SEVERE ] net.creeperhost.creeperlauncher.util.StreamGobblerLog.lambda$redirectToLogger$0(StreamGobblerLog.java:19): 22:38:03.120 ??? (node:30224) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed.
[2021-02-23 22:38:04] [INFO   ] Front end connected: /127.0.0.1:51304
[2021-02-23 22:38:09] [WARNING] Starting launcher at /home/tomara/.ftba/bin
[2021-02-23 22:38:09] [SEVERE ] net.creeperhost.creeperlauncher.minecraft.GameLauncher.launchGame(GameLauncher.java:86): en_US
[2021-02-23 22:38:09] [SEVERE ] net.creeperhost.creeperlauncher.pack.LocalInstance.play(LocalInstance.java:533): Unable to initialize MineTogether Connect!
[2021-02-23 22:38:12] [INFO   ] Getting pack from api.
[2021-02-23 22:38:15] [WARNING] Starting launcher at /home/tomara/.ftba/bin
[2021-02-23 22:38:15] [SEVERE ] net.creeperhost.creeperlauncher.minecraft.GameLauncher.launchGame(GameLauncher.java:86): en_US
[2021-02-23 22:38:15] [SEVERE ] net.creeperhost.creeperlauncher.pack.LocalInstance.play(LocalInstance.java:533): Unable to initialize MineTogether Connect!
[2021-02-23 22:41:57] [INFO   ] 22:41:57.322 ??? { action: 'close' }
[2021-02-23 22:41:57] [INFO   ] closed null with exit code 1001 additional info:
 

Yukkun

New Member
Feb 23, 2021
2
0
2
See if the instructions here get you up and running: https://help.ftb.team/help/en-gb/4/5
Did not work for me at least, but those who wanna try that, in Ubuntu/PopOS that bin-folder is in /home/{USER}/.ftba

Only solution so far I have found is just to use completely different launcher which isn't that ideal. And the launcher_log.txt just which inside that bin-folder just says this

Code:
[Info: 2021-02-24 15:30:43.768724996: LauncherMain.cpp(88)] Initiated models
[Info: 2021-02-24 15:30:43.768951057: LauncherMain.cpp(215)] Initialization completed
[Info: 2021-02-24 15:30:43.771557082: NetQueue.cpp(159)] NetQueue: Setting up.
[Info: 2021-02-24 15:30:43.771579912: LauncherMain.cpp(309)] Sentry Initialization completed
[Info: 2021-02-24 15:30:43.771589162: LauncherMain.cpp(315)] workDir: .../bin
[Info: 2021-02-24 15:30:43.771600812: LauncherMain.cpp(323)] appDir: .../bin/minecraft-launcher

Also I tried installing FTB Omnia and saw bunch of errors in error.log about unable to download things.
Code:
[
[2021-02-24 15:34:14] [WARNING] forge-1.15.2-31.2.33.jar error 404: Not Found!
[2021-02-24 15:34:14] [SEVERE ] net.creeperhost.creeperlauncher.install.tasks.DownloadTask.lambda$execute$0(DownloadTask.java:57): Unable to download forge-1.15.2-31.2.33.jar
[2021-02-24 15:34:14] [WARNING] accesstransformers-2.1.3-shadowed.jar error 404: Not Found!
[2021-02-24 15:34:14] [SEVERE ] net.creeperhost.creeperlauncher.install.tasks.DownloadTask.lambda$execute$0(DownloadTask.java:57): Unable to download accesstransformers-2.1.3-shadowed.jar
[2021-02-24 15:34:14] [WARNING] modlauncher-5.1.2.jar error 404: Not Found!
[2021-02-24 15:34:14] [SEVERE ] net.creeperhost.creeperlauncher.install.tasks.DownloadTask.lambda$execute$0(DownloadTask.java:57): Unable to download modlauncher-5.1.2.jar
[2021-02-24 15:34:14] [WARNING] coremods-2.0.3.jar error 404: Not Found!
[2021-02-24 15:34:14] [SEVERE ] net.creeperhost.creeperlauncher.install.tasks.DownloadTask.lambda$execute$0(DownloadTask.java:57): Unable to download coremods-2.0.3.jar
[2021-02-24 15:34:14] [WARNING] typetools-0.8.1.jar error 404: Not Found!
[2021-02-24 15:34:14] [SEVERE ] net.creeperhost.creeperlauncher.install.tasks.DownloadTask.lambda$execute$0(DownloadTask.java:57): Unable to download typetools-0.8.1.jar
[2021-02-24 15:34:14] [WARNING] eventbus-2.2.0-service.jar error 404: Not Found!
[2021-02-24 15:34:14] [SEVERE ] net.creeperhost.creeperlauncher.install.tasks.DownloadTask.lambda$execute$0(DownloadTask.java:57): Unable to download eventbus-2.2.0-service.jar
[2021-02-24 15:34:14] [WARNING] forgespi-3.0.0.jar error 404: Not Found!
[2021-02-24 15:34:14] [SEVERE ] net.creeperhost.creeperlauncher.install.tasks.DownloadTask.lambda$execute$0(DownloadTask.java:57): Unable to download forgespi-3.0.0.jar
[2021-02-24 15:34:42] [INFO   ] Attempting to removeforge
so that most likely is big part of the issue, and no its not my internet connection. I have had 0 issues with anything else I do

EDIT: Also spotted this in error.log after removing the bin-folder
Code:
[2021-02-24 15:34:00] [INFO   ] Preparing Vanilla Launcher 
[2021-02-24 15:34:00] [SEVERE ] net.creeperhost.creeperlauncher.minecraft.McUtils.prepareVanillaLauncher(McUtils.java:424): Failed to extract tarball /home/tomara/.ftba/bin/launcher.tar.gz
 

Quetzi

Jack of All Trades
Retired Staff
Aug 20, 2012
826
329
100
quetzi.tv
Looks like you may have had some incomplete downloads corrupting the local cache. Try removing /home/{USER}/.ftba/instances/.localcache and then reinstall the pack. That will force it to redownload fresh copies of the mods.