https://bugs.winehq.org/show_bug.cgi?id=47620
Bug ID: 47620 Summary: unimplemented function KERNEL32.dll.GetCurrentConsoleFontEx Product: Wine Version: 4.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: davidmanuel1993@hotmail.com Distribution: ---
Created attachment 65051 --> https://bugs.winehq.org/attachment.cgi?id=65051 log of error
When running a console program, wine crashes with:
unimplemented function KERNEL32.dll.GetCurrentConsoleFontEx
Full log in attachment.
https://bugs.winehq.org/show_bug.cgi?id=47620
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Assignee|wine-bugs@winehq.org |gijsvrm@gmail.com
--- Comment #1 from Gijs Vermeulen gijsvrm@gmail.com --- I have a patch for this in the works.
https://bugs.winehq.org/show_bug.cgi?id=47620
Esdras Tarsis esdrastarsis@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |esdrastarsis@gmail.com
--- Comment #2 from Esdras Tarsis esdrastarsis@gmail.com --- (In reply to David G from comment #0)
Created attachment 65051 [details] log of error
When running a console program, wine crashes with:
unimplemented function KERNEL32.dll.GetCurrentConsoleFontEx
Full log in attachment.
Could you give more details on how to reproduce this issue?
https://bugs.winehq.org/show_bug.cgi?id=47620
--- Comment #3 from David G davidmanuel1993@hotmail.com --- (In reply to Esdras Tarsis from comment #2)
Could you give more details on how to reproduce this issue?
Sure. Compile the following program and try to run it with Wine. I compiled it with MinGW.
https://bugs.winehq.org/show_bug.cgi?id=47620
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|gijsvrm@gmail.com |wine-bugs@winehq.org Keywords| |source Resolution|--- |FIXED Fixed by SHA1| |ec810c84ab906f22dc0d00e52ab | |1a77c9932aaa4 Status|NEW |RESOLVED
--- Comment #4 from Gijs Vermeulen gijsvrm@gmail.com --- Sorry for the delay, fixed by: https://source.winehq.org/git/wine.git/commit/ec810c84ab906f22dc0d00e52ab1a77c9932aaa4
However, your program won't fully function, because SetCurrentConsoleFontEx is only a stub. That deserves its own bug though.
https://bugs.winehq.org/show_bug.cgi?id=47620
--- Comment #5 from David G davidmanuel1993@hotmail.com --- Thank you for your time Mr. Gijs Vermeulen. Should I open a new bug report for SetCurrentConsoleFontEx, or will you take care of it?
https://bugs.winehq.org/show_bug.cgi?id=47620
--- Comment #6 from Gijs Vermeulen gijsvrm@gmail.com --- (In reply to David G from comment #5)
Thank you for your time Mr. Gijs Vermeulen. Should I open a new bug report for SetCurrentConsoleFontEx, or will you take care of it?
Would be nice if you could open a new one, thanks!
https://bugs.winehq.org/show_bug.cgi?id=47620
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.21.