https://bugs.winehq.org/show_bug.cgi?id=55476
Bug ID: 55476 Summary: Unhandled exception: page fault on read access to 0x0000000000000010 in 64-bit code (0x000000073586a3). Product: Wine Version: 8.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: masterweb801@gmail.com Distribution: Debian
Created attachment 75038 --> https://bugs.winehq.org/attachment.cgi?id=75038 Wine had given this backtrace file.
I am installing my own application. I build it with python and made it executable using pyinstaller. Then created MSI Installer of it using Advanced Installer. Then I installed it with wine on Debian 12. It installed but when I open it up, it throws an error. But this gives no error in Windows 10. I have attached some files related this error.
https://bugs.winehq.org/show_bug.cgi?id=55476
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #1 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
I recognize Chromium Embedded Framework stuff in the backtrace ('CrBrowserMain').
CEF has a few known issues when run on Wine. One of them being related to missing Windows fonts name (bug 32342). At first, you may try to install fonts with "winetricks corefonts" (or just "winetricks arial times"). This may get you further.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=55476
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Unhandled exception: page |Custom python application |fault on read access to |crashes in qt5webenginecore |0x0000000000000010 in |('CrBrowserMain') |64-bit code | |(0x000000073586a3). |
https://bugs.winehq.org/show_bug.cgi?id=55476
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- It's not clear that this is an msi bug.