I recently started playing on the 1.8.9 version in Minecraft. And when I try to minimize the window, my whole PC crashes. (My operating system is Linux Mint)
What hardware?
AMD Ryzen 3 3200G
Everything? 🙃😇
I don't remember the other stuff
Can have many reasons. Try to reinstall it just like Java if you play it over Java.
I've already
Do java --version
Openjdk 11.0.7 2020-04-14
OpenJDK Runtime Environment (build 11.0.7 + 10-post-Ubuntu-2ubuntu218.04)
OpenJDK 64-Bit Server VM (build 11.0.7 + 10-post-Ubuntu-2ubuntu218.04, mixed mode)
Ahh, there's the error, you are using Java 11, as far as I know it does not work so reliably with Minecraft. Better install Java 8 with: "sudo apt install openjdk-8-jdk" otherwise simply search for: "openjdk 8" in the software manager! And then you should have Java installed here: "/ usr / lib / jvm / java-8-openjdk / bin / java" then enter the following into the terminal as a test: "/ usr / lib / jvm / java-8- openjdk / bin / java --version "