[Bug 46549] PUBG Lite Launcher crash

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 29 18:02:25 CST 2019


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

--- Comment #3 from Zebediah Figura <z.figura12 at gmail.com> ---
Interesting. I guess the difference is attributable to our missing
implementation of __CxxExceptionFilter on x86_64, so maybe the crash is due to
code after that that should not run.

The most interesting thing that happens in the log before the exception is
thrown seems to be a call to HttpCreateServerSession(), which is unimplemented
in Wine. It may be worth trying to return success and see if that helps, though
it may take extended debugging as other parts of httpapi are used.

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