Don Cross wrote:Christopher Conkie wrote:antzmatt wrote:If I made a mistake in understanding someone's post I am sorry,please get that to my notice.
- Code: Select all
.rdata:004ACFC0 0000002E C Fehler: connect gescheitert, fehler code: %d\n
Christopher
For what it's worth, I did a little Google searching and found this exact error message here in a source code print statement:
http://www.governmentsecurity.org/archive/t9820.html
And a very similar string "Fehler: Connect gescheitert, Fehlercode: %d\n" here:
http://board.gulli.com/thread/808122-c- ... d-strings/
And here:
http://entwickler-forum.de/archive/inde ... -4611.html
In every single case, the code has something to do with a failed Winsock connection.
Not speaking German, my best guess at translation to English for this message is:
"Error: Connection failed, error code: %d"
This does not seem to be evidence of anything other than someone copy-n-pasting some sample network socket code from German-language source code samples. I would say this is neither evidence for nor against this engine being a clone. It is definitely not chess-related code.
- Don
That would be the network socket with a ........
- Code: Select all
.rdata:004AC5E4 0000001E C \nHauptvariante (T=%i/%i): %s\n
...then.
Now I understand.....
Christopher