We now get this error: [code] The application asks for a console size of 120x36. I was able to work around this by setting the default console buffer size in the registry. It seems to still have trouble setting the corre...
Reporting for 4.11: still the same (first 9M of the log only here, hidden symbols present) [steam2-1098840.log](https://github.com/ValveSoftware/Proton/files/3479474/steam2-1098840.log)
I've just been informed that Proton starts programs through its own steam.exe which uses CreateProcess. In theory, all we have to do is set the CREATE_NEW_CONSOLE flag when calling CreateProcess.
Normally, when starting a program with CreateProcess or ShellExecute and using the appropriate flags, a console would be created automatically for console executables. Unfortunately, that's not possible when using the 'w...