ZChess 2.00 (London) in concerto !

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
Jim Ablett
Posts: 2467
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Take a look, please !

Post by Jim Ablett »

ernest wrote:
Jim Ablett wrote:Here is a Uci version of Zchess 2.00.
Hi Jim,

When I double-click on that zchessUci-2.0.0.exe I get in command mode:

Code: Select all

uci
=>
id name ZChess 2.00
id author Frank Zibi, France
option name Program type string default zchess.exe
option name InitString type string default <empty>
option name Hash type spin default 2 min 0 max 1024
option name HashCommand type string default <empty>
option name HashFormula type string default
option name HashOnCommandline type check default false
option name InitTime type spin default 2 min 0 max 30
option name StartTime type spin default 1 min 0 max 30
option name Delay type spin default 0 min 0 max 1000
option name MateScore type spin default 32000 min 0 max 100000
option name LevelType type spin default 1 min 1 max 2
option name SlowDown type spin default 1 min 1 max 100
option name Edit type combo default setboard var setboard var edit var cb-edit
option name Ponder type check default true
option name AlwaysMoveOnStop type check default false
option name OwnBook type check default false
option name ShowThinkingMove type check default false
option name Analyze type check default true
option name UseUndo type check default true
option name WhiteScore type check default false
option name Logfile type check default false
option name Priority type combo default Normal var Normal var BelowNormal var Lo
w
option name RunIdle type check default false
option name Computer type check default false
option name SimulateHint type check default false
option name LevelExtend type combo default None var Progressive var Strict var F
ailsafe var None
option name Protocol type spin default 2 min 1 max 2
option name Noise type spin default 0 min -1 max 99
option name Help type button
option name UCI_Opponent type string default <empty>
option name UCI_LimitStrength type check default false
option name UCI_Elo type spin default 1000 min 1 max 1000
option name CpuPower type string default 100.0
uciok
then when I do:

Code: Select all

setoption name Hash value 512
=> nothing happens (no used memory increase seen in Task Manager)
then

Code: Select all

