https://bugs.winehq.org/show_bug.cgi?id=39838
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to Devin B. from comment #2)
It helps, but now it crashes right after calling GetConsoleScreenBufferInfoEx because SetConsoleScreenBufferInfoEx is unimplemented.
I tried to do the same with this method but unfortunately nothing has changed so I did something wrong.
I've uploaded a new patch with both stubs, could you give that a try, please?
I hope this is the last unimplemented function that prevents the server from running
You can use winedump to check: winedump -j import foo.exe
Look under kernel32 to see what's imported, and make sure that kernel32.spec has 'stdcall' for it. Of course there could be other stubs needed in other DLLs, but those should be new bugs if there are any ;).