brynedwards: Hi everyone, I had this issue and setting the process affinity to use a single CPU seems to have fixed it for me.
For some silly reason I can't post links, but if you search Google for "windows 10 set processor affinity permanently" you should find some instructions. Here is how to set it with a shortcut:
- Right click on your desktop and select "New" then "Shortcut".
- In the location box, enter:
cmd.exe /c start "Titanic" /affinity 1 "<path to TI.EXE>"
For example, mine is:
cmd.exe /c start "Titanic" /affinity 1 "D:\Games\Titanic Adventure Out of Time\TI.EXE"
Then click "Next" and name your shortcut "Titanic" or whatever you like.
If you're using any Windows compatibility mode features, you'll have to right click on the shortcut and choose "Run as administrator" or it won't actually set the affinity. I turned the compability features off and it still works fine.
Thank you so much! This fixed the issue for me as well! I didn't even think of this so you saved me a lot of time!