[Bug 47065] New: Vocaloid 5 - System.Windows.Markup.XamlParseException ( WBEM_E_NOT_FOUND)
https://bugs.winehq.org/show_bug.cgi?id=47065 Bug ID: 47065 Summary: Vocaloid 5 - System.Windows.Markup.XamlParseException (WBEM_E_NOT_FOUND) Product: Wine-staging Version: 4.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: 7Cattac(a)gmail.com CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com Distribution: --- Created attachment 64242 --> https://bugs.winehq.org/attachment.cgi?id=64242 log file Trying to run Vocaloid 5 (Win32) throws an exception on System.Windows.Markup.XamlParseException. Error Code: WBEM_E_NOT_FOUND Comand: $ WINEPREFIX=~/.wine32 WINEARCH="win32" wine VOCALOID5.exe log file int he attachments -- 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=47065 --- Comment #1 from Samega 7Cattac <7Cattac(a)gmail.com> --- dotnet 46 installed using winetricks -- 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=47065 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|leslie_alistair(a)hotmail.com | |, z.figura12(a)gmail.com | Component|-unknown |wmi&wbemprox Product|Wine-staging |Wine --- Comment #2 from Zebediah Figura <z.figura12(a)gmail.com> --- Unlikely to be a Staging bug. -- 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=47065 --- Comment #3 from Hans Leidekker <hans(a)meelstraat.net> --- Can you attach a WINEDEBUG=+wbemprox trace? -- 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=47065 --- Comment #4 from Samega 7Cattac <7Cattac(a)gmail.com> --- Created attachment 64245 --> https://bugs.winehq.org/attachment.cgi?id=64245 log file with +wbemprox debug -- 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=47065 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht(a)gmx.net Ever confirmed|0 |1 Keywords| |dotnet Summary|Vocaloid 5 - |Vocaloid 5 (.NET 4.x app) |System.Windows.Markup.XamlP |crashes on startup (needs |arseException |'Win32_OperatingSystem' WMI |(WBEM_E_NOT_FOUND) |class 'SystemDrive' | |property) --- Comment #5 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, relevant part of your log: --- snip --- ... 01d1:trace:wbemprox:create_class_object L"Win32_OperatingSystem", 0x33cf80 01d1:trace:wbemprox:create_class_object returning iface 0x1cdcb0 ... 01d1:trace:wbemprox:wbem_services_CreateInstanceEnum 0x1ce408, L"Win32_OperatingSystem", 000000011, (nil), 0x33cfd4 01d1:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000011 01d1:trace:wbemprox:grab_table returning 0xf63bf674 01d1:trace:wbemprox:parse_query wql_parse returned 0 01d1:trace:wbemprox:fill_os created 1 rows 01d1:trace:wbemprox:EnumWbemClassObject_create 0x33cfd4 01d1:trace:wbemprox:EnumWbemClassObject_create returning iface 0x1cee68 ... 01d1:trace:wbemprox:enum_class_object_Clone 0x1cee68, 0x33d010 01d1:trace:wbemprox:EnumWbemClassObject_create 0x33d010 01d1:trace:wbemprox:EnumWbemClassObject_create returning iface 0x1ceec8 ... 01d1:trace:wbemprox:enum_class_object_Reset 0x1ceec8 01d1:trace:wbemprox:enum_class_object_Next 0x1ceec8, -1, 1, 0x1cf008, 0x15404e4 01d1:trace:wbemprox:create_class_object L"Win32_OperatingSystem", 0x1cf008 01d1:trace:wbemprox:create_class_object returning iface 0x1cf028 ... 01d1:trace:wbemprox:class_object_Get 0x1cf028, L"SystemDrive", 00000000, 0x33d004, 0x1540940, 0x1540944 ... 01d1:fixme:wmiutils:status_code_GetErrorCodeText 0x1cae78, 0x80041002, 0x0000, 0x00000001, 0x33cfdc ... --- snip --- It's looking for 'Win32_OperatingSystem' WMI class 'SystemDrive' property. Wine doesn't implement it. Wine source: https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/wbemprox/builtin.c#l5... https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/wbemprox/builtin.c#l1... https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/wbemprox/builtin.c#l3... Microsoft docs: https://docs.microsoft.com/en-us/windows/desktop/cimwin32prov/win32-operatin... Regards -- 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=47065 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |fb26388b0a8efc05b3e479db837 | |a380759153267 --- Comment #6 from Hans Leidekker <hans(a)meelstraat.net> --- Fixed by fb26388b0a8efc05b3e479db837a380759153267. -- 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=47065 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.7. -- 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=47065 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.0.x -- 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=47065 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|4.0.x |--- --- Comment #8 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 4.0.x milestone from bug fixes included in 4.0.2. -- 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)
-
wine-bugs@winehq.org