ninxsoft / Mist

A Mac utility that automatically downloads macOS Firmwares / Installers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid Termination Status: 6

snowdream opened this issue · comments

🪲 Description

Download macOS Sierra,error occurred

Invalid Termination Status: 6

2024-01-10 10:12:16.927 createinstallmedia[25378:585455] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Couldn't posix_spawn: error 35'
*** First throw call stack:
(
0   CoreFoundation                      0x00007ff80264b6e3 __exceptionPreprocess + 242
1   libobjc.A.dylib                     0x00007ff8023ab8bb objc_exception_throw + 48
2   Foundation                          0x00007ff8034aaf05 -[NSConcreteTask launchWithDictionary:error:] + 5081
3   Foundation                          0x00007ff8034d0de6 +[NSTask launchedTaskWithLaunchPath:arguments:] + 146
4   createinstallmedia                  0x0000000100afe968 createinstallmedia + 6504
5   dyld                                0x00000001084be52e start + 462
)
libc++abi: terminating with uncaught exception of type NSException

image

📋 Steps to Reproduce

  1. Open Mist.app
  2. Click on ...
  3. Wait for ...
  4. Observe error

✅ Expected Behaviour

Describe what should be happening (ie. the happy path).

💻 Environment

  • Mist version (App menu ⇨ About Mist): VERSION 0.9.1
  • macOS Version (sw_vers): VERSION BUILD 12.7.2
  • Hardware (system_profiler SPHardwareDataType):
    • Model Identifier: MODEL_IDENTIFIER
    • Chip : CHIP
      image

📷 Screenshots

If applicable, add screenshots to help explain the bug.

ℹ️ Additional context

  • Is this also a bug in mist-cli? ✅ / ❌
    • Provide links to GitHub Issues
  • Links to 3rd-party tools / references / documentation

@snowdream are you able to repeat this behaviour on macOS Ventura 13 or macOS Sonoma 14?

I'll see if I can spin up a macOS Monterey 12 VM and do some testing.

Yes

@snowdream as you pointed out, this is fixed in #100.

I will be pushing a new release (version 0.10.0) soon that will incorporate this change 👍