https://bugs.winehq.org/show_bug.cgi?id=37340
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- The crash itself seems to be heap related, the app tries to dereference ARENA_FREE_MAGIC.
Unhandled exception: page fault on read access to 0x4545524a in 32-bit code (0x6a4013a0).
--- snip --- 86 #define ARENA_PENDING_MAGIC 0xbedead 87: #define ARENA_FREE_MAGIC 0x45455246 <--- 88 #define ARENA_LARGE_MAGIC 0x6752614c --- snip ---
To find out if its actually a bug in the app itself (differences between Wine <-> Windows heap management), or something we can properly fix, it will be necessary to take a closer look. I'll check if I can reproduce this issue.