Hi
I receive periodically the following error popup window: "Audio Reset Failed: Access violation at address 7BC503AA in module 'ntdll.dll'. Write of address F818611C"
The message is the same every time. Even the addresses 7BC503AA and 7BC503AA are the same.
When it occurs the audio hangs up and only the restart of the wine application helps. I use 64-bit Arch Linux and run 32 bit wine applications. Wine version is wine 1.7.14-1 (32 bit).
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. 7bc00000-7bc10000 r-xp 00000000 08:02 15345278 /usr/lib32/wine/ntdll.dll.so 7bc10000-7bc11000 r-xp 00000000 00:00 0 7bc11000-7bcc6000 r-xp 00011000 08:02 15345278 /usr/lib32/wine/ntdll.dll.so 7bcc6000-7bcc7000 r--p 000c5000 08:02 15345278 /usr/lib32/wine/ntdll.dll.so 7bcc7000-7bcd1000 rwxp 000c6000 08:02 15345278 /usr/lib32/wine/ntdll.dll.so
f7747000-f7748000 r-xp 00000000 00:00 0 [vdso] f7750000-ffba0000 ---p 00000000 00:00 0 ffba8000-ffbc9000 rw-p 00000000 00:00 0 ffbd0000-ffbf0000 ---p 00000000 00:00 0 ffbf0000-ffff0000 rwxp 00000000 00:00 0
wine.log is as follows: fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} fixme:ole:CoResumeClassObjects stub err:ole:CoGetClassObject class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered err:ole:create_server class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered err:ole:CoGetClassObject no class object {a910187f-0c7a-45ac-92cc-59edafb77b53} could be created for context 0x5
dmesg sound related entries are: snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
lsmod sound related entries are: snd_hda_codec_analog 9307 1 snd_hda_intel 37352 0 snd_hda_codec 150017 2 snd_hda_intel,snd_hda_codec_analog snd_hwdep 6332 1 snd_hda_codec snd_pcm 77822 2 snd_hda_codec,snd_hda_intel snd_page_alloc 7298 2 snd_pcm,snd_hda_intel snd_timer 18718 1 snd_pcm snd 59029 6 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel,snd_hda_codec_analog soundcore 5418 1 snd
I use alsa only (no pulse audio). Do you have any ideas how to solve this issue. I tried to use all possible sound outputs in winecfg but nothing helps.
Thanks in advance.
On Thu, Apr 10, 2014 at 12:00:04PM +0200, Pawel Por wrote:
I receive periodically the following error popup window: "Audio Reset Failed: Access violation at address 7BC503AA in module 'ntdll.dll'. Write of address F818611C"
What is displaying this message? Wine itself does not contain the message "Audio Reset Failed."
When it occurs the audio hangs up and only the restart of the wine application helps.
There is a list of sound-related debug log channels at http://wiki.winehq.org/Sound. Getting a debug log with those channels set could give us a clue as to what's going wrong.
You might consider opening a bug to keep track of this.
Andrew