https://bugs.winehq.org/show_bug.cgi?id=47255 --- Comment #4 from Matteo Bruni <matteo.mystral(a)gmail.com> --- Created attachment 64599 --> https://bugs.winehq.org/attachment.cgi?id=64599 Possible fix I only tested Aura 2. When you press the right mouse button, the game creates a new d3d8 device on the desktop window. That currently fails in Wine (it's a variant of bug 33476), swapchain->context[0] is left untouched and if that happens to contain non-NULL, the game crashes. The patch fixes the crash for me. BTW the context, and thus the device, creation still fails so the inventory doesn't actually appear. I don't expect it to be any different before the regression commit though. Please test the patch, also with the other affected games. -- 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.