https://bugs.winehq.org/show_bug.cgi?id=51703 --- Comment #7 from andrew(a)amorgan.xyz --- I've read through the documentation and built wine from the `master` branch (commit 36cc3d4c9cd) with the following options: export CFLAGS="-march=x86-64 -mtune=generic -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Og" ../wine/configure \ --prefix='/usr' \ --libdir='/usr/lib' \ --with-x \ --with-gstreamer \ --enable-win64 make -j4 make prefix="${pkgdir}/usr" \ libdir="${pkgdir}/usr/lib32" \ dlldir="${pkgdir}/usr/lib32/wine" \ install And have ran Omnisphere.exe through `winedbg`. This resulted in another backtrace, but with my untrained eyes does not appear to offer any more debugging information (although does no longer complain about missing symbols). Please let me know if there is a better way to get more information out of the backtrace and I'll do my best :) -- 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.