[Bug 43187] OriginWebHelperService.exe crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 8 07:36:21 CST 2017


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

Bernhard Übelacker <bernhardu at mailbox.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernhardu at mailbox.org

--- Comment #1 from Bernhard Übelacker <bernhardu at mailbox.org> ---
Created attachment 59645
  --> https://bugs.winehq.org/attachment.cgi?id=59645
Details on the crash and parts of related Qt sources.

It looks like Origin makers decided to use a QGuiApplication in this service.
As a result it queries available monitors via EnumDisplayMonitors.
Because this runs as a service this is routed to nulldrv_EnumDisplayMonitors
which just returns false without calling the callback.
Therefore Qt's screen_list never gets filled and later a call to
QGuiApplication::primaryScreen()->handle() leads to the crash because
primaryScreen() returns null.

-- 
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