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?