Apologies for the slow reply, here's the curl info on the effected system:
curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1l zlib/1.2.11 brotli/1.0.9 libidn2/2.3.1 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftpÂ
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSocketsCan you all try updating cURL on the affected machines if you aren't on latest version and see if that does anything?
This is the curl version from my base Pop image. We tried reinstalling his operating system and immediately attempting to run Minecraft after the reinstall so my assumption is that he was using the same curl. I will confirm as soon as I can.
curl 7.81.0 (x86_64-pc-linux-gnu) libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.11
Release-Date: 2022-01-05
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets zstdJust wanted to comment that a friend of mine is currently experiencing the same issue, down to the exact same log file results.
I was unable to reproduce the issue on a Pop_OS (Ubuntu-derivative) VM on my own machine (Ryzen + AMD card).
His environment is also a Ryzen processor and an Nvidia discrete GPU (2060). If there's anything I can do to continue debugging this issue I'd be happy to help. We've gone through all the normal debugging (trying both the flatpak and .deb installer produce the same results which is interesting). The process also hangs at the "Cleaning up" phase after the ~/.minecraft folder is removed.
*here's the log in case it's useful: launcher_log.txt pastebin*
Extremely slow reply here, but I went over to my friends place and after a series of unsuccessful troubleshooting attempts we managed to fix the issue!
I noticed that any Flakpat app was also not running properly (strange issues each time, different for most apps), and he was experiencing unstable OS issues fairly regularly. I got tipped off by a flash of a dmesg before the login and logout. After getting his dmesg output, I noticed the particularly sinister looking line of:
[ 0.000000] RDRAND gives funky smelling output, might consider not using it by booting with "nordrand"A quick search shows this is an issue with some Ryzen motherboards and the Linux kernel. In our case the X570, and a simple BIOS update immediately solved the issue. Just don't forget to disable the Windows-Only BIOS boot feature as that might be enabled by default (and updates will reset your settings) and scared my buddy a bit after he couldn't boot post BIOS update.
A few hours after installing the updates he was successfully mining away while running other games under WINE at the same time. Everything seems great now!