Fuego and SmartGo
- judicata
- Lives in sente
- Posts: 932
- Joined: Wed Apr 21, 2010 12:55 pm
- Rank: KGS 1k
- GD Posts: 0
- Universal go server handle: judicata
- Location: New York, NY
- Has thanked: 146 times
- Been thanked: 150 times
Fuego and SmartGo
For some reason, I can't get Feugo 1.1 working on SmartGo (latest version), although I can get other GTP engines working (e.g. Gnugo). Fuego works without any parameters in GoGui and in Many Faces of Go. Any suggestions from anyone? (in Windows 7 64 bit).
- emeraldemon
- Gosei
- Posts: 1744
- Joined: Sun May 02, 2010 1:33 pm
- GD Posts: 0
- KGS: greendemon
- Tygem: greendemon
- DGS: smaragdaemon
- OGS: emeraldemon
- Has thanked: 697 times
- Been thanked: 287 times
Re: Fuego and SmartGo
I don't have smartgo, is there a way you can get the GTP text? E.G. In GoGui I get something like:
etc. Or does it not even get that far?
Code: Select all
name
= Fuego
protocol_version
= 2
version
= 1.1
etc. Or does it not even get that far?
- judicata
- Lives in sente
- Posts: 932
- Joined: Wed Apr 21, 2010 12:55 pm
- Rank: KGS 1k
- GD Posts: 0
- Universal go server handle: judicata
- Location: New York, NY
- Has thanked: 146 times
- Been thanked: 150 times
Re: Fuego and SmartGo
Sure - I don't have any problems in GoGui. I'm going to try some older versions and see when it quit playing nice with SmartGo.
- emeraldemon
- Gosei
- Posts: 1744
- Joined: Sun May 02, 2010 1:33 pm
- GD Posts: 0
- KGS: greendemon
- Tygem: greendemon
- DGS: smaragdaemon
- OGS: emeraldemon
- Has thanked: 697 times
- Been thanked: 287 times
Re: Fuego and SmartGo
I mean can you get smartgo to give you similar output, showing the gtp responses fuego gives it?
- judicata
- Lives in sente
- Posts: 932
- Joined: Wed Apr 21, 2010 12:55 pm
- Rank: KGS 1k
- GD Posts: 0
- Universal go server handle: judicata
- Location: New York, NY
- Has thanked: 146 times
- Been thanked: 150 times
Re: Fuego and SmartGo
emeraldemon wrote:I mean can you get smartgo to give you similar output, showing the gtp responses fuego gives it?
Oh-sorry, I misunderstood. I'm not sure how to get SmartGo to display that info, but it wouldn't get that far anyway--I just get an error message (similar to when I leave out parameters on GnuGo).
- smartgo
- Dies with sente
- Posts: 110
- Joined: Sat Apr 24, 2010 4:23 pm
- Rank: AGA 3 dan
- GD Posts: 0
- Has thanked: 11 times
- Been thanked: 120 times
Re: Fuego and SmartGo
Try passing the --quiet option to Fuego.
Also, in SmartGo, you can choose Tools > Special > More Options, and set the GTPDebug setting to 1. That will show you the responses of the GTP engine, and may help you track down what is going on.
Also, in SmartGo, you can choose Tools > Special > More Options, and set the GTPDebug setting to 1. That will show you the responses of the GTP engine, and may help you track down what is going on.
Anders Kierulf
@smartgo
@smartgo
- judicata
- Lives in sente
- Posts: 932
- Joined: Wed Apr 21, 2010 12:55 pm
- Rank: KGS 1k
- GD Posts: 0
- Universal go server handle: judicata
- Location: New York, NY
- Has thanked: 146 times
- Been thanked: 150 times
Re: Fuego and SmartGo
smartgo wrote:Try passing the --quiet option to Fuego.
Also, in SmartGo, you can choose Tools > Special > More Options, and set the GTPDebug setting to 1. That will show you the responses of the GTP engine, and may help you track down what is going on.
Ah ha! The --quiet option worked. Thanks.