https://bugs.winehq.org/show_bug.cgi?id=41998
--- Comment #7 from Fabian Maurer dark.shadow4@web.de --- Created attachment 56498 --> https://bugs.winehq.org/attachment.cgi?id=56498 Crash log with path
Sadly not. The issue seems to go deeper. The crash in "device_resource_released" is gone, but "resource_cleanup" later calls "wined3d_cs_emit_destroy_object" where "cs->ops->require_space" seems to be called.
The exception "illegal instruction in 32-bit code" indicates that this pointer is invalid.
New backtrack attached.