@tobias
I can reproduce this bug in the compiled version, but not when I run software from sources. To fix this right now you can run main.exe as Administrator or, alternatively, put my modded distribution outside of C:\Program Files folder. I'll investigate what exactly causes this and why it doesn't happen on the official software.
Edit: I can reproduce it in Certabo 4.1 and Certabo 4.5 and my modded version. Running any version as administrator fixes this for me.
Edit 2: I know the reason of this behavior. To avoid this, edit game_settings.json and change this:
"_game_engine": {
...
"Debug Log File":"C:\\ProgramData\\stockfish.log"
},
"_analysis_engine": {
"Debug Log File:"C:\\ProgramData\\analysis-stockfish.log"
}
I will remove this parameter from the future distribution so it doesn't cause any more trouble 😉
The reason of this behavior was that stockfish.exe tried to create a log file inside C:\Program Files folder, which is prohibited in Windows, unless the program is being runnin with admin privileges.
@tobias
I can reproduce this bug in the compiled version, but not when I run software from sources. To fix this right now you can run main.exe as Administrator or, alternatively, put my modded distribution outside of C:\Program Files folder. I'll investigate what exactly causes this and why it doesn't happen on the official software.
Edit: I can reproduce it in Certabo 4.1 and Certabo 4.5 and my modded version. Running any version as administrator fixes this for me.
Edit 2: I know the reason of this behavior. To avoid this, edit game_settings.json and change this:
"_game_engine": {
...
"Debug Log File":"C:\\ProgramData\\stockfish.log"
},
"_analysis_engine": {
"Debug Log File:"C:\\ProgramData\\analysis-stockfish.log"
}
I will remove this parameter from the future distribution so it doesn't cause any more trouble 😉
The reason of this behavior was that stockfish.exe tried to create a log file inside C:\Program Files folder, which is prohibited in Windows, unless the program is being runnin with admin privileges.
tobias has reacted to this post.