https://bugs.winehq.org/show_bug.cgi?id=49789
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #18 from Zebediah Figura z.figura12@gmail.com --- I can reproduce this with wine 5.10. Launching the program spawns a dialog window warning that it's a trial version; after clicking "continue" it usually crashes. The exact symptoms are very inconsistent, but most commonly there is an exception raised outside of stack limits, apparently due to corrupted %esp. I haven't bisected this failure against wine 5.9 yet.
With wine 6.0-rc2 I see a different, earlier failure: before even spawning the aforementioned dialog, it exits after a STATUS_ILLEGAL_INSTRUCTION due to EH_STACK_INVALID. I'll file a new bug for it once I've bisected that as well.