[ x ] that I haven't found an existing compatibility report for this game.
[ x ] that I have checked whether there are updates for my system available.
Symptoms
When using named pipes with win32file.SetFilePointer() (which is a standard win32 api call) in python compiled via Pyinstaller, it fails with pywintypes.error: (66, 'SetFilePointer', 'Bad device type.'). This works fine in Windows 10 and fails in Proton.
Compatibility Report
System Information
I confirm:
Symptoms
When using named pipes with win32file.SetFilePointer() (which is a standard win32 api call) in python compiled via Pyinstaller, it fails with
pywintypes.error: (66, 'SetFilePointer', 'Bad device type.'). This works fine in Windows 10 and fails in Proton.Reproduction