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
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSProgress resignCurrent]: NSProgress was not the current progress on this thread <NSThread: 0x170263a40>{number = 1, name = main}'
*** First throw call stack:
(0x18328022c 0x194f4c0e4 0x18328016c 0x184274ae4 0x100083494 0x1000919fc 0x100144fd4 0x100144f94 0x100149c28 0x183237544 0x1832355ec 0x183160f74 0x18cbbb6fc 0x187d62d94 0x1000960fc 0x1955f6a08)
libc++abi.dylib: terminating with uncaught exception of type NSException
when running multiple instances in parallel. Commenting out NSProgress works around this.
Error is in NVHTarGzip.m:131, git master a few days ago.
The text was updated successfully, but these errors were encountered:
Getting a
when running multiple instances in parallel. Commenting out NSProgress works around this.
Error is in NVHTarGzip.m:131, git master a few days ago.
The text was updated successfully, but these errors were encountered: