Hi Sebastion, You may want to specify what is going wrong (what error appears on the command line). Is twogtp not launching at all?
In the absence of knowing what's going wrong, I can suggest trying something more like the following: java -cp gogui-twogtp.jar net.sf.gogui.tools.twogtp.Main -black "java -cp G:\EvilTesuji\dist\EvilTesuji.jar package.of.main.class.NameOfMainEvilTesujiClass" -white "C:\ComputerGoEngines\gnugo-3.8\gnugo.exe --mode gtp --quiet --komi 7.5" -komi 7.5 -games 100 -size 19 -auto -verbose -sgffile I have put the command and each gogui-twogtp command on a separate line above, but you will have to have them all on the same line. I'm not sure of the main class in the EvilTesuji jar, so you'll have to fill that in, of course. The 'auto' option is quite important for running this outside of the gogui user interface. Also note that you seemed, at least in your email, to have spelled the gnugo mode incorrectly: it is --mode gtp, not --mode gt. Instead of having really long command line, you could put all the gogui-twogtp options into a configuration file (where each option can be on its own line for readability) and then run java -cp gogui-twogtp.jar net.sf.gogui.tools.twogtp.Main -config myconfigfile.config For continued tweaking, there's always the docs at: http://gogui.sourceforge.net/doc/reference-twogtp.html All the best, Erik Steinmetz On Oct 15, 2012, at 1:29 PM, Sebastian Scheib <[email protected]> wrote: > I want to make my engine-in-development to play against other engines, but > don't know why twogtp of gogui is not working. > > The way I launch it: > > gogui-twogtp -black "java -jar G:\EvilTesuji\dist\EvilTesuji.jar" -white > "C:\ComputerGoEngines\gnugo-3.8\gnugo.exe --mode gt" > > Any idea? another ways to make my engine play against others? > _______________________________________________ > Computer-go mailing list > [email protected] > http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
_______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
