New Zappa Version Ready for Download

Discussions about Winboard/Xboard. News about engines or programs to use with these GUIs (e.g. tournament managers or adapters) belong in this sub forum.

Moderator: Andres Valverde

Re: New Zappa Version Ready for Download

Postby Roger Brown » 30 Nov 2004, 02:21

David Dahlem wrote:
Roger Brown wrote:Hello all,

This is an update. On my lowly Pentium III at home it crashes after about ten seconds.

Sob.

Later.


Watch your language, Roger ...

Just Kidding :-)

Regards
Dave




David Dahelm you are beyond redemption!

:shock:

I cannot believe you!

I got a good laugh out of it. You are sharp.

Later.
Roger Brown
 
Posts: 346
Joined: 24 Sep 2004, 12:31

Re: New Zappa Version Ready for Download

Postby Anthony Cozzie » 30 Nov 2004, 03:35

Wolf: Would you mind trying again with only 1 thread?

SMP support is just buggy on windows still :)

Also: I think I may have found the problem with the tablebase crashes <crosses fingers>

Anyway, I'll try (again, sigh) to compile an athlon friendly version of things tomorrow. The problem here is that everything works fine on my system, but when I try other operating systems/processors/protocols things aren't as well debugged :)

anthony
Anthony Cozzie
 
Posts: 50
Joined: 17 Oct 2004, 19:35

Zappa protocols and issues

Postby WolfV » 30 Nov 2004, 11:16

Anthony,

I did try Zappa with only one thread. Runs very well, no problems there. In my previous try, on the dual Xeon, I had disabled the tablebases access first though, so that couldn't have been the problem.

Anyway, Zappa runs OK with only one thread, no need to worry. But, it won't run on my Athlon notebook :-(( :x as you are already aware of...

Thanks for your very strong program!

regards
WolfV
 

Re: New Zappa Version Ready for Download

Postby Jim Ablett » 30 Nov 2004, 11:59

Hi Anthony,

Please don't be offended by me asking this (things like this can be overlooked sometimes) but,

Is SSE2 enabled?
P3/AthlonXP only support as you know SSE.

Regards
Jim.
___________________________
http://jimablett.net63.net/
Jim Ablett
 
Posts: 721
Joined: 27 Sep 2004, 10:39
Location: Essex, England

Re: New Zappa Version Ready for Download

Postby Anthony Cozzie » 30 Nov 2004, 16:38

I sent Volker some new compiles of Zappa; hopefully one of them works :)

anthony
Anthony Cozzie
 
Posts: 50
Joined: 17 Oct 2004, 19:35

Re: New Zappa Version Ready for Download

Postby Volker Pittlik » 30 Nov 2004, 16:59

Anthony Cozzie wrote:I sent Volker some new compiles of Zappa; hopefully one of them works :)

anthony


Unfortunately not for me. Those who want to try can down load them here:
http://volker-pittlik.name/zappa/temp/zappa_1.zip
http://volker-pittlik.name/zappa/temp/zappa_2.zip
http://volker-pittlik.name/zappa/temp/zappa_3.zip
http://volker-pittlik.name/zappa/temp/zappa_4.zip
http://volker-pittlik.name/zappa/temp/zappa_5.zip


Volker
User avatar
Volker Pittlik
 
Posts: 1031
Joined: 24 Sep 2004, 10:14
Location: Murten / Morat, Switzerland

Re: New Zappa Version Ready for Download

Postby Jim Ablett » 30 Nov 2004, 19:22

Anthony,
Could you post your makefile up here so we can have a look at your compiler options?

Jim
___________________________
http://jimablett.net63.net/
Jim Ablett
 
Posts: 721
Joined: 27 Sep 2004, 10:39
Location: Essex, England

Re: New Zappa Version Ready for Download

Postby Anthony Cozzie » 30 Nov 2004, 19:33

I'm not using a makefile. Zappa#1 on that list is built with the absolute default options for a new project (release mode) in Visual Studio.NET. This is why I'm positively stumped.

Anyway, tomorrow I'm gonig to make a cygwin build where I can specify the architecture explicitly. It'll probably be 20% slower or so, but whatever. Its an obsolete processor and a crappy operating system :)

anthony
Anthony Cozzie
 
Posts: 50
Joined: 17 Oct 2004, 19:35

Re: New Zappa Version Ready for Download

Postby Jim Ablett » 30 Nov 2004, 21:40

When Zappa crashes my Microsoft Visual C debugger kicks in - here's the info.

Loaded 'C:\My Downloads\Archive\Games\chess\engines\zappa_4\zappa_4.exe', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\winmm.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\apphelp.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found.
The thread 0xDB0 has exited with code 0 (0x0).
The program 'C:\My Downloads\Archive\Games\chess\engines\zappa_4\zappa_4.exe' has exited with code 0 (0x0).

Maybe of use to you.

Jim.
___________________________
http://jimablett.net63.net/
Jim Ablett
 
Posts: 721
Joined: 27 Sep 2004, 10:39
Location: Essex, England

Re: New Zappa Version Ready for Download

Postby Jim Ablett » 30 Nov 2004, 22:24

I think you need to add the missing entries in the .dsp project file
This is what I get when I compile mscp with Visual C++:

Code: Select all
LINK32=xilink6.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept


Jim
___________________________
http://jimablett.net63.net/
Jim Ablett
 
Posts: 721
Joined: 27 Sep 2004, 10:39
Location: Essex, England

Re: New Zappa Version Ready for Download

Postby Gábor Szots » 01 Dec 2004, 12:39

David Dahlem wrote:
Roger Brown wrote:Hello all,

This is an update. On my lowly Pentium III at home it crashes after about ten seconds.

Sob.

Later.


Watch your language, Roger ...

Just Kidding :-)

Regards
Dave


Wrong forum, David!! :-)
Gábor Szőts

CCRL testing group
User avatar
Gábor Szots
 
Posts: 327
Joined: 26 Sep 2004, 21:26
Location: Szentendre, Hungary

please

Postby David Weller » 01 Dec 2004, 13:14

Hi all,
Please forgive my ignorance, but is zappa a windows app. or console program?

I ask only because, those link errors remind me of the ones I got once when I failed to identify my project properly as a console app

Again, forgive me if I am so very far off base ....
User avatar
David Weller
 
Posts: 135
Joined: 26 Sep 2004, 20:30
Location: USA

Your five Zappa compiles

Postby Pablo » 01 Dec 2004, 13:47

I tested in Winboard the five Zappa compiles in 2 PC with Windows 98SE, one with a P3 CPU and the other with P4.
They did not work :( ,all of them exit from Winboard after some minutes.
Try to find some friend of your confidence to make a more standard type of compilation.
Best ,
Pablo

Volker Pittlik wrote:
Anthony Cozzie wrote:I sent Volker some new compiles of Zappa; hopefully one of them works :)

anthony


Unfortunately not for me. Those who want to try can down load them here:
http://volker-pittlik.name/zappa/temp/zappa_1.zip
http://volker-pittlik.name/zappa/temp/zappa_2.zip
http://volker-pittlik.name/zappa/temp/zappa_3.zip
http://volker-pittlik.name/zappa/temp/zappa_4.zip
http://volker-pittlik.name/zappa/temp/zappa_5.zip


Volker
Pablo
 
Posts: 242
Joined: 26 Sep 2004, 21:57
Location: Santiago-Chile

Re: New Zappa Version Ready for Download

Postby Anonymous » 01 Dec 2004, 13:59

G?bor Szots wrote:
David Dahlem wrote:
Roger Brown wrote:Hello all,

This is an update. On my lowly Pentium III at home it crashes after about ten seconds.

Sob.

Later.


Watch your language, Roger ...

Just Kidding :-)

Regards
Dave


Wrong forum, David!! :-)


AHEM ... :-)
Anonymous
 

Re: New Zappa Version Ready for Download

Postby Jim Ablett » 01 Dec 2004, 14:49

My guess from looking at the debug output, is that it's maybe linking as a 64-bit app instead of 32bit.
___________________________
http://jimablett.net63.net/
Jim Ablett
 
Posts: 721
Joined: 27 Sep 2004, 10:39
Location: Essex, England

Re: New Zappa Version Ready for Download

Postby Anthony Cozzie » 01 Dec 2004, 16:14

What link errors? If I was having link errors I wouldn't even be able to create an executable, and if Windows wasn't able to dynamically link in the dlls, it wouldn't run.

anthony
Anthony Cozzie
 
Posts: 50
Joined: 17 Oct 2004, 19:35

Zappa beat Crafty in a 20-game blitz match

Postby WolfV » 01 Dec 2004, 16:26

Zappa 0.80b2 beat Crafty 10.5-9.5 in a blitz match (G/5). They both ran under the Fritz GUI, the Crafty version was ChessBase native 19.17, whilst Zappa was set up as a UCI engine. Both used the Power Book 2002.

Nice result for Zappa -- by just viewing some randomly chosen games, I'd venture to say that Zappa is probably at least 50 points stronger than Crafty at long time controls. Of course, I could be wrong there.

Good job, Anthony.

regards.
WolfV
 

Re: Zappa beat Crafty in a 20-game blitz match

Postby Johan Havegheer » 01 Dec 2004, 17:05

WolfV wrote:Zappa 0.80b2 beat Crafty 10.5-9.5 in a blitz match (G/5). They both ran under the Fritz GUI, the Crafty version was ChessBase native 19.17, whilst Zappa was set up as a UCI engine. Both used the Power Book 2002.

Nice result for Zappa -- by just viewing some randomly chosen games, I'd venture to say that Zappa is probably at least 50 points stronger than Crafty at long time controls. Of course, I could be wrong there.

Good job, Anthony.

regards.


But i still don't have a working version for my famous 'Leiden' Machine
(AMDXP2800 @ 2.15Ghz) :( :( :(

Best
Johan
Johan Havegheer
 

Additional executables removed

Postby Volker Pittlik » 01 Dec 2004, 17:18



These downloads doesn't work anymore, because they don't work and increase my bandwidth.

OT: Maybe I'm not online in the next days. My CPU-fan has decided to switch off if chess programs are running. Caused by this surprising behaviour I've observed that the automatic system shut-down feature of my motherboard works fine :-).

Regards

Volker
User avatar
Volker Pittlik
 
Posts: 1031
Joined: 24 Sep 2004, 10:14
Location: Murten / Morat, Switzerland

Re: New Zappa Version Ready for Download

Postby Jim Ablett » 01 Dec 2004, 19:27

Code: Select all
Loaded 'C:\My Downloads\Archive\Games\chess\engines\zappa_4\zappa_4.exe', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\winmm.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\apphelp.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found.
The thread 0xDB0 has exited with code 0 (0x0).
The program 'C:\My Downloads\Archive\Games\chess\engines\zappa_4\zappa_4.exe' has exited with code 0 (0x0). 



Hi Anthony,
I take it you're compiling on a 64 bit machine. Looks like you're gonna need to compile on a 32-bit one.

Jim.
___________________________
http://jimablett.net63.net/
Jim Ablett
 
Posts: 721
Joined: 27 Sep 2004, 10:39
Location: Essex, England

PreviousNext

Return to Winboard and related Topics

Who is online

Users browsing this forum: No registered users and 14 guests