Posted June 24, 2023
Note: Tested only with CoJ - Gunslinger
Didn't see a topic about this yet. It would appear this game fails to handle a system environment with more than 6 or so CPU threads available. Begins loading in the background but never starts. Had the same problem, but forcing the EXE to only run on CPU 0 and 1 appears to do the trick. Since there's no way to permanently set CPU Core Affinity in the task manager, I made myself a shortcut:
%ComSpec% /c start "" /high /affinity 3 "path to the EXE"
You may also have to run the EXE as an administrator. Hope this helps!
Didn't see a topic about this yet. It would appear this game fails to handle a system environment with more than 6 or so CPU threads available. Begins loading in the background but never starts. Had the same problem, but forcing the EXE to only run on CPU 0 and 1 appears to do the trick. Since there's no way to permanently set CPU Core Affinity in the task manager, I made myself a shortcut:
%ComSpec% /c start "" /high /affinity 3 "path to the EXE"
You may also have to run the EXE as an administrator. Hope this helps!
Post edited June 24, 2023 by neclink28