[Solved] Problems with Fedora 25 FTB launcher (Java crashes & SSL errors)

So as the title says I am using feed the Beast Linux legacy launch on Fedora 25 and having serious problems. As of yesterday after updating and restarting, FTB if it doesn't crash on startup, it refuses to do anything because of an authlib fails to download. So let me break up what has been happening and what I have done so far.

first up, after updating I had to do nvidia-xconfig, to get my computer to load gnome. Once that was done, no problems with anything except when I start FTB and it crashed right away.

Copy of the latest crash

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007f481a593711, pid=2918, tid=0x00007f478f5e8700

JRE version: OpenJDK Runtime Environment (8.0_111-b16) (build 1.8.0_111-b16)

Java VM: OpenJDK 64-Bit Server VM (25.111-b16 mixed mode linux-amd64 compressed oops)

Problematic frame:

C [libc.so.6+0x14f711] _memmoveavx_unaligned_erms+0x211

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

[12:20:16] [INFO] ModpackLoader$XmlHtmlRunnable.handleXML:106: Loading modpack information for thirdparty.xml...

[12:20:17] [WARN] RSSReader.readRSS:49: News download failed

An error report file with more information is saved as:

/home/ansem/hs_err_pid2918.log

[12:20:17] [DEBUG] Benchmark.logBench:59: NewsUtils took 487 ms.

If you would like to submit a bug report, please visit:

http://bugreport.java.com/bugreport/crash.jsp

So wondering what happen, I started it up again from terminal. This time it started, but ran into a different problem, and spit out a SSL handshake failed, so it wasn't able to download something for FTB's Authlib.

Copy of the SSL error

[13:15:22] [ERROR] SSLUtils.printServerCertChain:115: SSL handshake failed. Something might be altering SSL certificates
[13:15:22] [ERROR] SSLUtils.printServerCertChain:116: Certificates are not trusted by JVM certificate chain
[13:15:22] [ERROR] SSLUtils.printServerCertChain:117: Certificate chain will be printed in debug logging level
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:120:
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:121: Server sent 2 certificate(s):
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:123:
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:130: 1 Subject CN=*.minecraft.net, O=Mojang AB, L=Stockholm, ST=Stockholm, C=SE
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:131: Issuer CN=GeoTrust SSL CA - G3, O=GeoTrust Inc., C=US
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:133: sha1 13 52 33 76 22 c1 fb b8 35 c7 5b 58 08 a1 6f d7 14 37 17 07
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:135: md5 99 1f fa c7 c2 e0 66 16 aa 12 83 26 ff 4d cd 8b
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:136:
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:130: 2 Subject CN=GeoTrust SSL CA - G3, O=GeoTrust Inc., C=US
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:131: Issuer CN=GeoTrust Global CA, O=GeoTrust Inc., C=US
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:133: sha1 5a ea ee 3f 7f 2a 94 49 ce ba fe ec 68 fd d1 84 f2 01 24 a7
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:135: md5 36 a4 b6 85 9f d7 64 e7 87 ee 42 fd 3a 93 05 db
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:136:
[13:15:22] [ERROR] AuthlibDLWorker.doInBackground:61: Authlib Download Failed
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Texture Pack Load took 67 ms.
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Launcher Startup(maps or texturepacks loaded) took 942 ms.
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: MapLoader run took 67 ms.
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Launcher Startup(maps and texturepacks loaded) took 942 ms.
[13:15:22] [INFO] LoadingDialog.advance:46: Setting up Launcher
[13:15:23] [DEBUG] UpdateChecker.:71: Launcher Install path: /media/500GB/ftb/FTB_Launcher.jar
[13:15:23] [INFO] LoadingDialog.advance:46: Downloading pack data
[13:15:23] [ERROR] ErrorUtils.tossError:38: No usable authlib available. Please check your firewall rules and network connection. Can't start MC without working authlib. Launch button will be disabled.

