https://bugs.winehq.org/show_bug.cgi?id=30521
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution|--- |DUPLICATE
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
the current WMI issue in example Javascript is covered by bug 35364 Resolving as dupe.
Javascript:
--- snip --- WScript.Echo("hello"); /* Translated from VB example at http://msdn.microsoft.com/en-us/library/windows/desktop/aa394373(v=vs.85).as... */ var obj = GetObject("winmgmts:root\CIMV2:Win32_Processor='cpu0'"); WScript.Echo("architecture is " + obj.Architecture); WScript.Echo("goodbye"); --- snip ---
Output:
--- snip --- ... fixme:wbemdisp:WinMGMTS_ParseDisplayName (0x13f5a8 L"winmgmts:root\CIMV2:Win32_Processor='cpu0'" 0x33ef70 0x33ef74) --- snip ---
Regards
*** This bug has been marked as a duplicate of bug 35364 ***