Minic version 3

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

Moderator: Ras

User avatar
Werner
Posts: 2991
Joined: Wed Mar 08, 2006 10:09 pm
Location: Germany
Full name: Werner Schüle

Re: Minic version 3

Post by Werner »

Thanks,
and the new net is hidden like an Easter Egg :-)
Werner
User avatar
xr_a_y
Posts: 1872
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: Minic version 3

Post by xr_a_y »

Werner wrote: Sun May 02, 2021 2:41 pm Thanks,
and the new net is hidden like an Easter Egg :-)
:wink: Right here : https://github.com/tryingsomestuff/NNUE ... _nadir.bin
User avatar
pohl4711
Posts: 2802
Joined: Sat Sep 03, 2011 7:25 am
Location: Berlin, Germany
Full name: Stefan Pohl

Re: Minic version 3

Post by pohl4711 »

xr_a_y wrote: Sun May 02, 2021 2:22 pm Hi all,

I'm happy to announce here Minic 3.06 with a new net named "Nocturnal Nadir".
Does not work. Not possible to use the new net nocturnal_nadir.bin (not with option nnuefile = filename and not with option nnuefile = fullpath + filename) with the mingw compiles.
User avatar
xr_a_y
Posts: 1872
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: Minic version 3

Post by xr_a_y »

pohl4711 wrote: Sun May 02, 2021 3:23 pm
xr_a_y wrote: Sun May 02, 2021 2:22 pm Hi all,

I'm happy to announce here Minic 3.06 with a new net named "Nocturnal Nadir".
Does not work. Not possible to use the new net nocturnal_nadir.bin (not with option nnuefile = filename and not with option nnuefile = fullpath + filename) with the mingw compiles.
Not working ? meaning crash ? Do you have some logs please ?
User avatar
pohl4711
Posts: 2802
Joined: Sat Sep 03, 2011 7:25 am
Location: Berlin, Germany
Full name: Stefan Pohl

Re: Minic version 3

Post by pohl4711 »

xr_a_y wrote: Sun May 02, 2021 3:27 pm
pohl4711 wrote: Sun May 02, 2021 3:23 pm
xr_a_y wrote: Sun May 02, 2021 2:22 pm Hi all,

I'm happy to announce here Minic 3.06 with a new net named "Nocturnal Nadir".
Does not work. Not possible to use the new net nocturnal_nadir.bin (not with option nnuefile = filename and not with option nnuefile = fullpath + filename) with the mingw compiles.
Not working ? meaning crash ? Do you have some logs please ?
"Net not accessible"
User avatar
xr_a_y
Posts: 1872
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: Minic version 3

Post by xr_a_y »

pohl4711 wrote: Sun May 02, 2021 3:28 pm
xr_a_y wrote: Sun May 02, 2021 3:27 pm
pohl4711 wrote: Sun May 02, 2021 3:23 pm
xr_a_y wrote: Sun May 02, 2021 2:22 pm Hi all,

I'm happy to announce here Minic 3.06 with a new net named "Nocturnal Nadir".
Does not work. Not possible to use the new net nocturnal_nadir.bin (not with option nnuefile = filename and not with option nnuefile = fullpath + filename) with the mingw compiles.
Not working ? meaning crash ? Do you have some logs please ?
"Net not accessible"
Probably a path with space inside ?
User avatar
pohl4711
Posts: 2802
Joined: Sat Sep 03, 2011 7:25 am
Location: Berlin, Germany
Full name: Stefan Pohl

Re: Minic version 3

Post by pohl4711 »

xr_a_y wrote: Sun May 02, 2021 3:30 pm
pohl4711 wrote: Sun May 02, 2021 3:28 pm
xr_a_y wrote: Sun May 02, 2021 3:27 pm
pohl4711 wrote: Sun May 02, 2021 3:23 pm
xr_a_y wrote: Sun May 02, 2021 2:22 pm Hi all,

I'm happy to announce here Minic 3.06 with a new net named "Nocturnal Nadir".
Does not work. Not possible to use the new net nocturnal_nadir.bin (not with option nnuefile = filename and not with option nnuefile = fullpath + filename) with the mingw compiles.
Not working ? meaning crash ? Do you have some logs please ?
"Net not accessible"
Probably a path with space inside ?
No
‪C:\Cutechess\nocturnal_nadir.bin
User avatar
xr_a_y
Posts: 1872
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: Minic version 3

