Iris Universal jar installer loads nothing
NotNocky opened this issue ยท 7 comments
What happened?
Loading the Iris-Installer-2.0.0.jar just shows the blank white box, terminal output shows Launching installer...
Launched!
probably useful info
kernel version 5.10.52, using Xorg, java version 1.8.0_292
Screenshots
Relevant log output
No response
Iris and Minecraft Version
Iris-Installer-2.0.0.jar from https://irisshaders.net/download.html
Are you running Sodium along with Iris?
Yes
Operating System
Linux
What is your GPU?
gtx1650
Java Version
java -version
gives openjdk version "1.8.0_292" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_292-b10) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.292-b10, mixed mode)
Additional context
No response
I've encountered the exact same issue on my Arch Linux machine, also with earlier versions of the installer. My workaround is by installing Iris in a Windows virtual machine and then copying the files to the host computer, but this is a rather tedious and annoying process to do.
If someone needs it:
Kernel: 5.13.9-arch1-1
OS: Arch Linux
GPU: rtx2060
OpenJDK version:
java version "16.0.2" 2021-07-20
Java(TM) SE Runtime Environment (build 16.0.2+7-67)
Java HotSpot(TM) 64-Bit Server VM (build 16.0.2+7-67, mixed mode, sharing)
Update: please test this https://bbs.archlinux.org/viewtopic.php?id=159016
Update: please test this https://bbs.archlinux.org/viewtopic.php?id=159016
Yes, that works perfectly!
So in the end you just need these two commands:
export _JAVA_AWT_WM_NONREPARENTING=1
java -jar Iris-Installer-2.0.0.jar
So my theory about this being a Linux issues and not an installer issues was correct, which well I'm not happy about, is nice to see
So my theory about this being a Linux issues and not an installer issues was correct, which well I'm not happy about, is nice to see
Yes, probably. I've added the export
to my .bashrc
file, I'll see if it affects other gui applications.