chess22k 1.6 released

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

Moderators: hgm, Rebel, chrisw

sandermvdb
Posts: 160
Joined: Sat Jan 28, 2017 1:29 pm
Location: The Netherlands

chess22k 1.6 released

Post by sandermvdb »

This version participated in the CSVN.
The binaries are compiled using Java 9 (not backwards compatible).
Score is about 2800 elo.

See:
https://github.com/sandermvdb/chess22k/releases/tag/1.6
User avatar
Guenther
Posts: 4610
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: chess22k 1.6 released

Post by Guenther »

sandermvdb wrote:This version participated in the CSVN.
The binaries are compiled using Java 9 (not backwards compatible).
Score is about 2800 elo.

See:
https://github.com/sandermvdb/chess22k/releases/tag/1.6
What does this mean exacly? Will it not run with 8.xxx?
At the official oracle site the java runtime version for windows is still at 8.151
and that's the version that I have of course.

Guenther
https://rwbc-chess.de

trollwatch:
Talkchess nowadays is a joke - it is full of trolls/idiots/people stuck in the pleistocene > 80% of the posts fall into this category...
User avatar
Graham Banks
Posts: 41472
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: chess22k 1.6 released

Post by Graham Banks »

Thanks Sander. Looking forward to testing this new version. :)
gbanksnz at gmail.com
sandermvdb
Posts: 160
Joined: Sat Jan 28, 2017 1:29 pm
Location: The Netherlands

Re: chess22k 1.6 released

Post by sandermvdb »

Guenther wrote:
What does this mean exacly? Will it not run with 8.xxx?
At the official oracle site the java runtime version for windows is still at 8.151
and that's the version that I have of course.

Guenther
Indeed, will not run with 8.xxx. Here you can download version 9:
http://www.oracle.com/technetwork/java/ ... 48532.html
User avatar
Guenther
Posts: 4610
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: chess22k 1.6 released

Post by Guenther »

sandermvdb wrote:
Guenther wrote:
What does this mean exacly? Will it not run with 8.xxx?
At the official oracle site the java runtime version for windows is still at 8.151
and that's the version that I have of course.

Guenther
Indeed, will not run with 8.xxx. Here you can download version 9:
http://www.oracle.com/technetwork/java/ ... 48532.html
Thanks for the link. But there is already huge damage done here :(
(not because of your program of course.)

I just noticed that none of my dozens of WB + UCI native java programs installed work anymore probably since the last update 8.151 from 17-10-23. That's a pity.
Sure most here will have the same problem already, but yet unnoticed.

Well, normally they say one should not have several java installations in parallel, but what to do now?
And even if I would try to install an older branch of java again, I guess I have to put the full path in all older installations,
because the system environment variable will be set to the newest one I guess, when calling ''java -jar ....'

Guenther
https://rwbc-chess.de

trollwatch:
Talkchess nowadays is a joke - it is full of trolls/idiots/people stuck in the pleistocene > 80% of the posts fall into this category...
User avatar
Guenther
Posts: 4610
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: chess22k 1.6 released

Post by Guenther »

User linuxchess compiled a version for Java 8 and announced it at Chess2U:
http://www.chess2u.com/t11492-chess22k
https://drive.google.com/file/d/1fDkS-u ... oXPDLGXnyK

Any idea if this will have some influence on its performance?
(speed - different instructions...)

Probably we can compare nps (if there is only a speed diff) for both?

Can't test this before Thursday though.

Guenther
https://rwbc-chess.de

trollwatch:
Talkchess nowadays is a joke - it is full of trolls/idiots/people stuck in the pleistocene > 80% of the posts fall into this category...
sandermvdb
Posts: 160
Joined: Sat Jan 28, 2017 1:29 pm
Location: The Netherlands

Re: chess22k 1.6 released

Post by sandermvdb »

Guenther wrote:User linuxchess compiled a version for Java 8 and announced it at Chess2U:
http://www.chess2u.com/t11492-chess22k
https://drive.google.com/file/d/1fDkS-u ... oXPDLGXnyK

Any idea if this will have some influence on its performance?
(speed - different instructions...)
What do you mean exactly?
Java 9 is backwards compatible with Java 8 (and +/- same performance), if that is what you are asking.