https://bugs.winehq.org/show_bug.cgi?id=44025
Bug ID: 44025 Summary: A program works with X But Not with Mac Drivers Product: Wine Version: 2.21 Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: major Priority: P2 Component: winemac.drv Assignee: wine-bugs@winehq.org Reporter: stinga11@hotmail.com
Created attachment 59689 --> https://bugs.winehq.org/attachment.cgi?id=59689 LastRunX11
Im tried to run a program called Bias FX on MacOS with wine. If I try to use the MacOS drivers the program does not open, but nevertheless if I use the X driver The program Works flawless.
https://bugs.winehq.org/show_bug.cgi?id=44025
--- Comment #1 from Exzo stinga11@hotmail.com --- Created attachment 59690 --> https://bugs.winehq.org/attachment.cgi?id=59690 LastRunWine.log
https://bugs.winehq.org/show_bug.cgi?id=44025
--- Comment #2 from Ken Thomases ken@codeweavers.com ---
From log lines like these:
fixme:wgl:get_dc_pixel_format DC for window 0x20090 of other process: not implemented fixme:wgl:get_dc_pixel_format DC for window 0x20090 of other process: not implemented fixme:wgl:set_pixel_format DC for window 0x20090 of other process: not implemented err:d3d:context_create Failed to set pixel format 77 on device context 0x16004d.
It appears that this program attempts to use a cross-process window hierarchy.
The Mac driver does not currently implement that. It's a known limitation. It will take a lot of work to implement it.
https://bugs.winehq.org/show_bug.cgi?id=44025
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
https://bugs.winehq.org/show_bug.cgi?id=44025
--- Comment #3 from Exzo stinga11@hotmail.com --- What a pity. I would have liked the speed of the Mac OS X drivers. I will be aware of the future updates on the mac os x drivers. Thanks