https://bugs.winehq.org/show_bug.cgi?id=47147 --- Comment #6 from Sopho <sophom+wine(a)gmail.com> --- Through a binary search, I narrowed the crash down to the oleaut32-CreateTypeLib patch in staging. oleaut32-CreateTypeLib is what causes the crash. Vanilla wine-5.0-rc3 doesn't crash. To reproduce the crash patch a vanilla wine-5.0-rc3 with staging patch oleaut32-CreateTypeLib: ./patches/patchinstall.sh DESTDIR=../wine-5.0-rc3/ oleaut32-CreateTypeLib To create a wine staging build what _doesn't_ crash exclude oleaut32-CreateTypeLib: ./patches/patchinstall.sh DESTDIR=../wine-5.0-rc3/ --all -W oleaut32-CreateTypeLib (For those of you that hoped that running VPX with wine-staging would fix the script errors... It doesn't :'( Sorry... That's what I wanted to see as well which is why I went through this excercise) -- 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.