RedQueen 1.1 released

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

Moderator: Ras

User avatar
abik
Posts: 848
Joined: Fri Dec 01, 2006 10:46 pm
Location: Mountain View, CA, USA
Full name: Aart Bik

Re: RedQueen 1.1 released

Post by abik »

bhlangonijr wrote:I am just releasing the version 1.1 of RedQueen.
I have put a binary for ARM-based Android devices on UCI and XBoard Engines for Android and I am running a quick sanity tournament in Chess for Android.
User avatar
Werner
Posts: 3039
Joined: Wed Mar 08, 2006 10:09 pm
Location: Germany
Full name: Werner Schüle

Re: RedQueen 1.1 released

Post by Werner »

Hi BenHur,
when starting 32bit version I get the error message:
missing ptthreadGC2.dll
Werner
bhlangonijr
Posts: 482
Joined: Thu Oct 16, 2008 4:23 am
Location: Milky Way

Re: RedQueen 1.1 released

Post by bhlangonijr »

Werner wrote:Hi BenHur,
when starting 32bit version I get the error message:
missing ptthreadGC2.dll
Hello Werner. I just released a bugfix version (1.1.1) in which I have packaged up the right dependency. Please download the latest version, ok? And sorry for the hassle.
bhlangonijr
Posts: 482
Joined: Thu Oct 16, 2008 4:23 am
Location: Milky Way

Re: RedQueen 1.1 released

Post by bhlangonijr »

abik wrote:
bhlangonijr wrote:I am just releasing the version 1.1 of RedQueen.
I have put a binary for ARM-based Android devices on UCI and XBoard Engines for Android and I am running a quick sanity tournament in Chess for Android.
Hello Aart,

As you may have noticed I've done a little mistake in this version and had to release a bugfix version (1.1.1). :oops:

Thanks,
User avatar
abik
Posts: 848
Joined: Fri Dec 01, 2006 10:46 pm
Location: Mountain View, CA, USA
Full name: Aart Bik

Re: RedQueen 1.1 released

Post by abik »

bhlangonijr wrote:As you may have noticed I've done a little mistake in this version and had to release a bugfix version (1.1.1). :oops:
I noticed :-) but luckily I have a very patient compiler. Same place.
bhlangonijr
Posts: 482
Joined: Thu Oct 16, 2008 4:23 am
Location: Milky Way

Re: RedQueen 1.1 released

Post by bhlangonijr »

abik wrote:
bhlangonijr wrote:As you may have noticed I've done a little mistake in this version and had to release a bugfix version (1.1.1). :oops:
I noticed :-) but luckily I have a very patient compiler. Same place.
You are fast! :)

Thanks a lot,
stevenaaus
Posts: 615
Joined: Wed Oct 13, 2010 9:44 am
Location: Australia

Re: RedQueen 1.1 released

Post by stevenaaus »

zullil wrote:
lucasart wrote:
stevenaaus wrote: Any chance of a linux makefile ?
Linux is not a compiler. You probably meant a GCC makefile?
Makefiles are processed by make, not by a compiler. You probably meant a GNU makefile?

In any case, the source compiled flawlessly (under Mac OS X 10.7) using

Code: Select all

g++ -O3 -Wall *.cpp -o redqueen
Haha - i briefly tried with gcc instead of g++ :evil: and of course got the missing c++ stdio errors.

Fedora 7 is simply

Code: Select all

g++ -O3 *.cpp -o redqueen -lpthread 
Pierre Bourget
Posts: 8
Joined: Thu Aug 18, 2011 7:03 pm

Re: RedQueen 1.1 released

Post by Pierre Bourget »

Hi , I have a problem with RedQueen under Arena 3.0 ,it almost always lose on time with time control 3minutes and 3 seconds increment.

Pierre