http://bugs.winehq.org/show_bug.cgi?id=16409
Summary: Ableton Live 7.0.12 crashes on startup Product: Wine Version: 1.1.10 Platform: Other URL: http://www.ableton.com/pages/downloads/trial OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: directx-dsound AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
I saw this plea: http://www.kvraudio.com/forum/viewtopic.php?p=3286380 so I tried Ableton again, this time on Ubuntu Intrepid on my Compaq r3000. Sadly, it crashes on startup. In winedbg, the crash looks like this:
First chance exception: page fault on read access to 0x00000000 in 32-bit code (0x7e4444a7). Backtrace: =>1 0x7e4444a7 IDirectSoundCaptureBufferImpl_GetCurrentPosition+0x1b7(iface=0x1b4648, lpdwCapturePosition=(nil), lpdwReadPosition=0x33f3c0) [dlls/dsound/capture.c:931] in dsound (0x0033f3a4) 2 0x00cdd628 in live 7.0.12 (+0x8dd628) (0x0033f3c4) ... 0x7e4444a7 IDirectSoundCaptureBufferImpl_GetCurrentPosition+0x1b7 [/home/dank/wine-git/dlls/dsound/capture.c:931] in dsound: movl 0x0(%eax),%ecx 931 pos = (DWORD_PTR)This->device->pwave[This->device->index].lpData - (DWORD_PTR)This->device->buffer;