https://bugs.winehq.org/show_bug.cgi?id=52151
Bug ID: 52151 Summary: Powershell Core 7.2.0 (64-bit) crashes at start Product: Wine Version: 6.22 Hardware: x86-64 URL: https://github.com/PowerShell/PowerShell/releases/down load/v7.2.0/PowerShell-7.2.0-win-x64.msi OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: Debian
The new 7.2.0 64-bit version crashes instantly:
wine pwsh.exe:
00c4:fixme:ntdll:EtwEventActivityIdControl 0x1, 000000000019E928: stub Fatal error. Internal CLR error. (0x80131506) at System.Management.Automation.Security.NativeMethods.SaferIdentifyLevel(UIn t32, System.Management.Automation.Security.SAFER_CODE_PROPERTIES ByRef, IntPtr B yRef, System.String) at System.Management.Automation.Internal.SecuritySupport.GetSaferPolicy(Syste m.String, System.Runtime.InteropServices.SafeHandle) at System.Management.Automation.Security.SystemPolicy.TestSaferPolicy(System. String, System.String)
The 32-bit version (https://github.com/PowerShell/PowerShell/releases/download/v7.2.0/PowerShell...) starts fine, so I guess it`s not about unimplemented stuff/incomplete stubs but rather something in wine`s 64<->32 handling??
(Note: in traces there was something about some missing wldp.dll, but it should start also without that dll; couldn`t further really find out where this crash would come from)