https://bugs.winehq.org/show_bug.cgi?id=48852
Bug ID: 48852 Summary: quartz crashes with Magic The Gathering: Online Product: Wine Version: 4.9 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: quartz Assignee: wine-bugs@winehq.org Reporter: panard@inzenet.org Distribution: ---
Created attachment 66776 --> https://bugs.winehq.org/attachment.cgi?id=66776 WINEDEBUG=+quartz,+wmp
Since the March 25, 2020 update of Magic Online client, quartz regularly crashes in PullPin_Disconnect, whereas the following configuration is used:
winetricks sound=disabled winegstreamer=disabled
Attached is the backtrace, a +quartz,+wmp trace, and the wav file it was playing. Relevant errors seem to be around: 0073:err:quartz:BaseMemAllocator_Commit fnAlloc failed with error 0x8004020e 0073:warn:quartz:FilterGraph2_Render Unable to connect L"Wave Parser" to renderer (80040207)
Then the crash occurs within PullPin_Disconnect because This->pAlloc is NULL.