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
@thoemmi: As per title, NullReferenceException on PS 7.4.0 when extracting multiple 7zip archives simultaneously. This happens only when progress bar is visible - $ProgressPreference = Continue
I'm just reporting it here for the reference as I'm working on the fix already, and will submit PR soon.
Excerpt from a function using Start-ThreadJob to expand multiple 7zip archives simulteneously:
Function output with NRE marked in the red box:
NRE details:
WORKAROUND:
Disable progress bar with $ProgressPreference = SilentlyContinue before calling the Expand-7zip cmdlet