[Bug 21477] New: Access violation in DSOUND_RecalcVolPan
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(a)winehq.org ReportedBy: ravenexp(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=21477 --- Comment #1 from Sergey Kvachonok <ravenexp(a)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' -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=21477 --- Comment #2 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-24 11:39:28 --- what's the name of this application? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=21477 --- Comment #3 from Austin English <austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=21477 Sergey Kvachonok <ravenexp(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25862|0 |1 is obsolete| | --- Comment #4 from Sergey Kvachonok <ravenexp(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=21477 --- Comment #5 from Sergey Kvachonok <ravenexp(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=21477 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Access violation in |Sono hanabira ni kuchidzuke |DSOUND_RecalcVolPan |wo 7 crashes at startup -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=21477 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2010-12-17 15:42:35 CST --- Is this still an issue in current (1.3.9 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=21477 Sergey Kvachonok <ravenexp(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #7 from Sergey Kvachonok <ravenexp(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=21477 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|directx-dsound |-unknown --- Comment #8 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-12-18 01:33:09 CST --- Closing invalid. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
participants (1)
-
wine-bugs@winehq.org