Post by xr_a_y »

pohl4711 wrote: Sun May 02, 2021 3:32 pm
xr_a_y wrote: Sun May 02, 2021 3:30 pm
pohl4711 wrote: Sun May 02, 2021 3:28 pm
xr_a_y wrote: Sun May 02, 2021 3:27 pm
pohl4711 wrote: Sun May 02, 2021 3:23 pm
xr_a_y wrote: Sun May 02, 2021 2:22 pm Hi all,

I'm happy to announce here Minic 3.06 with a new net named "Nocturnal Nadir".
Does not work. Not possible to use the new net nocturnal_nadir.bin (not with option nnuefile = filename and not with option nnuefile = fullpath + filename) with the mingw compiles.
Not working ? meaning crash ? Do you have some logs please ?
"Net not accessible"
Probably a path with space inside ?
No
‪C:\Cutechess\nocturnal_nadir.bin
Maybe

Code: Select all

‪C:/Cutechess/nocturnal_nadir.bin
Moreover the Minic output for inaccessible net should look like

Code: Select all

"File .......... is not accessible"
So maybe there is hint in the path shown there ?
User avatar
pohl4711
Posts: 2802
Joined: Sat Sep 03, 2011 7:25 am
Location: Berlin, Germany
Full name: Stefan Pohl

Re: Minic version 3

Post by pohl4711 »

xr_a_y wrote: Sun May 02, 2021 3:33 pm
pohl4711 wrote: Sun May 02, 2021 3:32 pm
xr_a_y wrote: Sun May 02, 2021 3:30 pm
pohl4711 wrote: Sun May 02, 2021 3:28 pm
xr_a_y wrote: Sun May 02, 2021 3:27 pm
pohl4711 wrote: Sun May 02, 2021 3:23 pm
xr_a_y wrote: Sun May 02, 2021 2:22 pm Hi all,

I'm happy to announce here Minic 3.06 with a new net named "Nocturnal Nadir".
Does not work. Not possible to use the new net nocturnal_nadir.bin (not with option nnuefile = filename and not with option nnuefile = fullpath + filename) with the mingw compiles.
Not working ? meaning crash ? Do you have some logs please ?
"Net not accessible"
Probably a path with space inside ?
No
‪C:\Cutechess\nocturnal_nadir.bin
Maybe

Code: Select all

‪C:/Cutechess/nocturnal_nadir.bin
OK, that works, but this is not a good solution...I copied the path from Windows Explorer with Drag & Drop (C:\Cutechess\nocturnal_nadir.bin)
User avatar
xr_a_y
Posts: 1872
Joined: Sat Nov 25, 2017 2:28 pm
Location: France

Re: Minic version 3

Post by xr_a_y »

pohl4711 wrote: Sun May 02, 2021 3:36 pm
xr_a_y wrote: Sun May 02, 2021 3:33 pm
pohl4711 wrote: Sun May 02, 2021 3:32 pm
xr_a_y wrote: Sun May 02, 2021 3:30 pm
pohl4711 wrote: Sun May 02, 2021 3:28 pm
xr_a_y wrote: Sun May 02, 2021 3:27 pm
pohl4711 wrote: Sun May 02, 2021 3:23 pm
xr_a_y wrote: Sun May 02, 2021 2:22 pm Hi all,

I'm happy to announce here Minic 3.06 with a new net named "Nocturnal Nadir".
Does not work. Not possible to use the new net nocturnal_nadir.bin (not with option nnuefile = filename and not with option nnuefile = fullpath + filename) with the mingw compiles.
Not working ? meaning crash ? Do you have some logs please ?
"Net not accessible"
Probably a path with space inside ?
No
‪C:\Cutechess\nocturnal_nadir.bin
Maybe

Code: Select all

‪C:/Cutechess/nocturnal_nadir.bin
OK, that works, but this is not a good solution...I copied the path from Windows Explorer with Drag & Drop (C:\Cutechess\nocturnal_nadir.bin)
Indeed, each new release comes with its 20 posts of "this is not working". So I guess including the net in the executable as many others are doing currently will be far more easier for users. I'll look at that for next release probably. Thanks for the feedback.