https://bugs.winehq.org/show_bug.cgi?id=43854
--- Comment #11 from azarus@posteo.net --- Here's the compressed version of the trace: https://azarus.ch/files/witcher.trace.xz Regarding the problem itself, might it be related to how wine was compiled? I set my USE-flags (I know, gentoo-specific, sorry) as follows:
USE="X alsa capi fontconfig gecko jpeg lcms mono ncurses nls openal opengl osmesa perl png pulseaudio realtime run-exes samba ssl staging threads truetype udisks vaapi xcomposite xinerama xml -cups -custom-cflags -d3d9 -dos -gphoto2 -gsm -gstreamer -ldap -mp3 -netapi -odbc -opencl -oss -pcap -pipelight (-prelink) -s3tc -scanner (-selinux) -test -themes -udev -v4l" ABI_X86="32 64 (-x32)"
That means, the disabled USE-flags are:
-cups -custom-cflags -d3d9 -dos -gphoto2 -gsm -gstreamer -ldap -mp3 -netapi -odbc -opencl -oss -pcap -pipelight (-prelink) -s3tc -scanner (-selinux) -test -themes -udev -v4l
Might it need any of those to work?