Sting-sf-48 release

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

Moderators: hgm, Rebel, chrisw

lech
Posts: 1136
Joined: Sun Feb 14, 2010 10:02 pm

Re: Sting-sf-48 release

Post by lech »

velmarin wrote:
lech wrote: Jose, the code of Stockfish's 2.1.1 is available on Stockfish's www page. There are many tools to display differences in failes. :?
If you already had the code 2.1.1, I do executables with the same conditions for both solutions and provide anyone.

Then I try to move your code to stock_6.
I have space in my time.
I feel sorry for you and this original bouquet. :?
Maybe, I can't be friendly, but let me be useful.
lech
Posts: 1136
Joined: Sun Feb 14, 2010 10:02 pm

Re: Sting-sf-48 release

Post by lech »

Damir wrote:Many thanks for all your hard work Marek. I hope with Dann's help you can make your engine much stronger in the future.
If it will be expected by me to increase ELO strength of Sting; I will try to do it myself. Thank you,
Maybe, I can't be friendly, but let me be useful.
ernest
Posts: 2041
Joined: Wed Mar 08, 2006 8:30 pm

Re: Sting-sf-48 release

Post by ernest »

Dann Corbit wrote:Link to version 481 release build x64
https://www.dropbox.com/s/n1c877q8d6tk3 ... 81.7z?dl=0
Hi Dann,

I am using Windows XP 32-bit and Windows XP Pro 64-bit

In Windows XP 32-bit, the 32-bit application sting-sf-481.exe works OK

In Windows XP Pro 64-bit, the 32-bit application sting-sf-481.exe and your 64-bit application sting-sf-481.exe do NOT work
(despite adding the 64-bit msvcr120 and msvcp120 dll's)
To be noted that the latest sting-sf-47-x64-winxp.exe did work OK
(correcting some old-locks problem ?...)
Dann Corbit
Posts: 12538
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Sting-sf-48 release

Post by Dann Corbit »

ernest wrote:
Dann Corbit wrote:Link to version 481 release build x64
https://www.dropbox.com/s/n1c877q8d6tk3 ... 81.7z?dl=0
Hi Dann,

I am using Windows XP 32-bit and Windows XP Pro 64-bit

In Windows XP 32-bit, the 32-bit application sting-sf-481.exe works OK

In Windows XP Pro 64-bit, the 32-bit application sting-sf-481.exe and your 64-bit application sting-sf-481.exe do NOT work
(despite adding the 64-bit msvcr120 and msvcp120 dll's)
To be noted that the latest sting-sf-47-x64-winxp.exe did work OK
(correcting some old-locks problem ?...)
Hard to know what is wrong.
Possibly CPU limitation if it is an old CPU.
Did you see any error message? If so, what did it say?

For instance, "illegal instruction" almost certainly means an old CPU.

I always link -static both for MSVC and GCC (except when I forget).
;-)
So you should not need any other dll files.

DEPENDS.EXE might tell you something about what was not found.
User avatar
velmarin
Posts: 1600
Joined: Mon Feb 21, 2011 9:48 am

Re: Sting-sf-48 release

Post by velmarin »

When I compiled Sting had to put the directive:

#define OLD_LOCKS

directly in archive "locks.h".
Works well in XP.
lech
Posts: 1136
Joined: Sun Feb 14, 2010 10:02 pm

Re: Sting-sf-48 release

Post by lech »

The problem is inherited of Stockfish 2.1.1 . My 32-bit compitation is done with:
#define OLD_LOCKS
but Ernest may not start it under 64-bit system too.
I am too stupied for this question.
I think it is a problem with XP only.
Under 64-bit, i7, Win 7 my 32-bit version works well.
Maybe, I can't be friendly, but let me be useful.
ernest
Posts: 2041
Joined: Wed Mar 08, 2006 8:30 pm

Re: Sting-sf-48 release

Post by ernest »

lech wrote:Under 64-bit, i7, Win 7 my 32-bit version works well.
Absolutely!
I only have problem with Win XP Pro x64.
lech
Posts: 1136
Joined: Sun Feb 14, 2010 10:02 pm

Re: Sting-sf-48 release

Post by lech »

ernest wrote:
lech wrote:Under 64-bit, i7, Win 7 my 32-bit version works well.
Absolutely!
I only have problem with Win XP Pro x64.
Ernest, as you can see I am not liked by programmers here.
I am only a worker but I can think too. I dont like programmers and scientists who need an arifical intelligence. It is a pity but here are many people who help them. In the future it is possible that Sting wll be compiled in a better way. Sorry!
Maybe, I can't be friendly, but let me be useful.
Dann Corbit
Posts: 12538
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: Sting-sf-48 release

Post by Dann Corbit »

lech wrote:
ernest wrote:
lech wrote:Under 64-bit, i7, Win 7 my 32-bit version works well.
Absolutely!
I only have problem with Win XP Pro x64.
Ernest, as you can see I am not liked by programmers here.
I am only a worker but I can think too. I dont like programmers and scientists who need an arifical intelligence. It is a pity but here are many people who help them. In the future it is possible that Sting wll be compiled in a better way. Sorry!
They are trying to saddle up a dead pony:
http://windows.microsoft.com/en-us/wind ... pport-help
lech
Posts: 1136
Joined: Sun Feb 14, 2010 10:02 pm

Re: Sting-sf-48 release

Post by lech »

Dann Corbit wrote:
lech wrote:
ernest wrote:
lech wrote:Under 64-bit, i7, Win 7 my 32-bit version works well.
Absolutely!
I only have problem with Win XP Pro x64.
Ernest, as you can see I am not liked by programmers here.
I am only a worker but I can think too. I dont like programmers and scientists who need an arifical intelligence. It is a pity but here are many people who help them. In the future it is possible that Sting wll be compiled in a better way. Sorry!
They are trying to saddle up a dead pony:
http://windows.microsoft.com/en-us/wind ... pport-help
I will try to prepare the version Sting-sf-482 using lock.h from the next Stockfish 2.2.2 .
It is very similar to the lock.h file from version 2.1.1 .
One difference which I cant understand is:
#define NOMINMAX // disable macros min() and max()
Should I add it ? :?
Maybe, I can't be friendly, but let me be useful.