Sude: bin_ship/DAOrigins.exe has ProcessAffinityMask set to 3 in load configuration section of the exe
To fix the affinity issue change ProcessAffinityMask to 0 in the exe
Get
PE-bear Open "bin_ship/DAOrigins.exe" in PE-bear
Go to "LoadConfig" tab and change ProcessAffinityMask to 0
Right click on DAOrigins.exe on the left side view and select "Save the executable as..." and overwrite the original exe
Sude: Alternative method with hex editor
Open "bin_ship/DAOrigins.exe" in hex editor
Go to offset 75a130 (offset was determined using PE-bear)
Change "03 00 00 00" into "00 00 00 00" and save changes
Thanks for this! It fixed various crashing issues I was having even with no mods. I hope GOG does this to the executable soon.