You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at startup, the terminal displays the following error:
Add-Type : (0) : Warning, treated as an error: In "environment variable LIB" -- "The system cannot find the
specified path. " invalid search path specified "%lib%"
(1) : using System;
C:\CoreCycler-v0.9.5.0alpha3\script-corecycler.ps1:593 sign:1
Add-Type -ErrorAction Stop -Name PowerUtil -Namespace Windows -Member ...
The code block mentioned there is importing some C#/.NET code to try to prevent a shutdown while the script is running, and while importing that code the C# code itself throws this error.
I'm not sure what's going on there, it's somehow trying to access an environment variable lib, which isn't mentioned in the code to be imported. 🤷
Do you maybe work with Visual Basic, MSBuild, etc, where this variable would've been set/changed/overridden?
at startup, the terminal displays the following error:
Add-Type : (0) : Warning, treated as an error: In "environment variable LIB" -- "The system cannot find the
specified path. " invalid search path specified "%lib%"
(1) : using System;
C:\CoreCycler-v0.9.5.0alpha3\script-corecycler.ps1:593 sign:1
The text was updated successfully, but these errors were encountered: