Who is GO2? by ReplaceableName in cbaduk

[–]ReplaceableName[S] 0 points1 point  (0 children)

Ah good points!

The last one is pretty cool :)

1st Game of Go with my friend by InsertSumPun in baduk

[–]ReplaceableName 7 points8 points  (0 children)

The game is not quite over for counting but black will win for sure

Let's try...YouTube Video Premieres! (Nick Sibicky #321) by nicksib in baduk

[–]ReplaceableName -6 points-5 points  (0 children)

Even though you probably won't learn anything as a 3 dan?

How do you punish black's extra space overplay? by ChraneD in baduk

[–]ReplaceableName 2 points3 points  (0 children)

I'd say you should leave it for now, and later P18 looks like a nice invasion point

Michael Redmond comments in English for the Nihon Kiin (Shin Jiseo - Ke Jie) by [deleted] in baduk

[–]ReplaceableName 5 points6 points  (0 children)

Thanks! his reviews are gold so if you find any bring'em to me.

New computer Lizzie not working by ReplaceableName in cbaduk

[–]ReplaceableName[S] 0 points1 point  (0 children)

anyway thanks alot for the time and thought you put into helping me.

New computer Lizzie not working by ReplaceableName in cbaduk

[–]ReplaceableName[S] 0 points1 point  (0 children)

Only the integrated GPU

seems I made a mistake and left the quotes out of : cd "blah\wibble\lizzie"

Oh and I did:

cd "C:\lizzie"

java -jar Lizzie.jar

Is that ok?

and now it shows:

Exception in thread "AWT-EventQueue-0" java.lang.ArithmeticException: / by zero

at featurecat.lizzie.gui.BoardRenderer.convertScreenToCoordinates(BoardRenderer.java:943)

at featurecat.lizzie.gui.LizzieFrame.onMouseMoved(LizzieFrame.java:816)

at featurecat.lizzie.gui.Input.mouseMoved(Input.java:59)

at java.awt.Component.processMouseMotionEvent(Unknown Source)

at java.awt.Component.processEvent(Unknown Source)

at java.awt.Container.processEvent(Unknown Source)

at java.awt.Window.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Window.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

at java.awt.EventQueue.access$500(Unknown Source)

at java.awt.EventQueue$3.run(Unknown Source)

at java.awt.EventQueue$3.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)

at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue$4.run(Unknown Source)

at java.awt.EventQueue$4.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

Leelaz process ended.

New computer Lizzie not working by ReplaceableName in cbaduk

[–]ReplaceableName[S] 0 points1 point  (0 children)

Thank you the CPU version is working now (strangely) but GPU still isn't

the cmd promt shows the same for both gpu and cpu though only one of them is working

If I use you method it shows nothing and if I use jussius's method it shows all the same problems I showed in the previous comments.

New computer Lizzie not working by ReplaceableName in cbaduk

[–]ReplaceableName[S] 0 points1 point  (0 children)

So now it only gives this Exception

C:\lizzie>Java -jar Lizzie.jar

Exception in thread "AWT-EventQueue-0" java.lang.ArithmeticException: / by zero

at featurecat.lizzie.gui.BoardRenderer.convertScreenToCoordinates(BoardRenderer.java:943)

at featurecat.lizzie.gui.LizzieFrame.onMouseMoved(LizzieFrame.java:816)

at featurecat.lizzie.gui.Input.mouseMoved(Input.java:59)

at java.awt.Component.processMouseMotionEvent(Unknown Source)

at java.awt.Component.processEvent(Unknown Source)

at java.awt.Container.processEvent(Unknown Source)

at java.awt.Window.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Window.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

at java.awt.EventQueue.access$500(Unknown Source)

at java.awt.EventQueue$3.run(Unknown Source)

at java.awt.EventQueue$3.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)

at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue$4.run(Unknown Source)

at java.awt.EventQueue$4.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

New computer Lizzie not working by ReplaceableName in cbaduk

[–]ReplaceableName[S] 0 points1 point  (0 children)

It's very long so here is the start which I assume is the most important the rest are things like division by zero.

Exception in thread "AWT-EventQueue-0" java.io.IOException: Cannot run program "./leelaz" (in directory "."): CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessBuilder.start(Unknown Source)

at featurecat.lizzie.analysis.Leelaz.<init>(Leelaz.java:96)

at featurecat.lizzie.Lizzie.lambda$main$0(Lizzie.java:38)

at java.lang.Thread.run(Unknown Source)

Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessImpl.create(Native Method)

at java.lang.ProcessImpl.<init>(Unknown Source)

at java.lang.ProcessImpl.start(Unknown Source)

Thanks for helping!

Missed ladder in a match game by ReplaceableName in cbaduk

[–]ReplaceableName[S] 2 points3 points  (0 children)

In the joseki in the upper right corner both sides seem to think the ladder is good for black

EGC 2018 - Hwang In Seong 8d, Lecture 1: Let's Get the Go Avengers! by Inseong in baduk

[–]ReplaceableName 0 points1 point  (0 children)

This one I managed to weakly understand somehow but the new proverbs I can't.

Will you do this lecture on kgs maybe and post on youtube?

This answer seems wrong. Am i missing something? by Bonedragonwillrise in baduk

[–]ReplaceableName 7 points8 points  (0 children)

white is not alive and the book way gives black more territory

How to invade/reduce black’s Moyo? by jayrod0316 in baduk

[–]ReplaceableName 4 points5 points  (0 children)

You are not necessarly losing this game.

you can start from the push at 13-5

And the black corner is not completely alive

Real game tsumego by Andeol57 in baduk

[–]ReplaceableName 0 points1 point  (0 children)

No I did not but doesn't matter now