featurecat / lizzie

Lizzie - Leela Zero Interface
GNU General Public License v3.0
970 stars 228 forks source link

Blank modal windows blocking Lizzie #665

Open w3333 opened 4 years ago

w3333 commented 4 years ago

On my Mint 19.1, when I start the new Lizzie (0.7.2), two blank windows appear in front of the Lizzie window and block all interactions. I use the latest Oracle java (1.8.0_231). See below for os-release and java version. Screenshot attached. Only thing I can do is kill java. Any ideas what's wrong?

bye, Werner

lizziebug

werner@linuxmint:~/jre1.8.0_231/bin$ ./java -version java version "1.8.0_231" Java(TM) SE Runtime Environment (build 1.8.0_231-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)

werner@linuxmint:~/Lizzie$ cat /etc/os-release NAME="Linux Mint" VERSION="19.1 (Tessa)" ID=ubuntu ID_LIKE=ubuntu PRETTY_NAME="Linux Mint 19.1" VERSION_ID="18.04" HOME_URL="https://www.linuxmint.com/" SUPPORT_URL="https://forums.ubuntu.com/" BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/" PRIVACY_POLICY_URL="https://www.linuxmint.com/" VERSION_CODENAME=tessa UBUNTU_CODENAME=bionic

w3333 commented 4 years ago

Ok... seems there was no engine in the Lizzie folder. After copying leelaz there, only the empty GTP console remains. Can I get rid of that?

w3333 commented 4 years ago

Sorry for the multi comments... this is really confusig. Now when I go to the "Engine" menu, this second empty window appears again, blocking all interaction with Lizzie (so, it looks just like on the screenshot again). What I wanted to do was configure Katago as engine. So this is definitely not solved for me.

kaorahi commented 4 years ago

642 ?

w3333 commented 4 years ago

Yes, exactly that. Is there some workaround?

iopq commented 4 years ago

The work around is you clone the branch and compile

git clone --single-branch --branch linux-crash-fixes https://github.com/toomasr/lizzie.git cd lizzie mvn package

then you copy the lizzie shaded jar from the target folder into the lizzie folder and launch that instead

w3333 commented 4 years ago

Wow that actually worked. Only had to install maven. Thanks.

sailfish009 commented 4 years ago

The work around is you clone the branch and compile

git clone --single-branch --branch linux-crash-fixes https://github.com/toomasr/lizzie.git cd lizzie mvn package

then you copy the lizzie shaded jar from the target folder into the lizzie folder and launch that instead

Open from online(Q) Pop-up dialog need window title bar. (which is still not fixed blank windows problem).

PJTraill commented 4 years ago

I have this problem too, on Open Suse Linux. Also the Engine menu does nothing when I click it.

Currently my only remedy is to terminate the Java process.

Versions Lizzie release 0.7.1 64-bit Open Suse Leap 15.1 (fully updated) KDE plasma 5.12.8 KDE frameworks 5.55.0 Qt 5.9.7 kernel 4.12.14-lp151.28.44-default. openjdk version "11.0.6" 2020-01-14 OpenJDK Runtime Environment (build 11.0.6+10-suse-lp151.3.12.1-x8664) OpenJDK 64-Bit Server VM (build 11.0.6+10-suse-lp151.3.12.1-x8664, mixed mode)

(but I have had the problem for months, with Leap 15.0 and older Lizzies as well)