https://bugs.winehq.org/show_bug.cgi?id=44457
Bug ID: 44457 Summary: Error window when leaving hearstone. Product: Wine Version: 3.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: maxi.cass11@gmail.com Distribution: ---
Created attachment 60397 --> https://bugs.winehq.org/attachment.cgi?id=60397 crashDump wine-3.0
When you leave the game wine display an error window and print this in the terminal: 03f1:fixme:win:UnregisterDeviceNotification (handle=0xcafeaffe), STUB! wine: Unhandled page fault on read access to 0x0197a850 at address 0x68b371 (thread 03f1), starting debugger...
https://bugs.winehq.org/show_bug.cgi?id=44457
Amosar maxi.cass11@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint
https://bugs.winehq.org/show_bug.cgi?id=44457
Adrian Petrescu apetresc@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |apetresc@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=44457
Maciej Stanczew maciej.stanczew+b@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maciej.stanczew+b@gmail.com
--- Comment #1 from Maciej Stanczew maciej.stanczew+b@gmail.com --- This only happens if the game is forced to use DX9 (by specifying -force-d3d9 in command line parameters). However without forcing DX9 the game will not display anything (just black screen), so it's not usable that way.
https://bugs.winehq.org/show_bug.cgi?id=44457
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Summary|Error window when leaving |Hearthstone crashes on exit |hearstone. |in d3d9 mode
--- Comment #2 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Maciej Stanczew from comment #1)
This only happens if the game is forced to use DX9 (by specifying -force-d3d9 in command line parameters).
I can confirm that.
However without forcing DX9 the game will not display anything (just black screen), so it's not usable that way.
FTR that's bug 39754, hacking out the early return from wined3d_device_resolve_sub_resource() makes the game display correctly.
https://bugs.winehq.org/show_bug.cgi?id=44457
--- Comment #3 from Maciej Stanczew maciej.stanczew+b@gmail.com --- (In reply to Matteo Bruni from comment #2)
FTR that's bug 39754, hacking out the early return from wined3d_device_resolve_sub_resource() makes the game display correctly.
Good to know. Should this bug be marked as duplicate then?
One more piece of information for anyone interested: running the game with DXVK produces working display (no black screen), and there is no crash after exit.
https://bugs.winehq.org/show_bug.cgi?id=44457
--- Comment #4 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Maciej Stanczew from comment #3)
(In reply to Matteo Bruni from comment #2)
FTR that's bug 39754, hacking out the early return from wined3d_device_resolve_sub_resource() makes the game display correctly.
Good to know. Should this bug be marked as duplicate then?
Well, no, this bug is about the crash on exit in d3d9 mode (as in the bug summary). Still, it might be invalid, if the same crash happens on Windows when the game is run with -force-d3d9.
https://bugs.winehq.org/show_bug.cgi?id=44457
--- Comment #5 from Maciej Stanczew maciej.stanczew+b@gmail.com --- (In reply to Matteo Bruni from comment #4)
Well, no, this bug is about the crash on exit in d3d9 mode (as in the bug summary).
Sorry, I was not thinking straight.
Still, it might be invalid, if the same crash happens on Windows when the game is run with -force-d3d9.
I don't think it does, at least it did not a couple of months ago (when crashes on Wine started occuring). But I'll try to check it on weekend if I get access to a Windows machine.
https://bugs.winehq.org/show_bug.cgi?id=44457
zzzzzyzz@hacari.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzzzzyzz@hacari.org
https://bugs.winehq.org/show_bug.cgi?id=44457
--- Comment #6 from Maciej Stanczew maciej.stanczew+b@gmail.com --- Well, it turns out it also crashes on Windows. Seems to be the same crash -- right after quitting the game, and only happening when -force-d3d9 is used. I attached a screenshot; if anyone knows how to get a crashdump, I could try that too.
https://bugs.winehq.org/show_bug.cgi?id=44457
--- Comment #7 from Maciej Stanczew maciej.stanczew+b@gmail.com --- Created attachment 61986 --> https://bugs.winehq.org/attachment.cgi?id=61986 Hearthstone crash on Windows 10 with DX9
https://bugs.winehq.org/show_bug.cgi?id=44457
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED
--- Comment #8 from Matteo Bruni matteo.mystral@gmail.com --- (In reply to Maciej Stanczew from comment #6)
Well, it turns out it also crashes on Windows. Seems to be the same crash -- right after quitting the game, and only happening when -force-d3d9 is used.
Thanks, looks like an application bug. We can close this bug as INVALID then.
https://bugs.winehq.org/show_bug.cgi?id=44457
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Status|RESOLVED |CLOSED
--- Comment #9 from André H. nerv@dawncrow.de --- closing invalid