http://bugs.winehq.org/show_bug.cgi?id=21477
Summary: Access violation in DSOUND_RecalcVolPan Product: Wine Version: 1.1.36 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-dsound AssignedTo: wine-bugs@winehq.org ReportedBy: ravenexp@gmail.com
Created an attachment (id=25862) --> (http://bugs.winehq.org/attachment.cgi?id=25862) Wine crash dump
DirectX game crashes at startup with the following error:
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x165c70,0x165b70): stub wine: Unhandled page fault on read access to 0xffffffff at address 0x7e8959a3 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0xffffffff in 32-bit code (0x7e8959a3). ... ... Backtrace: =>0 0x7e8959a3 DSOUND_RecalcVolPan+0xa3() in dsound (0x0032f8b0) 1 0x7e882cdb IDirectSoundBufferImpl_Create+0x44b() in dsound (0x0032f920) 2 0x7e88b4a0 DirectSoundDevice_CreateSoundBuffer+0x360() in dsound (0x0032fa00) 3 0x7e88bce7 in dsound (+0x1bce7) (0x0032fa50) 4 0x0043b47b in hana7 (+0x3b47b) (0x0000ac44) 0x7e8959a3 DSOUND_RecalcVolPan+0xa3 in dsound:
OS: Gentoo linux-2.6.31-r6 alsalib-1.0.21a
Crash dump attached.
http://bugs.winehq.org/show_bug.cgi?id=21477
--- Comment #1 from Sergey Kvachonok ravenexp@gmail.com 2010-01-24 10:22:46 --- Created an attachment (id=25864) --> (http://bugs.winehq.org/attachment.cgi?id=25864) dsound debug trace
WINEDEBUG='trace+dsound'
http://bugs.winehq.org/show_bug.cgi?id=21477
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2010-01-24 11:39:28 --- what's the name of this application?
http://bugs.winehq.org/show_bug.cgi?id=21477
--- Comment #3 from Austin English austinenglish@gmail.com 2010-01-24 13:20:50 --- =>0 0x7e8959a3 DSOUND_RecalcVolPan+0xa3() in dsound (0x0032f8b0) 1 0x7e882cdb IDirectSoundBufferImpl_Create+0x44b() in dsound (0x0032f920) 2 0x7e88b4a0 DirectSoundDevice_CreateSoundBuffer+0x360() in dsound (0x0032fa00)
Your backtrace needs debugging symbols.
http://bugs.winehq.org/show_bug.cgi?id=21477
Sergey Kvachonok ravenexp@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #25862|0 |1 is obsolete| |
--- Comment #4 from Sergey Kvachonok ravenexp@gmail.com 2010-01-25 12:53:57 --- Created an attachment (id=25886) --> (http://bugs.winehq.org/attachment.cgi?id=25886) Crash dump w/ symbols
http://bugs.winehq.org/show_bug.cgi?id=21477
--- Comment #5 from Sergey Kvachonok ravenexp@gmail.com 2010-01-25 13:05:05 --- (In reply to comment #2)
what's the name of this application?
Sono hanabira ni kuchidzuke wo 7. It's an H-game, and there really are 7 (or maybe 8) of them just in case you were wondering.
http://bugs.winehq.org/show_bug.cgi?id=21477
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Access violation in |Sono hanabira ni kuchidzuke |DSOUND_RecalcVolPan |wo 7 crashes at startup
http://bugs.winehq.org/show_bug.cgi?id=21477
--- Comment #6 from Austin English austinenglish@gmail.com 2010-12-17 15:42:35 CST --- Is this still an issue in current (1.3.9 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=21477
Sergey Kvachonok ravenexp@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #7 from Sergey Kvachonok ravenexp@gmail.com 2010-12-18 00:32:52 CST --- No, it was never problem with wine. The system was built with -mfpmath=sse (for Intel Atom), so gcc expects stack to be aligned on 16 byte boundary system-wide. Windows programs break that alignment, so it caused SSE unaligned access crashes in random places. Building wine with CFLAGS+=-mincoming-stack-boundary=2 fixed that.
http://bugs.winehq.org/show_bug.cgi?id=21477
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|directx-dsound |-unknown
--- Comment #8 from Jeff Zaroyko jeffz@jeffz.name 2010-12-18 01:33:09 CST --- Closing invalid.