openjdk version "1.8.0_232"
OpenJDK Runtime Environment (IcedTea 3.14.0) (Gentoo icedtea-3.14.0)
OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode)
Same error with different timestamp (edited in):
...
[Info: 2020-01-12 16:21:41.509639047: root_window_manager.cpp(245)] Checking if we can close the application...
[Info: 2020-01-12 16:21:41.509650568: main_context.cpp(181)] Hiding launcher!
[Info: 2020-01-12 16:21:41.567432896: GameCallbacks.cpp(142)] Launcher/launcher (main) Info * run-java-tool was invoked directly
* run-java-tool should only be used via symlinks to it
[Info: 2020-01-12 16:21:41.567499251: GameCallbacks.cpp(142)] Launcher/monitor (Process Monitor) Fatal Process crashed with exit code 1
[Info: 2020-01-12 16:21:41.569216357: GameController.cpp(468)] Game closed with id 1
...
Workaround:
Change the Java executable path to /usr/lib64/icedtea8/bin/java.
I'm hoping for a better solution, though. I'm guessing the root cause of this is that Minecraft takes the readlink of the Java executable and then runs it rather than directly running it.
Same here, no
hs_err_pidfile.Same error with different timestamp (edited in):
Workaround:
Change the Java executable path to
/usr/lib64/icedtea8/bin/java.I'm hoping for a better solution, though. I'm guessing the root cause of this is that Minecraft takes the
readlinkof the Java executable and then runs it rather than directly running it.