[Bug 49044] New: CPU-Z 1.92 crashing on startup
https://bugs.winehq.org/show_bug.cgi?id=49044 Bug ID: 49044 Summary: CPU-Z 1.92 crashing on startup Product: Wine Version: 5.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: aros(a)gmx.com Distribution: --- wine: Unhandled page fault on read access to 00000008 at address 0046078D (thread 0033), starting debugger... Unhandled exception: page fault on read access to 0x00000008 in 32-bit code (0x0046078d). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:0046078d ESP:0130fe38 EBP:0130fea4 EFLAGS:00010202( R- -- I - - - ) EAX:00000000 EBX:00e0ce30 ECX:00000000 EDX:00000001 ESI:00e04060 EDI:00000000 Stack dump: 0x0130fe38: 004db23e 000003e8 77e98baf 00e0ce30 0x0130fe48: 00e04060 00e040b0 0049c0ee 0000008b 0x0130fe58: 0130fe80 00e040b0 00000088 7bc7a740 0x0130fe68: 00000000 00000100 00000000 00000000 0x0130fe78: 0130fe98 0050fa52 00dd0000 00000000 0x0130fe88: 00000088 00e0cca8 00e040b0 00000000 Backtrace: =>0 0x0046078d EntryPoint+0xffffffff() in cpuz_x32 (0x0130fea4) 1 0x00484823 EntryPoint+0xffffffff() in cpuz_x32 (0x0130fedc) 2 0x004847e7 EntryPoint+0xffffffff() in cpuz_x32 (0x0130ff34) 3 0x00461d42 EntryPoint+0xffffffff() in cpuz_x32 (0x0130ff4c) 4 0x7bcc6229 (0x0130ffdc) 5 0x7bcc1c5e (0x0130ffec) 0x0046078d EntryPoint+0xffffffff in cpuz_x32: movl 0x8(%ecx),%eax -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 Artem S. Tashkinov <aros(a)gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.cpuid.com/c | |pu-z/cpu-z_1.92-en.zip --- Comment #1 from Artem S. Tashkinov <aros(a)gmx.com> --- sha1sum cpu-z_1.92-en.zip b5e8e8395747aa0ed7aa5ebf581d2ba4167aae0b cpu-z_1.92-en.zip -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 Zhiyi Zhang <zzhang(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |zzhang(a)codeweavers.com --- Comment #2 from Zhiyi Zhang <zzhang(a)codeweavers.com> --- Confirmed with wine-5.7-97-g7ccc45f754a. It looks like missing support for CLSID_WbemRefresher. 0024:err:ole:CoGetClassObject class {c71566f2-561e-11d1-ad87-00c04fd8fdff} not registered 0024:err:ole:CoGetClassObject no class object {c71566f2-561e-11d1-ad87-00c04fd8fdff} could be created for context 0x1 0024:fixme:ole:CoInitializeSecurity (00000000,-1,00000000,00000000,0,3,00000000,0,00000000) - stub! 01bc:fixme:ntoskrnl:HalGetBusDataByOffset (4 0 0 000000000031F2EC 0 4) stub! 0024:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION provider 41435049 0024:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION provider 41435049 0024:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION provider 41435049 0024:fixme:ntdll:get_firmware_info info_class SYSTEM_FIRMWARE_TABLE_INFORMATION provider 41435049 0024:fixme:reg:GetActiveProcessorGroupCount semi-stub, always returning 1 0024:fixme:reg:GetActiveProcessorCount semi-stub, returning 16 wine: Unhandled page fault on read access to 00000008 at address 0046078D (thread 01c8), starting debugger... Also, an example in https://vimalshekar.github.io/codesamples/Enumerating-Terminal-Session-CPU shows the usage of CLSID_WbemRefresher. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 Zhiyi Zhang <zzhang(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|CPU-Z 1.92 crashing on |CPU-Z 1.92 crashing on |startup |startup, needs | |CLSID_WbemRefresher -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest(a)gmail.com --- Comment #3 from Vijay Kamuju <infyquest(a)gmail.com> --- Sent a patch https://source.winehq.org/patches/data/184512 I will add the definition in the idl but no implementation. Hopefully it will show correct error messages -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 --- Comment #4 from Vijay Kamuju <infyquest(a)gmail.com> --- Correct patch: https://source.winehq.org/patches/data/184513 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 --- Comment #5 from Vijay Kamuju <infyquest(a)gmail.com> --- Can you please recheck as I am unable to reproduce with latest git build. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 --- Comment #6 from Zhiyi Zhang <zzhang(a)codeweavers.com> --- (In reply to Vijay Kamuju from comment #5)
Can you please recheck as I am unable to reproduce with latest git build.
Still the same error with wine-5.7-118-gcf8a6eb2769 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 --- Comment #7 from Artem S. Tashkinov <aros(a)gmx.com> --- Crashes in Wine 5.8 as well. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 Artem S. Tashkinov <aros(a)gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #8 from Artem S. Tashkinov <aros(a)gmx.com> --- CPU-Z 1.94 runs just fine in Wine 5.18. Marking fixed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|CPU-Z 1.92 crashing on |CPU-Z 1.92 crashing on |startup, needs |startup |CLSID_WbemRefresher | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49044 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 5.20. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla