<div dir="ltr">Hi<br><br>I receive periodically the following error popup window when I use wine apps:<br>"Audio Reset Failed: Access violation at address 7BC503AA in module 'ntdll.dll'. Write of address F818611C"<br>
<br>The message is the same every time. Even the addresses 7BC503AA and 7BC503AA are the same.<br><br>When it occurs the audio hangs up and only the restart of the wine application helps.<br>I use 64-bit Arch Linux and run 32 bit wine applications.<br>
Wine version is wine 1.7.14-1 (32 bit).<br><br>The /proc/<wine app's PID>/maps is as follows. I can see that memroy region ffbd0000-ffbf0000 is not writtable and the memory region 7bc10000-7bc11000 is most likely BSS.<br>
7bc00000-7bc10000 r-xp 00000000 08:02 15345278�������������������������� /usr/lib32/wine/<a href="http://ntdll.dll.so">ntdll.dll.so</a><br>7bc10000-7bc11000 r-xp 00000000 00:00 0 <br>7bc11000-7bcc6000 r-xp 00011000 08:02 15345278�������������������������� /usr/lib32/wine/<a href="http://ntdll.dll.so">ntdll.dll.so</a><br>
7bcc6000-7bcc7000 r--p 000c5000 08:02 15345278�������������������������� /usr/lib32/wine/<a href="http://ntdll.dll.so">ntdll.dll.so</a><br>7bcc7000-7bcd1000 rwxp 000c6000 08:02 15345278�������������������������� /usr/lib32/wine/<a href="http://ntdll.dll.so">ntdll.dll.so</a><br>
<br>f7747000-f7748000 r-xp 00000000 00:00 0��������������������������������� [vdso]<br>f7750000-ffba0000 ---p 00000000 00:00 0 <br>ffba8000-ffbc9000 rw-p 00000000 00:00 0 <br>ffbd0000-ffbf0000 ---p 00000000 00:00 0 <br>ffbf0000-ffff0000 rwxp 00000000 00:00 0 <br>
<br>wine.log is as follows:<br>fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}<br>fixme:ole:CoResumeClassObjects stub<br>err:ole:CoGetClassObject class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered<br>
err:ole:create_server class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered<br>err:ole:CoGetClassObject no class object {a910187f-0c7a-45ac-92cc-59edafb77b53} could be created for context 0x5<br><br>dmesg sound related entries are:<br>
snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X<br>input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8<br>input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7<br>
input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6<br>input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5<br><br>lsmod sound related entries are:<br>snd_hda_codec_analog���� 9307� 1 <br>
snd_hda_intel��������� 37352� 0 <br>snd_hda_codec�������� 150017� 2 snd_hda_intel,snd_hda_codec_analog<br>snd_hwdep�������������� 6332� 1 snd_hda_codec<br>snd_pcm��������������� 77822� 2 snd_hda_codec,snd_hda_intel<br>snd_page_alloc��������� 7298� 2 snd_pcm,snd_hda_intel<br>
snd_timer������������� 18718� 1 snd_pcm<br>snd������������������� 59029� 6 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel,snd_hda_codec_analog<br>soundcore�������������� 5418� 1 snd<br><br>I use alsa only (no pulse audio).<br>
Do you have any ideas how to solve this issue.<br>I tried to use all possible sound outputs in winecfg but nothing helps.<br><br>Thanks in advance.<br><br></div>