https://bugs.winehq.org/show_bug.cgi?id=55619
Bug ID: 55619 Summary: VOCALOID AI Shared Editor v.6.1.0 crashes with System.Management.ManagementObject object construction Product: Wine Version: 8.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: theboomtnt46@gmail.com Distribution: ---
Created attachment 75156 --> https://bugs.winehq.org/attachment.cgi?id=75156 Crash log
VOCALOID AI Shared Editor v.6.1.0 crashes while initializing. Logs attached.
wine-8.16 (Staging) kubuntu linux 23.04
https://bugs.winehq.org/show_bug.cgi?id=55619
theboomtnt46@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet URL| |https://www.vocaloid.com/en | |/vocaloid6/ Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=55619
--- Comment #1 from theboomtnt46@gmail.com --- Created attachment 75157 --> https://bugs.winehq.org/attachment.cgi?id=75157 wine crash report
https://bugs.winehq.org/show_bug.cgi?id=55619
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|mscoree |-unknown
https://bugs.winehq.org/show_bug.cgi?id=55619
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com Component|-unknown |wmi&wbemprox Status|UNCONFIRMED |NEW Keywords| |download Ever confirmed|0 |1
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Confirming
I think this is a bug in wmi. Just before the crash there's :
0024:trace:wmiutils:path_GetText returning L"Win32_LogicalDisk="C:"" 0024:trace:wmiutils:path_GetInfo 0000000000AFE220, 0, 000000000019AF78 0024:fixme:wmiutils:path_GetInfo some flags are not implemented
I copied a native wmiutils from my windowsdisk and then one gets
0024:trace:wbemprox:wbem_services_GetObject 0000000000AD93E0, L"Win32_LogicalDisk="C:"", 0, 0000000000000000, 000000000019ABF0, 0000000000000000 0024:trace:wbemprox:grab_table returning 00000001ED4A0780 0024:err:wbemprox:wql_error syntax error, unexpected TK_EQ, expecting end of file 0024:trace:wbemprox:parse_query wql_parse returned 1
AFAICT this query Win32_LogicalDisk="C:" is not supported?
https://bugs.winehq.org/show_bug.cgi?id=55619
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 75200 --> https://bugs.winehq.org/attachment.cgi?id=75200 Sad hack
Attached sad hack that at least allows to get the program to get started. You also need the staging patch https://github.com/wine-staging/wine-staging/blob/master/patches/ntdll-wine-...
https://bugs.winehq.org/show_bug.cgi?id=55619
--- Comment #4 from Hans Leidekker hans@meelstraat.net --- (In reply to Louis Lenders from comment #2)
0024:trace:wbemprox:wbem_services_GetObject 0000000000AD93E0, L"Win32_LogicalDisk="C:"", 0, 0000000000000000, 000000000019ABF0, 0000000000000000 0024:trace:wbemprox:grab_table returning 00000001ED4A0780 0024:err:wbemprox:wql_error syntax error, unexpected TK_EQ, expecting end of file 0024:trace:wbemprox:parse_query wql_parse returned 1
AFAICT this query Win32_LogicalDisk="C:" is not supported?
Right, the property name is omitted here which means that the primary key should be used. I'm working on a patch.
https://bugs.winehq.org/show_bug.cgi?id=55619
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |4cc9ee7e6747a4df3c7b93c95ee | |d4f8fcadbf8ec Resolution|--- |FIXED
--- Comment #5 from Hans Leidekker hans@meelstraat.net --- Fixed with 4cc9ee7e6747a4df3c7b93c95eed4f8fcadbf8ec.
https://bugs.winehq.org/show_bug.cgi?id=55619
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.4.
https://bugs.winehq.org/show_bug.cgi?id=55619
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |9.0.x