Jump to content
Software FX Community

Xaegr

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Xaegr

  1. I'm also tried to install last version (1.0.2762) on clean winxp virtual pc.

    And got the following results:

    PS C:\Documents and Settings\gusev> Add-PSSnapin powergadgetsPS C:\Documents and Settings\gusev> Get-Date | Out-Gauge -Refresh 0:0:1Out-Gauge : ?????? ?? ?????? ?? ????????? ?? ????????? String.??? ?????????: sAt line:1 char:21+ Get-Date | Out-Gauge  <<<< -Refresh 0:0:1

    Error message translated from Russian is: "Reference to string is not references to instance of String. Parameter name: s"

    all following executions of this command causes error in PowerGadgets Presenter. (see attached screenshot).

    I get same error for all powergadgets commands on this machine, get-childitem | out-chart for example.

  2. PS C:\Temp> Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\PowerShell\1\PowerShellSnapIns\PowerGadgets" | select AssemblyName

    AssemblyName------------PowerGadgets.Commands, Version=1.0.1500.0, Culture=neutral, PublicKeyToken=a1878e2052c08dce

    PS C:\Temp> .\gacutil.exe /l powergadgets.commandsMicrosoft ® .NET Global Assembly Cache Utility.  Version 2.0.50727.42Copyright © Microsoft Corporation.  All rights reserved.

    The Global Assembly Cache contains the following assemblies:

    Number of items = 0

  3. Tryed with -NoProfile and only powergadgets snapin loaded. All the same. Windows Vista Business Russian if this matters, russian locale (tryed with english locale - same result).

    Filemon and Regmon is replaced by Process Monitor btw. You can download it here: http://www.microsoft.com/technet/sysinternals/utilities/processmonitor.mspx

     I'm attached two logs in Procmon format, one filtered by powergadgets process and another by path.

    In both captured the moment when i executed

    Get-Date | Out-Gauge -Refresh 0:0:1

    and some seconds after this.

×
×
  • Create New...