So I looked that up, it seems that for the most part that would mean it's a networking problem. They also suggested that it wouldn't hurt to reinstall everything, and so I did dnf erase java-1.8.0-openjdk-1:1.8.0.111-5.b16.fc25.x86_64 java-1.8.0-openjdk-headless-1:1.8.0.111-5.b16.fc25.x86_64 then installed java and libreoffice, which it uninstalled for some reason. I deleted the .ftb folder in my home folder, as well as everything in the install folder I keep on a separate drive. So basically back to square one, start up FTB, crashes. It prints another error just like the one above, thinking that maybe the update included a java update, I downgraded my java to java-1.8.0-1:1.8.0.111-1.b16.fc25.x86_64 and headless. This also showed me that I should only do dnf update, so that I know what is happening.

Downgrading didn't help, even when I loaded up the previous Fedora from grub, so I moved on to trying to troubleshoot networking. Networking is not my strength, I know very little, but I tried. So I installed firewalld-config and used it to make a service called minecraft that used port 25565 on both the tcp and udp. Nothing changed, it still failed on the SSL if it didn't crash during load up. Checking the status of firewalld.service showed a bunch of iptable errors, so I erased and reinstalled firewalld. Now I don't see the iptable errors, but I still crash and get the SSL errors. I have even upgraded my java back to the newest one just to see if that would help, nope.

I have reached the end on my knowledge so I am here to ask for help. Also I think I got this in the right category, but if I didn't please move me, still getting used to the changes.

PC Specs in case they are needed

System: Host: nexus Kernel: 4.9.4-201.fc25.x86_64 x86_64 (64 bit) Desktop: Gnome 3.22.2
Distro: Fedora release 25 (Twenty Five)
Machine: Device: desktop System: ASUS product: All Series
Mobo: ASUSTeK model: Z97-DELUXE/USB 3.1 v: Rev 1.xx
UEFI [Legacy]: American Megatrends v: 0301 date: 01/27/2015
CPU: Quad core Intel Core i7-4790K (-HT-MCP-) cache: 8192 KB
clock speeds: max: 4700 MHz 1: 4049 MHz 2: 4225 MHz 3: 4154 MHz 4: 4193 MHz 5: 4026 MHz 6: 4041 MHz
7: 4086 MHz 8: 4113 MHz
Graphics: Card: NVIDIA GM204 [GeForce GTX 980]
Display Server: Fedora X.org 119.1 driver: nvidia Resolution: [email protected], [email protected]
GLX Renderer: GeForce GTX 980/PCIe/SSE2 GLX Version: 4.5.0 NVIDIA 375.26

Full FTB log, it's long

