https://bugs.winehq.org/show_bug.cgi?id=56802
Bug ID: 56802 Summary: Unhandled exception while installing wps Product: Wine Version: 9.0 Hardware: x86-64 OS: Windows Status: UNCONFIRMED Severity: critical Priority: P2 Component: dwmapi Assignee: wine-bugs@winehq.org Reporter: nedoseghe@gmail.com
Created attachment 76605 --> https://bugs.winehq.org/attachment.cgi?id=76605 unhandled exception while installing wps
Unhandled exception: page fault on read access to 0x00000001 in 32-bit code (0x732918f4). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:732918f4 ESP:0031f718 EBP:0031f724 EFLAGS:00210202( R- -- I - - - ) EAX:00d682f0 EBX:01a9b250 ECX:00000001 EDX:00000002 ESI:00000001 EDI:01a9ac40
https://bugs.winehq.org/show_bug.cgi?id=56802
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|dwmapi |-unknown Severity|critical |normal
https://bugs.winehq.org/show_bug.cgi?id=56802
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://wdl1.pcfg.cache.wps | |cdn.com/wpsdl/wpsoffice/onl | |inesetup/distsrc/200.1087/w | |psinst/wps_office_inst.exe Keywords| |download Status|UNCONFIRMED |NEW Ever confirmed|0 |1 CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Confirming. Download at https://www.wps.com/download/
https://bugs.winehq.org/show_bug.cgi?id=56802
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org Summary|Unhandled exception while |Unhandled exception in |installing wps |wpsupdate.exe while | |installing WPS Office
--- Comment #2 from Bernhard Übelacker bernhardu@mailbox.org --- The crash happens after a call to _create_locale when krt.dll seems like dereferencing the value pointed to by the pointer in locinfo->lc_category[LC_MONETARY].refcount. Therefore debug channel +msvcrt might be a start.
Starting wpsupdate.exe with WINEDLLOVERRIDES=ucrtbase.dll=n makes this crash not happen and an "Already the latest version" popup shows up. (But then crashes in wpscloudsvr.exe are shown).