Dangerous File Blocked
The file you attempted to download was determined to be dangerous. For your protection, MediaFire does not enable distribution of dangerous files.
Still have questions, or think we've made a mistake? Please contact support for further assistance.
Dangerous File Blocked
The file you attempted to download was determined to be dangerous. For your protection, MediaFire does not enable distribution of dangerous files.
Still have questions, or think we've made a mistake? Please contact support for further assistance.
Dangerous File Blocked
The file you attempted to download was determined to be dangerous. For your protection, MediaFire does not enable distribution of dangerous files.
Still have questions, or think we've made a mistake? Please contact support for further assistance.
Hi,
I was not able to run DanaSah 7.0 inside Shredder GUI. There is an issue with uci implementation. It runs inside Arena.
Here from Shredder log:
Fri Oct 13 09:56:16 2017: to (11): quit
Fri Oct 13 09:56:16 2017: to DanaSah 7.00 (0): quit
Fri Oct 13 10:00:09 2017: to DanaSah 7.00 (0): ucinewgame
Fri Oct 13 10:00:09 2017: to DanaSah 7.00 (0): isready
Fri Oct 13 10:01:39 2017: to DanaSah 7.00 (0): position startpos moves g1f3
Fri Oct 13 10:01:39 2017: to DanaSah 7.00 (0): go movestogo 40 wtime 480000 btime 480000
Fri Oct 13 10:03:39 2017: to DanaSah 7.00 (0): stop
Fri Oct 13 10:03:42 2017: to DanaSah 7.00 (0): stop
Fri Oct 13 10:03:45 2017: to DanaSah 7.00 (0): stop
Fri Oct 13 10:03:48 2017: to DanaSah 7.00 (0): stop
Fri Oct 13 10:03:51 2017: to DanaSah 7.00 (0): stop
Fri Oct 13 10:03:54 2017: to DanaSah 7.00 (0): quit (my command; the engine hangs)
Fri Oct 13 10:03:55 2017: to DanaSah 7.00 (0): uci
Fri Oct 13 10:03:55 2017: from DanaSah 7.00 (0): id name DanaSah 7.00
Fri Oct 13 10:03:55 2017: from DanaSah 7.00 (0): id author Pedro Castro
Fri Oct 13 10:03:55 2017: from DanaSah 7.00 (0): option name Hash type spin default 256 min 0 max 1024
Fri Oct 13 10:03:55 2017: from DanaSah 7.00 (0): option name Help type button
Fri Oct 13 10:03:55 2017: from DanaSah 7.00 (0): uciok
Fri Oct 13 10:03:55 2017: to DanaSah 7.00 (0): isready
Fri Oct 13 10:04:56 2017: from DanaSah 7.00 (0): readyok
Edit: found a solution with this .eng file
[ENGINE]
Name=DanaSah 7.00
Author=Pedro Castro
Filename=D:\Programme\Engines\Danasah\danasah70\danasah700.exe
[OPTIONS]
Book File=<empty>
EndGames Tablebases=Gaviota
Bitbases Path=c:/negbb/
GaviotaTbPath=c:/gtb5/
GUI Has Ucinewgame Command=false
I have made some changes to the uci protocol in the latest version, so it is possible that something is broken with the uci protocol and shredder GUI.
I have tried to install the engine and make it play and it seemed to do it correctly. Finally I tried to make changes in the configuration to load gaviota tb and then the engine did not update the changes. In effect the problem was solved by editing the eng file, in my case:
I recommend removing the line from your configuration:
GUI Has Ucinewgame Command=false
Explication:
With this line, the engine in each move will make internally the list of all the plays developed during the game as established by the protocol uci and due to this will lose some time and Elo, in fast games could be up to about 25 Elo points.
Removing the line or setting the option to true will cause the engine in each move only to make the opponent's move before thinking. (Shredder GUI recognizes the ucinewgame command that avoids that there is problem when moving from one game to another if the command was not activated, I had this option for Fritz 9)
I will try to solve the problem in the next publication.
Dangerous File Blocked
The file you attempted to download was determined to be dangerous. For your protection, MediaFire does not enable distribution of dangerous files.
Still have questions, or think we've made a mistake? Please contact support for further assistance.
I just ran Bitdefender and it reports that Danasah 7.0 has a trojan horse virus.
If you are on a sidewalk and the covid goes beep beep
Just step aside or you might have a bit of heat
Covid covid runs through the town all day
Can the people ever change their ways
Sherwin the covid's after you
Sherwin if it catches you you're through
Dangerous File Blocked
The file you attempted to download was determined to be dangerous. For your protection, MediaFire does not enable distribution of dangerous files.
Still have questions, or think we've made a mistake? Please contact support for further assistance.
I just ran Bitdefender and it reports that Danasah 7.0 has a trojan horse virus.
I am a good programmer, so I allowed myself to include a virus in the code, of course, original code
Now seriously, I imagine that this is a false positive.
12 of 67 antivirus find a "fake" Trojan in the code, one of them effectively Bitdefender.
DanaSah is open source, version 7.0 could compile oneself with gcc 5. I have tried to recompile the code and the result is the same. I think it's a false positive.
I have a version that is danasah 7.3, no major changes, this version has a still incomplete multipv. But this version overcomes the control of the antivirus included Bitdefender.