FTB Launcher logs:
[13:15:22] [DEBUG] Main.main:171: Launcher arguments: []
[13:15:22] [DEBUG] Main.main:172: Launcher PID: 5388
[13:15:22] [DEBUG] Main.main:183: FTB Launcher CI Build #: 388, Git SHA: 9c2819d0a2e1
[13:15:22] [INFO] JGoogleAnalyticsTracker$2.run:484: AnalyticsBackgroundThread started
[13:15:22] [INFO] MainHelpers.printInfo:39: FTBLaunch starting up (version 1.4.12 Build: 10412)
[13:15:22] [DEBUG] MainHelpers.printInfo:40: System's default JVM: (This is not always used to launch MC)
[13:15:22] [DEBUG] MainHelpers.printInfo:41: Java version: 1.8.0_111
[13:15:22] [DEBUG] MainHelpers.printInfo:42: Java vendor: Oracle Corporation
[13:15:22] [DEBUG] MainHelpers.printInfo:43: Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-5.b16.fc25.x86_64/jre
[13:15:22] [DEBUG] MainHelpers.printInfo:44: Java specification: Java Virtual Machine Specification version: 1.8 by Oracle Corporation
[13:15:22] [DEBUG] MainHelpers.printInfo:46: Java vm: OpenJDK 64-Bit Server VM version: 25.111-b16 by Oracle Corporation
[13:15:22] [INFO] MainHelpers.printInfo:47: OS: Linux 4.9.4-201.fc25.x86_64 (64-bit)
[13:15:22] [INFO] MainHelpers.printInfo:48: Launcher Install Dir: /media/500GB/ftb
[13:15:22] [INFO] MainHelpers.printInfo:49: System memory: 11981M free, 15986M total
[13:15:22] [DEBUG] OSUtils.getProxy:77: ProxySelector: type: DIRECT, no proxy for http://ftb.cursecdn.com
[13:15:22] [DEBUG] OSUtils.getProxy:77: ProxySelector: type: DIRECT, no proxy for http://www.creeperrepo.net
[13:15:22] [DEBUG] DownloadUtils.run:450: DownloadUtils.run() starting
[13:15:22] [INFO] I18N.addFiles:97: [i18n] Fallback enUS loaded
[13:15:22] [INFO] I18N.setLocale:120: [i18n] enUS English (US) language file loaded!
[13:15:22] [INFO] LoadingDialog.advance:46: Checking installation location
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Download Utils Balance (curse) took 182 ms.
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Download Utils Balance took 194 ms.
[13:15:22] [INFO] LoadingDialog.advance:46: Loading user data
[13:15:22] [INFO] LoadingDialog.advance:46: Creating Console window
[13:15:22] [INFO] LoadingDialog.advance:46: Creating main window
[13:15:22] [DEBUG] AuthlibDLWorker.doInBackground:56: Loading Authlib...
[13:15:22] [DEBUG] RetiredPacksLoader.run:66: Found 26packcodes
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Modpack Loader http://ftb/thirdparty.xml took 153 ms.
[13:15:22] [INFO] ModpackLoader$XmlHtmlRunnable.handleXML:106: Loading modpack information for thirdparty.xml...
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Modpack Loader http://ftb/modpacks.xml took 190 ms.
[13:15:22] [INFO] ModpackLoader$XmlHtmlRunnable.handleXML:106: Loading modpack information for modpacks.xml...
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 100 (Space Astronomy)
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Download Utils Curse edges.json took 453 ms.
[13:15:22] [DEBUG] DownloadUtils.run:546: DL ready
[13:15:22] [INFO] DownloadUtils.run:579: Using download server Automatic:CurseCDN on host ftb.cursecdn.com (54.230.87.145)
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Download Utils Init took 453 ms.
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 101 (InfiTech 2)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 102 (TerraFirmaPunk)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 103 (The Ferret Business)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 104 (Simply Magic)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 105 (BeeHappy)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 106 (Regrowth)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 107 (Crash Landing)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 108 (Agrarian Skies: Hardcore Quest)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 109 (Vanilla Minecraft)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 0 (FTB Presents Skyfactory 3)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 1 (FTB Infinity Lite 1.10)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 2 (FTB Presents Direwolf20 1.10)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 3 (FTB Presents HermitPack)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 4 (FTB Infinity Evolved 1.7)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 5 (FTB Unstable 1.10)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 6 (FTB Inventions)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 7 (FTB Presents Crackpack)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 8 (FTB Presents Skyfactory 2.5)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 9 (FTB Infinity Evolved Skyblock)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 10 (FTB Horizons: Daybreaker)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 11 (FTB Vanilla+)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 12 (FTB Departed)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 13 (FTB Trident)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 14 (FTB Presents Cloud 9)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 15 (FTB Presents Direwolf20)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 16 (FTB Lite 3)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 17 (FTB Mage Quest)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 18 (FTB Resurrection)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 19 (Pax Prime 2015 Map)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 20 (Monster)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 21 (Direwolf20)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 22 (Horizons)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 23 (Tech World 2)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 24 (Magic World 2)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 25 (FTBLite2)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 26 (FTB Unleashed)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 27 (FTB Ultimate)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 28 (Unstable 1.7.x (Public Beta Test Pack))
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 29 (FTB Lite)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 30 (Direwolf20 1.5 v2)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 31 (Direwolf20 Pack)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 32 (MindCrack Pack)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 33 (YogCraft Modpack)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 34 (FTB Unhinged)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 35 (Magic World)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 36 (Tech World)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 37 (Pax South 2015 Map)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 38 (Pax Prime 2014 Map)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 39 (Pax East 2014 Map)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 40 (Pax Challenge Pack 2013)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 41 (Feed The Beast Retro SSP)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 42 (Feed The Beast Retro SMP)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 43 (Slow's Stream Pack)
[13:15:22] [DEBUG] ModpackLoader$XmlHtmlRunnable.handleXML:148: Adding pack 44 (Feed The Beast Beta Pack A)
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: All modpack lists loaded took 251 ms.
[13:15:22] [WARN] Alerts.getSSLException:208->AuthlibDLWorker.downloadJars:130: Authlib checksum download failed, please check log for bad SSL certificates: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NegativeArraySizeException
sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1906)
sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1889)
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1410)
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
net.ftb.workers.AuthlibDLWorker.downloadJars(AuthlibDLWorker.java:122)
net.ftb.workers.AuthlibDLWorker.doInBackground(AuthlibDLWorker.java:60)
net.ftb.workers.AuthlibDLWorker.doInBackground(AuthlibDLWorker.java:41)
javax.swing.SwingWorker$1.call(SwingWorker.java:295)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
javax.swing.SwingWorker.run(SwingWorker.java:334)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
java.lang.Thread.run(Thread.java:745)
[13:15:22] [WARN] RSSReader.readRSS:49: News download failed
[13:15:22] [DEBUG] Benchmark.logBench:59: NewsUtils took 62 ms.
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 0 enUS to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 1 cyGB to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 2 daDK to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 3 deDE to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 4 enGB to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 5 enUS to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 6 esES to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 7 fiFI to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 8 frCA to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 9 frFR to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 10 itIT to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 11 maHU to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 12 nlNL to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 13 noNO to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 14 plPL to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 15 ptBR to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 16 ptPT to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 17 ruRU to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 18 svSE to options pane
[13:15:22] [INFO] OptionsPane.:172: [i18n] Added 19 zhCN to options pane
[13:15:22] [INFO] I18N.setLocale:120: [i18n] enUS English (US) language file loaded!
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: UnreadNews Init took 0 ms.
[13:15:22] [DEBUG] Benchmark.logBench:59: Waiting for main window took 167 ms.
[13:15:22] [INFO] MapLoader.run:43: loading map information...
[13:15:22] [INFO] TexturePackLoader.run:43: loading texture pack information...
[13:15:22] [ERROR] SSLUtils.printServerCertChain:115: SSL handshake failed. Something might be altering SSL certificates
[13:15:22] [ERROR] SSLUtils.printServerCertChain:116: Certificates are not trusted by JVM certificate chain
[13:15:22] [ERROR] SSLUtils.printServerCertChain:117: Certificate chain will be printed in debug logging level
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:120:
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:121: Server sent 2 certificate(s):
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:123:
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:130: 1 Subject CN=*.minecraft.net, O=Mojang AB, L=Stockholm, ST=Stockholm, C=SE
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:131: Issuer CN=GeoTrust SSL CA - G3, O=GeoTrust Inc., C=US
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:133: sha1 13 52 33 76 22 c1 fb b8 35 c7 5b 58 08 a1 6f d7 14 37 17 07
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:135: md5 99 1f fa c7 c2 e0 66 16 aa 12 83 26 ff 4d cd 8b
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:136:
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:130: 2 Subject CN=GeoTrust SSL CA - G3, O=GeoTrust Inc., C=US
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:131: Issuer CN=GeoTrust Global CA, O=GeoTrust Inc., C=US
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:133: sha1 5a ea ee 3f 7f 2a 94 49 ce ba fe ec 68 fd d1 84 f2 01 24 a7
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:135: md5 36 a4 b6 85 9f d7 64 e7 87 ee 42 fd 3a 93 05 db
[13:15:22] [DEBUG] SSLUtils.printServerCertChain:136:
[13:15:22] [ERROR] AuthlibDLWorker.doInBackground:61: Authlib Download Failed
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Texture Pack Load took 67 ms.
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Launcher Startup(maps or texturepacks loaded) took 942 ms.
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: MapLoader run took 67 ms.
[13:15:22] [DEBUG] Benchmark.logBenchAs:73: Launcher Startup(maps and texturepacks loaded) took 942 ms.
[13:15:22] [INFO] LoadingDialog.advance:46: Setting up Launcher
[13:15:23] [DEBUG] UpdateChecker.:71: Launcher Install path: /media/500GB/ftb/FTB_Launcher.jar
[13:15:23] [INFO] LoadingDialog.advance:46: Downloading pack data
[13:15:23] [ERROR] ErrorUtils.tossError:38: No usable authlib available. Please check your firewall rules and network connection. Can't start MC without working authlib. Launch button will be disabled.
[13:15:23] [DEBUG] UpdateChecker.shouldUpdate:132: updater: buildjenk 388 < betajenk 341|| version 10412 < 10408
[13:15:23] [DEBUG] UpdateChecker.shouldUpdate:133: latest = 10412
[13:15:23] [INFO] LoadingDialog.advance:46: Opening main window
[13:15:23] [DEBUG] Benchmark.logBenchAs:73: Launcher Startup(Modpacks loaded) took 1211 ms.
[13:15:23] [DEBUG] LaunchFrame$14.run:451: Last used packs: FTBPresentsSkyfactory3 FTBPresentsSkyfactory3
[13:15:23] [DEBUG] Benchmark.logBenchAs:73: Launcher Startup(main window opened and ready to use) took 1533 ms.
[13:15:49] Logs copied to clipboard

