Seer
Moderator: Ras
-
- Posts: 44194
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Re: Seer
I'm not a programmer, but an engine author had this to say:
It looks like a release build with asserts enabled though, even so he may gain extra speed by disabling the asserts and you wouldn't get that crash anymore.
It looks like a release build with asserts enabled though, even so he may gain extra speed by disabling the asserts and you wouldn't get that crash anymore.
gbanksnz at gmail.com
-
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: Seer
Code: Select all
...
Scheduling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510335.
Waiting for Seer 1.1 64-bit.
Eng01 (Seer 1.1 64-bit) <- id name Seer 1.1
nChessVariant(0) = 1, id name.
Cancelling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510350.
Eng01 (Seer 1.1 64-bit) <- id author C. McMonigle
Eng01 (Seer 1.1 64-bit) <- option name Clear Hash type button
Eng01 (Seer 1.1 64-bit) <- option name Threads type spin default 1 min 1 max 512
Eng01 (Seer 1.1 64-bit) <- option name Hash type spin default 128 min 1 max 65536
Eng01 (Seer 1.1 64-bit) <- option name Weights type string
Eng01 (Seer 1.1 64-bit) <- uciok
nChessVariant(0) = 1, uciok.
SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> setoption name Threads value 1
.
SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> setoption name Hash value 256
.
Total Physical Memory = 8183 MB.
Total Available Memory = 1533 MB.
Hash + TbCache to allocate for Seer 1.1 64-bit = 288 MB.
SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> isready
.
Scheduling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510413
...
-
- Posts: 44194
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Re: Seer
This was in the console window.Guenther wrote: ↑Sat Nov 14, 2020 8:58 amThe option with path/name of the Weights file never was sent to Seer, only hash and threads.Code: Select all
... Scheduling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510335. Waiting for Seer 1.1 64-bit. Eng01 (Seer 1.1 64-bit) <- id name Seer 1.1 nChessVariant(0) = 1, id name. Cancelling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510350. Eng01 (Seer 1.1 64-bit) <- id author C. McMonigle Eng01 (Seer 1.1 64-bit) <- option name Clear Hash type button Eng01 (Seer 1.1 64-bit) <- option name Threads type spin default 1 min 1 max 512 Eng01 (Seer 1.1 64-bit) <- option name Hash type spin default 128 min 1 max 65536 Eng01 (Seer 1.1 64-bit) <- option name Weights type string Eng01 (Seer 1.1 64-bit) <- uciok nChessVariant(0) = 1, uciok. SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> setoption name Threads value 1 . SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> setoption name Hash value 256 . Total Physical Memory = 8183 MB. Total Available Memory = 1533 MB. Hash + TbCache to allocate for Seer 1.1 64-bit = 288 MB. SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> isready . Scheduling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510413 ...
With most engines, you would set this up in engine parameters when installing (as I did).
Perhaps Seer doesn't like ChessGUI.
gbanksnz at gmail.com
-
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: Seer
I don't understand what you mean? The snippet above is from your log.Graham Banks wrote: ↑Sat Nov 14, 2020 9:01 amThis was in the console window.Guenther wrote: ↑Sat Nov 14, 2020 8:58 amThe option with path/name of the Weights file never was sent to Seer, only hash and threads.Code: Select all
... Scheduling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510335. Waiting for Seer 1.1 64-bit. Eng01 (Seer 1.1 64-bit) <- id name Seer 1.1 nChessVariant(0) = 1, id name. Cancelling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510350. Eng01 (Seer 1.1 64-bit) <- id author C. McMonigle Eng01 (Seer 1.1 64-bit) <- option name Clear Hash type button Eng01 (Seer 1.1 64-bit) <- option name Threads type spin default 1 min 1 max 512 Eng01 (Seer 1.1 64-bit) <- option name Hash type spin default 128 min 1 max 65536 Eng01 (Seer 1.1 64-bit) <- option name Weights type string Eng01 (Seer 1.1 64-bit) <- uciok nChessVariant(0) = 1, uciok. SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> setoption name Threads value 1 . SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> setoption name Hash value 256 . Total Physical Memory = 8183 MB. Total Available Memory = 1533 MB. Hash + TbCache to allocate for Seer 1.1 64-bit = 288 MB. SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> isready . Scheduling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510413 ...
With most engines, you would set this up in engine parameters when installing (as I did).
Perhaps Seer doesn't like ChessGUI.
It is of no relevance how the setting was set in your GUI, but it be must be sent.
The log shows no traces that the setting ever arrived at Seer.
It should show this at any point before the game had started:
Code: Select all
Eng01 (Seer 1.1 64-bit) -> setoption name Weights value ($YourPath)save.bin
I suggest to Connor to throw an error message, if the Weights file was not found.
Too much people have already shown problems with loading it.
Last edited by Guenther on Sat Nov 14, 2020 9:30 am, edited 2 times in total.
-
- Posts: 44194
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Re: Seer
That snippet is not when it is open in ChessGUI, only a console window when doubleclicking on the engine exe.Guenther wrote: ↑Sat Nov 14, 2020 9:26 amI don't understand what you mean? The snippet above is from your log.Graham Banks wrote: ↑Sat Nov 14, 2020 9:01 amThis was in the console window.Guenther wrote: ↑Sat Nov 14, 2020 8:58 amThe option with path/name of the Weights file never was sent to Seer, only hash and threads.Code: Select all
... Scheduling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510335. Waiting for Seer 1.1 64-bit. Eng01 (Seer 1.1 64-bit) <- id name Seer 1.1 nChessVariant(0) = 1, id name. Cancelling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510350. Eng01 (Seer 1.1 64-bit) <- id author C. McMonigle Eng01 (Seer 1.1 64-bit) <- option name Clear Hash type button Eng01 (Seer 1.1 64-bit) <- option name Threads type spin default 1 min 1 max 512 Eng01 (Seer 1.1 64-bit) <- option name Hash type spin default 128 min 1 max 65536 Eng01 (Seer 1.1 64-bit) <- option name Weights type string Eng01 (Seer 1.1 64-bit) <- uciok nChessVariant(0) = 1, uciok. SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> setoption name Threads value 1 . SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> setoption name Hash value 256 . Total Physical Memory = 8183 MB. Total Available Memory = 1533 MB. Hash + TbCache to allocate for Seer 1.1 64-bit = 288 MB. SendToEng1Time 0000000342510413 : Eng01 (Seer 1.1 64-bit) -> isready . Scheduling StartEngineTimerEvent() for Seer 1.1 64-bit at 0000000342510413 ...
With most engines, you would set this up in engine parameters when installing (as I did).
Perhaps Seer doesn't like ChessGUI.
It is of no relevance how the setting was set in your GUI, but it be must be sent.
The log shows no traces that the setting ever arrived at Seer.
It should show at any point before the game had started this:Code: Select all
Eng01 (Seer 1.1 64-bit) -> setoption name Weights value ($YourPath)save.bin
Must be a communication problem between the engine and ChessGUI.
Perhaps somebody else who uses ChessGUI can confirm.
gbanksnz at gmail.com
-
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: Seer
Well, what is your setting in ChessGUI for the Weights file and how does it look?Graham Banks wrote: ↑Sat Nov 14, 2020 9:28 am
Must be a communication problem between the engine and ChessGUI.
Perhaps somebody else who uses ChessGUI can confirm.
-
- Posts: 44194
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Re: Seer
Guenther wrote: ↑Sat Nov 14, 2020 9:33 amWell, what is your setting in ChessGUI for the Weights file and how does it look?Graham Banks wrote: ↑Sat Nov 14, 2020 9:28 am
Must be a communication problem between the engine and ChessGUI.
Perhaps somebody else who uses ChessGUI can confirm.


gbanksnz at gmail.com