https://bugs.winehq.org/show_bug.cgi?id=52887
Bug ID: 52887 Summary: Get-Computerinfo from NoPowershell crashes Product: Wine Version: 7.7 Hardware: x86-64 URL: https://github.com/bitsadmin/nopowershell/releases/tag /1.23 OS: Linux Status: NEW Keywords: dotnet, download Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: ---
Created attachment 72275 --> https://bugs.winehq.org/attachment.cgi?id=72275 patch
NoPowershell.exe provides a number of commandlets without the need to install it(https://github.com/bitsadmin/nopowershell/releases/tag/1.23). Prerequisite: winetricks -q dotnet48
The commandlet Get-Computerinfo acts as replacement of systeminfo.exe
Source: https://github.com/bitsadmin/nopowershell/blob/master/Source/NoPowerShell/Co...
Currently fails with: Get-ComputerInfo : System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at NoPowerShell.Commands.Management.GetComputerInfo.Execute(CommandResult pipeIn) at NoPowerShell.Program.Main(String[] args)
Attached patch fixes it, to run into next bug . Next bugs are some missing props from various classes. After adding them (albeit quickly with some hacks) the cmdlet runs.
I attach first three patches, rest follows later.
https://bugs.winehq.org/show_bug.cgi?id=52887
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 72276 --> https://bugs.winehq.org/attachment.cgi?id=72276 patch
add BuildTypeto Win32_Operatingsystem
https://bugs.winehq.org/show_bug.cgi?id=52887
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 72277 --> https://bugs.winehq.org/attachment.cgi?id=72277 patch
Add RegisteredUser to Win32_operatingSystem, test not yet complete, the testbots somehow take ages to complete, so will finish later
https://bugs.winehq.org/show_bug.cgi?id=52887
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- Fixed by 1d0dd6d778b014c0f61f064ed5a08e43209baca5
Thanks Hans for review and improvements!
https://bugs.winehq.org/show_bug.cgi?id=52887
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |1d0dd6d778b014c0f61f064ed5a | |08e43209baca5
https://bugs.winehq.org/show_bug.cgi?id=52887
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.8.