[Bug 39838] Wreckfest Server: Crashes at startup, unimplemented function KERNEL32.dll.GetConsoleScreenBufferInfoEx & SetConsoleScreenBufferInfoEx

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Dec 26 22:02:22 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=39838

--- Comment #4 from Austin English <austinenglish at 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 ;).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list