Port 25565 is only for connecting to game servers. The authlib download will be reaching out to port 80 or 443, though normally firewall will allow outgoing connections like this otherwise you couldn't browse the web etc.

Edit:
Can you download this file?
https://libraries.minecraft.net/com/mojang/authlib/1.5.16/authlib-1.5.16-sources.jar
It's highly unlikely that this is the correct version, but being able to download it would imply that you don't have an obvious network problem.

It downloaded just fine, I don't know if it's the right one either, and I didn't know that you could download them manually either. I might look into seeing if I can just download it my self and put it in the folder it's supposed to be in, but I don't think that will fix my overall problem.

I would try to use the vanilla launcher. It should also download authlib. If it works then its not likely java or network related, but something w/ FTB's launcher.

... So it doesn't seem like it's just a FTB problem...
Minecraft also fails to get it's authlib.

Update:
removed java, erased the security back up, updated ca-certs, and then installed java again... still crashes and gets a SSL error if it doesn't.

could the java problem be responsible for the SSL errors. Like if the part that fails and crashes java, doesn't fail completely it messes up java's ability to properly handle internet traffic related to SSL certs??

Maybe java see´s the certificate as invailed, and maybe blocks it?
I dont know if Oracle Java is available in Fedora or rpm fusion repo´s.
Otherwise you might try that instead.

1 Like

i would update java first

1 Like

I hate to say this but it looks like using Oracle Java is going to be my solution. I don't understand why openJDK would just suddenly stop working after an update, guess there is something that was changed in the kernel or something. I installed the 64-bit rpm off Oracle's site and everything just works perfectly now, no crashes, and no SSL failures. I guess I will give openjdk a try again after the next update, see if it gets fixed.

1 Like

Shame you have to fondle some oracles. Hopefully OpenJDk will get fixed up soon.

Well atleast glad my suggestion atleast worked.
Not sure what the issue with open JDK is.
But yeah, maybe something to investigate.

I just ran into a similar problem after upgrading from Fedora 26 to Fedora 28 (something to do with ‘authlib’). It seems to have been related to JRE 9. I uninstalled version 9, so I only had 1.8 left, and the error went away.

1 Like

This is closed as it is a 1+ year necro. Feel free to create a fresh topic, or PM us if you think this was incorrectly closed.