[Bug 37574] Everyday Shooter -- crackling/popping sound

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 17 11:14:41 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=37574

--- Comment #4 from Alex <axfelix at gmail.com> ---
Hm, attempting to follow the guidelines from
https://www.winehq.org/docs/winedev-guide/dbg-control

by doing:

$ $ mknod /tmp/wine_debug_pipe
pWINEDEBUG=+tid,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa,+coreaudio
wine "/home/axfelix/.wine/drive_c/Program Files/Everyday Shooter/game.exe"
&>/tmp/wine_debug_pipe

then, in another shell, $ cat /tmp/wine_debug_pipe

it appears to be pagefaulting on me:

$ cat /tmp/wine_debug_pipe
0018:fixme:ntoskrnl:KeInitializeSpinLock stub: 0x1462740
0018:fixme:ntoskrnl:KeInitializeSpinLock stub: 0x146273c
0018:fixme:ntoskrnl:KeInitializeSpinLock stub: 0x1462744
0018:fixme:ntoskrnl:KeInitializeSpinLock stub: 0x1462748
0018:fixme:ntoskrnl:KeInitializeSpinLock stub: 0x146274c
0018:fixme:ntoskrnl:KeInitializeMutex stub: 0x154c49c, 1
0018:fixme:ntoskrnl:KeInitializeEvent stub: 0x146272c 1 0
0018:fixme:ntoskrnl:IoInitializeTimer stub: 0x1460020, 0x134c3d0, 0x1460020
0018:fixme:ntoskrnl:IoStartTimer stub: 0x1460020
001b:fixme:ntoskrnl:KeWaitForSingleObject stub: 0x146272c, 0, 0, 0, (nil)
001b:fixme:ntoskrnl:PsTerminateSystemThread stub: 0
001f:fixme:ntoskrnl:ExInitializeResourceLite stub: 0x1125d2
001f:fixme:ntoskrnl:KeInitializeSpinLock stub: 0x11262a
001f:fixme:ntoskrnl:KeInitializeSpinLock stub: 0x112636
001f:fixme:ntoskrnl:KeInitializeEvent stub: 0x11263e 1 1
001f:fixme:ntoskrnl:KeInitializeSpinLock stub: 0x11264e
001f:fixme:ntoskrnl:KeInitializeSpinLock stub: 0x11261e
001f:fixme:ntoskrnl:ExInitializeZone stub: 0x11260e, 192, 0x1129a8, 24584
0021:fixme:heap:HeapSetInformation (nil) 1 (nil) 0
0021:fixme:process:SetProcessDEPPolicy (1): stub
0021:fixme:heap:HeapSetInformation (nil) 1 (nil) 0
0027:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial
stub.
0009:trace:winmm:DllMain 0x7ead0000 0x1 0x1
0009:trace:msacm:DllMain 0x7efe0000 0x1 0x1
0009:trace:msacm:MSACM_RegisterDriver (L"msacm.imaadpcm", L"imaadp32.acm",
(nil))
0009:trace:msacm:MSACM_RegisterDriver (L"msacm.msadpcm", L"msadp32.acm", (nil))
0009:trace:msacm:MSACM_RegisterDriver (L"msacm.msg711", L"msg711.acm", (nil))
0009:trace:msacm:MSACM_RegisterDriver (L"msacm.winemp3", L"winemp3.acm", (nil))
0009:trace:msacm:MSACM_RegisterDriver (L"msacm.msgsm610", L"msgsm32.acm",
(nil))
0009:trace:msacm:MSACM_ReorderDriversByPriority 
0009:trace:msacm:MSACM_ReorderDriversByPriority RegOpenKeyW failed, possibly
key does not exist yet
0009:trace:msacm:MSACM_RegisterDriver (L"msacm32.dll", L"msacm32.dll", (nil))
wine: Unhandled page fault on read access to 0x00000000 at address (nil)
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00000000).

It runs normally otherwise. Any ideas why this is happening?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list