https://bugs.winehq.org/show_bug.cgi?id=44269
Bug ID: 44269 Summary: SlingPlayer 2.0 crashes when starting to stream (dsound) Product: Wine Version: 3.0-rc3 Hardware: x86 URL: http://download.slingmedia.com/player/pc/SlingPlayer_2 .0.4522_Setup-Global.exe OS: Linux Status: NEW Keywords: download, regression Severity: minor Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: imwellcushtymelike@gmail.com CC: julliard@winehq.org Regression SHA1: 9e093936e27a29993979f36c18d6c627e36bd737 Distribution: Ubuntu
Created attachment 60080 --> https://bugs.winehq.org/attachment.cgi?id=60080 Wine 3.0-rc4 console output
Working around Bug 44204, SlingPlayer 2.0.4 crashes again with a very similar (if not identical) trace. This never used to occur.
9e093936e27a29993979f36c18d6c627e36bd737 is the first bad commit commit 9e093936e27a29993979f36c18d6c627e36bd737 Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 21 13:50:43 2017 +0100
ntdll: Use a separate stack when starting new threads.
Based on a patch by Sebastian Lackner.
Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 83bc8da7933520fab32843cb311cfa17c3547465 5fcc59ec383bc25a754287bc21c0de0613762e64 M dlls
Which appears in wine-2.21-89-g9e09393. https://source.winehq.org/git/wine.git/commit/9e093936e27a29993979f36c18d6c6...
This commit cannot be automatically reverted in Wine 3.0-rc4.
The workaround is a native dsound.
To get this far, the following overrides are needed:
Compile Wine with -O2 - Bug 44204 WINEARCH=win32 - Bug 35268 / Bug 35276 quartz - Bug 18556 wmp9 - Bug 28669 (wmp10 + dsound = another crash) Ignore the installer crash - Bug 17289