https://bugs.winehq.org/show_bug.cgi?id=53791
Bug ID: 53791 Summary: WOW Player. Formerly Sky Ticket. Fatal Error Product: Wine Version: 7.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: stephanlauermann1@web.de Distribution: ---
Created attachment 73283 --> https://bugs.winehq.org/attachment.cgi?id=73283 backtrace
when i start the WOW app https://www.wowtv.de/hilfe/artikel/installieren, after a short time it comes: "Fatal error". wine 7.0 under Debian 11. attached the backtrace.txt and a screenshot
https://bugs.winehq.org/show_bug.cgi?id=53791
--- Comment #1 from stephanlauermann1@web.de --- Created attachment 73284 --> https://bugs.winehq.org/attachment.cgi?id=73284 Fatal Error
https://bugs.winehq.org/show_bug.cgi?id=53791
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maiktapwagner@aol.com
--- Comment #2 from Maik Wagner maiktapwagner@aol.com --- Created attachment 73285 --> https://bugs.winehq.org/attachment.cgi?id=73285 Console output (wine-7.18 on Slackware64/Multilib)
Confirming in wine7.18 on Slackware.
https://bugs.winehq.org/show_bug.cgi?id=53791
--- Comment #3 from Maik Wagner maiktapwagner@aol.com --- Created attachment 73286 --> https://bugs.winehq.org/attachment.cgi?id=73286 Console output (wine-7.18 on Slackware64/Multilib)
Adding console output for Slackware and wine 7.18
https://bugs.winehq.org/show_bug.cgi?id=53791
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #73285|0 |1 is obsolete| |
--- Comment #4 from Maik Wagner maiktapwagner@aol.com --- Created attachment 73287 --> https://bugs.winehq.org/attachment.cgi?id=73287 Backtrace 7.18 (Slackware 15.0)
https://bugs.winehq.org/show_bug.cgi?id=53791
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox.xerox2000x@gmail.com Ever confirmed|0 |1
--- Comment #5 from Louis Lenders xerox.xerox2000x@gmail.com --- Confirming. The crash can be worked-around with the usual 'winetricks -q arial d3dcompiler_47'
But then the upcoming window says 'error 20000'. After playing a bit with dlls it loads I found that I could get around that by disabling sspicli.dll (WINEDLLOVERRIDES=sspicli=d wine WOW.exe) but also by hiding export in sspicli like in a hack below. Maybe it follows different codepath then; might be a bug in secur32?
Anyway, i suggest to target bugreport for this issue as the "arial d3dcompiler_47" stuff is already covered by other bugreports
hack: diff --git a/dlls/sspicli/sspicli.spec b/dlls/sspicli/sspicli.spec index c3b784bcfdd..6c4acd150cf 100644 --- a/dlls/sspicli/sspicli.spec +++ b/dlls/sspicli/sspicli.spec @@ -22,7 +22,7 @@ @ stdcall FreeContextBuffer(ptr) secur32.FreeContextBuffer @ stdcall FreeCredentialsHandle(ptr) secur32.FreeCredentialsHandle @ stub GetSecurityUserInfo -@ stdcall GetUserNameExA(long ptr ptr) secur32.GetUserNameExA +#@ stdcall GetUserNameExA(long ptr ptr) secur32.GetUserNameExA @ stdcall GetUserNameExW(long ptr ptr) secur32.GetUserNameExW @ stdcall ImpersonateSecurityContext(ptr) secur32.ImpersonateSecurityContext @ stdcall ImportSecurityContextA(str ptr ptr ptr) secur32.ImportSecurityContextA