Minic version 3
Moderator: Ras
-
xr_a_y
- Posts: 1872
- Joined: Sat Nov 25, 2017 2:28 pm
- Location: France
-
pohl4711
- Posts: 2954
- Joined: Sat Sep 03, 2011 7:25 am
- Location: Berlin, Germany
- Full name: Stefan Pohl
Re: Minic version 3
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.
-
xr_a_y
- Posts: 1872
- Joined: Sat Nov 25, 2017 2:28 pm
- Location: France
Re: Minic version 3
-
pohl4711
- Posts: 2954
- Joined: Sat Sep 03, 2011 7:25 am
- Location: Berlin, Germany
- Full name: Stefan Pohl
Re: Minic version 3
"Net not accessible"xr_a_y wrote: ↑Sun May 02, 2021 3:27 pmNot working ? meaning crash ? Do you have some logs please ?
-
xr_a_y
- Posts: 1872
- Joined: Sat Nov 25, 2017 2:28 pm
- Location: France
Re: Minic version 3
Probably a path with space inside ?pohl4711 wrote: ↑Sun May 02, 2021 3:28 pm"Net not accessible"xr_a_y wrote: ↑Sun May 02, 2021 3:27 pmNot working ? meaning crash ? Do you have some logs please ?
-
pohl4711
- Posts: 2954
- Joined: Sat Sep 03, 2011 7:25 am
- Location: Berlin, Germany
- Full name: Stefan Pohl
Re: Minic version 3
Noxr_a_y wrote: ↑Sun May 02, 2021 3:30 pmProbably a path with space inside ?pohl4711 wrote: ↑Sun May 02, 2021 3:28 pm"Net not accessible"xr_a_y wrote: ↑Sun May 02, 2021 3:27 pmNot working ? meaning crash ? Do you have some logs please ?
C:\Cutechess\nocturnal_nadir.bin
-
xr_a_y
- Posts: 1872
- Joined: Sat Nov 25, 2017 2:28 pm
- Location: France
Re: Minic version 3
Maybepohl4711 wrote: ↑Sun May 02, 2021 3:32 pmNoxr_a_y wrote: ↑Sun May 02, 2021 3:30 pmProbably a path with space inside ?pohl4711 wrote: ↑Sun May 02, 2021 3:28 pm"Net not accessible"xr_a_y wrote: ↑Sun May 02, 2021 3:27 pmNot working ? meaning crash ? Do you have some logs please ?
C:\Cutechess\nocturnal_nadir.bin
Code: Select all
C:/Cutechess/nocturnal_nadir.bin
Code: Select all
"File .......... is not accessible"
-
pohl4711
- Posts: 2954
- Joined: Sat Sep 03, 2011 7:25 am
- Location: Berlin, Germany
- Full name: Stefan Pohl
Re: Minic version 3
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)xr_a_y wrote: ↑Sun May 02, 2021 3:33 pmMaybepohl4711 wrote: ↑Sun May 02, 2021 3:32 pmNoxr_a_y wrote: ↑Sun May 02, 2021 3:30 pmProbably a path with space inside ?pohl4711 wrote: ↑Sun May 02, 2021 3:28 pm"Net not accessible"xr_a_y wrote: ↑Sun May 02, 2021 3:27 pmNot working ? meaning crash ? Do you have some logs please ?
C:\Cutechess\nocturnal_nadir.bin
Code: Select all
C:/Cutechess/nocturnal_nadir.bin
-
xr_a_y
- Posts: 1872
- Joined: Sat Nov 25, 2017 2:28 pm
- Location: France
Re: Minic version 3
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.pohl4711 wrote: ↑Sun May 02, 2021 3:36 pmOK, that works, but this is not a good solution...I copied the path from Windows Explorer with Drag & Drop (C:\Cutechess\nocturnal_nadir.bin)xr_a_y wrote: ↑Sun May 02, 2021 3:33 pmMaybepohl4711 wrote: ↑Sun May 02, 2021 3:32 pmNoxr_a_y wrote: ↑Sun May 02, 2021 3:30 pmProbably a path with space inside ?pohl4711 wrote: ↑Sun May 02, 2021 3:28 pm"Net not accessible"xr_a_y wrote: ↑Sun May 02, 2021 3:27 pmNot working ? meaning crash ? Do you have some logs please ?
C:\Cutechess\nocturnal_nadir.bin
Code: Select all
C:/Cutechess/nocturnal_nadir.bin
-
pohl4711
- Posts: 2954
- Joined: Sat Sep 03, 2011 7:25 am
- Location: Berlin, Germany
- Full name: Stefan Pohl
Re: Minic version 3
I just wanted to put out, that in Windows, the Path is written using Backslashes "\", so it is not a good idea to accept only "/" IMHO for a path in any program running in Windows. Confusing.xr_a_y wrote: ↑Sun May 02, 2021 3:43 pm
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.