go infinite
=>
info depth 1 score cp 1
and nothing more happens!... :( :( :(
Hi Ernest,

Hash tables are set to 96mb internally from the ini file. To change you will
probably have to copy back original ini file from Zchess to engine folder and set it there.
go infinite
=>
info depth 1 score cp 1
What you show here is typical of Wb2Uci adaptor. Now run engine in a chess gui. It will work.

Jim.
User avatar
Sylwy
Posts: 5184
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: Oh, Mr. Georges, n'en profites-pas ! -:)

Post by Sylwy »

Jim Ablett wrote:Here is a Uci version of Zchess 2.00. Actually this is a 'proof of concept' test version just to see if it could be done. The executable was created with an application called 'BoxedAppPacker' which bundled all necessary files in to one executable and runs them from it in a virtual space. So this executable contains the Winboard Zchess.exe +Wb2uci (using George's settings).
This type of executable is notorious for triggering Antiviruses, so if you get a warning (I didn't) just add it as an exception. Let me know how it works for you.

I tested it working in Arena & Fritz 13 (32 bit).

http://cl.ly/Kz9t/zchessUci-2.0.0.zip

This app doesn't work with all engines though. it's rather hit and miss. Crafty didn't work unfortunately.

Jim.

Thank you Maestro Jim !

Works, but unfortunately Mr.Georges settings aren't on my taste. I want to use Nalimov, the original book, my private hash, no pondering and other own frills ! :lol:

So, for me, the use of .ini file is mandatory ! And only Mr. Georges is guilty ! He has his toy, me- NO ! And Santa coming soon !

Thank you !

SilvianR :wink: :cry:
User avatar
geots
Posts: 4790
Joined: Sat Mar 11, 2006 12:42 am

Re: Oh, Mr. Georges, n'en profites-pas ! -:)

Post by geots »

Sylwy wrote:
Jim Ablett wrote:Here is a Uci version of Zchess 2.00. Actually this is a 'proof of concept' test version just to see if it could be done. The executable was created with an application called 'BoxedAppPacker' which bundled all necessary files in to one executable and runs them from it in a virtual space. So this executable contains the Winboard Zchess.exe +Wb2uci (using George's settings).
This type of executable is notorious for triggering Antiviruses, so if you get a warning (I didn't) just add it as an exception. Let me know how it works for you.

I tested it working in Arena & Fritz 13 (32 bit).

http://cl.ly/Kz9t/zchessUci-2.0.0.zip

This app doesn't work with all engines though. it's rather hit and miss. Crafty didn't work unfortunately.

Jim.

Thank you Maestro Jim !

Works, but unfortunately Mr.Georges settings aren't on my taste. I want to use Nalimov, the original book, my private hash, no pondering and other own frills ! :lol:

So, for me, the use of .ini file is mandatory ! And only Mr. Georges is guilty ! He has his toy, me- NO ! And Santa coming soon !

Thank you !

SilvianR :wink: :cry:


:lol: :lol: :lol: :lol:
User avatar
geots
Posts: 4790
Joined: Sat Mar 11, 2006 12:42 am

Re: Take a look, please !

Post by geots »

Jim Ablett wrote:Here is a Uci version of Zchess 2.00. Actually this is a 'proof of concept' test version just to see if it could be done. The executable was created with an application called 'BoxedAppPacker' which bundled all necessary files in to one executable and runs them from it in a virtual space. So this executable contains the Winboard Zchess.exe +Wb2uci (using George's settings).
This type of executable is notorious for triggering Antiviruses, so if you get a warning (I didn't) just add it as an exception. Let me know how it works for you.

I tested it working in Arena & Fritz 13 (32 bit).

http://cl.ly/Kz9t/zchessUci-2.0.0.zip

This app doesn't work with all engines though. it's rather hit and miss. Crafty didn't work unfortunately.

Jim.

Jim, it will not load for me. It just says engine cannot load. I am not sure why.


Best,

george
User avatar
Jim Ablett
Posts: 2467
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Take a look, please !

Post by Jim Ablett »

geots wrote:
Jim Ablett wrote:Here is a Uci version of Zchess 2.00. Actually this is a 'proof of concept' test version just to see if it could be done. The executable was created with an application called 'BoxedAppPacker' which bundled all necessary files in to one executable and runs them from it in a virtual space. So this executable contains the Winboard Zchess.exe +Wb2uci (using George's settings).
This type of executable is notorious for triggering Antiviruses, so if you get a warning (I didn't) just add it as an exception. Let me know how it works for you.

I tested it working in Arena & Fritz 13 (32 bit).

http://cl.ly/Kz9t/zchessUci-2.0.0.zip

This app doesn't work with all engines though. it's rather hit and miss. Crafty didn't work unfortunately.

Jim.

Jim, it will not load for me. It just says engine cannot load. I am not sure why.


Best,

george
There is a free virtualization app here which will also package all the files into a single executable.
I tried it with Zchess + Wb2uci and it worked too. Maybe you can try it and make a uci executable for yourself. It's very easy to use.
Just make sure before creating final exe that option 'Share virtual system to child processes' is ticked.

http://enigmaprotector.com/en/aboutvb.html

Jim.
User avatar
Sylwy
Posts: 5184
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: Take a look, please !

Post by Sylwy »

Jim Ablett wrote:
geots wrote:
Jim Ablett wrote:Here is a Uci version of Zchess 2.00. Actually this is a 'proof of concept' test version just to see if it could be done. The executable was created with an application called 'BoxedAppPacker' which bundled all necessary files in to one executable and runs them from it in a virtual space. So this executable contains the Winboard Zchess.exe +Wb2uci (using George's settings).
This type of executable is notorious for triggering Antiviruses, so if you get a warning (I didn't) just add it as an exception. Let me know how it works for you.

I tested it working in Arena & Fritz 13 (32 bit).

http://cl.ly/Kz9t/zchessUci-2.0.0.zip

This app doesn't work with all engines though. it's rather hit and miss. Crafty didn't work unfortunately.

Jim.

Jim, it will not load for me. It just says engine cannot load. I am not sure why.


Best,

george
There is a free virtualization app here which will also package all the files into a single executable.
I tried it with Zchess + Wb2uci and it worked too. Maybe you can try it and make a uci executable for yourself. It's very easy to use.
Just make sure before creating final exe that option 'Share virtual system to child processes' is ticked.

http://enigmaprotector.com/en/aboutvb.html

Jim.

WOW !

A nice toy ! :lol: I never heard about it before !

Thank you Maestro !

SilvianR :wink:
User avatar
geots
Posts: 4790
Joined: Sat Mar 11, 2006 12:42 am

Re: Take a look, please !

Post by geots »

Jim Ablett wrote:
geots wrote:
Jim Ablett wrote:Here is a Uci version of Zchess 2.00. Actually this is a 'proof of concept' test version just to see if it could be done. The executable was created with an application called 'BoxedAppPacker' which bundled all necessary files in to one executable and runs them from it in a virtual space. So this executable contains the Winboard Zchess.exe +Wb2uci (using George's settings).
This type of executable is notorious for triggering Antiviruses, so if you get a warning (I didn't) just add it as an exception. Let me know how it works for you.

I tested it working in Arena & Fritz 13 (32 bit).

http://cl.ly/Kz9t/zchessUci-2.0.0.zip

This app doesn't work with all engines though. it's rather hit and miss. Crafty didn't work unfortunately.

Jim.

Jim, it will not load for me. It just says engine cannot load. I am not sure why.


Best,

george
There is a free virtualization app here which will also package all the files into a single executable.
I tried it with Zchess + Wb2uci and it worked too. Maybe you can try it and make a uci executable for yourself. It's very easy to use.
Just make sure before creating final exe that option 'Share virtual system to child processes' is ticked.

http://enigmaprotector.com/en/aboutvb.html

Jim.


Ok, but can you compute all the different ways I could screw this up? Infinity is the word that comes to mind :roll:

gts
User avatar
geots
Posts: 4790
Joined: Sat Mar 11, 2006 12:42 am

Re: Take a look, please !

Post by geots »

Which of the 3 downloads do I want?

george
User avatar
fern
Posts: 8755
Joined: Sun Feb 26, 2006 4:07 pm

Re: Wb2Uci.eng file for ZChess 2.00

Post by fern »

My Avast AV reject it and send it to the trash...javascript:emoticon(':?')
User avatar
Jim Ablett
Posts: 2467
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Take a look, please !

Post by Jim Ablett »

geots wrote:Which of the 3 downloads do I want?

george
Enigma Virtual Box