https://bugs.winehq.org/show_bug.cgi?id=56361
--- Comment #13 from yafoce6821@giratex.com --- Created attachment 76235 --> https://bugs.winehq.org/attachment.cgi?id=76235 backtrace of older PL7.exe
I do not know whether it will help, but the older version of this package (PL7.exe) spits out helpful information from the wine debugger when it crashes unlike the (PL9.exe) which has stronger obfuscation.
Motivation for sharing:
1. Obviously, to aid in finding the solution of the problem.
2. Both programs are basically the same, with few calculation fixes (bug fixes) and share a same codebase. Main difference is PL7.exe used an older Qt3 (as you can see from the dll qt-mt336.dll) and PL9 uses libstdc++ for the drawing calls.
Since, both the programs crash on startup, in exact same fashion, it is safe to assume fixing PL7.exe may fix PL9.exe also.
3. It looks like a memory addressing issue. The error message provided indicates a "page fault on read access" at memory address 0x0000046c. This typically suggests that the program attempted to access memory that it didn't have permission to access, or the memory address it attempted to access is invalid.
4. May this message also serve as a bug report that PL7.exe is also crashing on startup, in exact same manner to PL9.exe.
All the best. May the gods guide us :)