dsound: Disable property sets if hardware doesn't support it

2007-07-04 Thread Maarten Lankhorst
2007/7/4, Robert Reif [EMAIL PROTECTED]: This patch: http://www.winehq.org/pipermail/wine-patches/2007-June/039942.html causes RightMark3DSound.exe (http://audio.rightmark.org/products/rm3ds.shtml) to crash. It appears that the code always expects a property set interface to succeed and crashes

Re: dsound: Disable property sets if hardware doesn't support it

2007-07-03 Thread Robert Reif
This patch: http://www.winehq.org/pipermail/wine-patches/2007-June/039942.html causes RightMark3DSound.exe (http://audio.rightmark.org/products/rm3ds.shtml) to crash. It appears that the code always expects a property set interface to succeed and crashes on a NULL pointer when it doesn't.