featurecat / lizzie

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

It hangs on startup with the "loading" status and some white box hanging on top of the window #540

Open yurivict opened 5 years ago

yurivict commented 5 years ago

lizzie-Screenshot_2019-06-09_16-04-11

Version 0.6-105-gd0e7040 openjdk8-8.212.4.1 FreeBSD 12 amd64

yurivict commented 5 years ago

It also prints:

en
java.io.IOException: Broken pipe
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java:326)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:141)
    at featurecat.lizzie.analysis.Leelaz.sendCommandToLeelaz(Leelaz.java:424)
    at featurecat.lizzie.analysis.Leelaz.trySendCommandFromQueue(Leelaz.java:405)
    at featurecat.lizzie.analysis.Leelaz.sendCommand(Leelaz.java:387)
    at featurecat.lizzie.analysis.Leelaz.startEngine(Leelaz.java:166)
    at featurecat.lizzie.analysis.Leelaz.<init>(Leelaz.java:111)
    at featurecat.lizzie.Lizzie.main(Lizzie.java:33)
Leelaz process ended.
Leelaz process ended.
java.io.IOException: Stream closed
    at java.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:433)
    at java.io.OutputStream.write(OutputStream.java:116)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:141)
    at featurecat.lizzie.analysis.Leelaz.sendCommandToLeelaz(Leelaz.java:424)
    at featurecat.lizzie.analysis.Leelaz.trySendCommandFromQueue(Leelaz.java:405)
    at featurecat.lizzie.analysis.Leelaz.sendCommand(Leelaz.java:387)
    at featurecat.lizzie.analysis.Leelaz.playMove(Leelaz.java:455)
    at featurecat.lizzie.rules.Board.place(Board.java:491)
    at featurecat.lizzie.rules.Board.place(Board.java:381)
    at featurecat.lizzie.rules.Board.place(Board.java:377)
    at featurecat.lizzie.rules.Board.place(Board.java:508)
    at featurecat.lizzie.gui.LizzieFrame.onClicked(LizzieFrame.java:1271)
    at featurecat.lizzie.gui.Input.mousePressed(Input.java:16)
    at java.awt.Component.processMouseEvent(Component.java:6536)
    at java.awt.Component.processEvent(Component.java:6304)
    at java.awt.Container.processEvent(Container.java:2239)
    at java.awt.Window.processEvent(Window.java:2025)
    at java.awt.Component.dispatchEventImpl(Component.java:4889)
    at java.awt.Container.dispatchEventImpl(Container.java:2297)
    at java.awt.Window.dispatchEventImpl(Window.java:2746)
    at java.awt.Component.dispatchEvent(Component.java:4711)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
    at java.awt.EventQueue$4.run(EventQueue.java:733)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
java.io.IOException: Stream closed
    at java.lang.ProcessBuilder$NullOutputStream.write(ProcessBuilder.java:433)
    at java.io.OutputStream.write(OutputStream.java:116)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:141)
    at featurecat.lizzie.analysis.Leelaz.sendCommandToLeelaz(Leelaz.java:424)
    at featurecat.lizzie.analysis.Leelaz.trySendCommandFromQueue(Leelaz.java:405)
    at featurecat.lizzie.analysis.Leelaz.sendCommand(Leelaz.java:387)
    at featurecat.lizzie.analysis.Leelaz.playMove(Leelaz.java:455)
    at featurecat.lizzie.rules.Board.place(Board.java:491)
    at featurecat.lizzie.rules.Board.place(Board.java:381)
    at featurecat.lizzie.rules.Board.place(Board.java:377)
    at featurecat.lizzie.rules.Board.place(Board.java:508)
    at featurecat.lizzie.gui.LizzieFrame.onClicked(LizzieFrame.java:1271)
    at featurecat.lizzie.gui.Input.mousePressed(Input.java:16)
    at java.awt.Component.processMouseEvent(Component.java:6536)
    at java.awt.Component.processEvent(Component.java:6304)
    at java.awt.Container.processEvent(Container.java:2239)
    at java.awt.Window.processEvent(Window.java:2025)
    at java.awt.Component.dispatchEventImpl(Component.java:4889)
    at java.awt.Container.dispatchEventImpl(Container.java:2297)
    at java.awt.Window.dispatchEventImpl(Window.java:2746)
    at java.awt.Component.dispatchEvent(Component.java:4711)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
    at java.awt.EventQueue$4.run(EventQueue.java:733)
    at java.awt.EventQueue$4.run(EventQueue.java:731)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

Is this normal? What is wrong?

ysangkok commented 5 years ago

I have the same problem on Ubuntu with Leela Zero and -DUSE_CPU_ONLY=1. leelaz seems to work since I get the prompt if I start it. I am using the human training data.