https://bugs.winehq.org/show_bug.cgi?id=30521 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht(a)gmx.net Resolution|--- |DUPLICATE --- Comment #9 from Anastasius Focht <focht(a)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 *** -- 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.