ultimate-macOS-KVM icon indicating copy to clipboard operation
ultimate-macOS-KVM copied to clipboard

[ULTMOS] main.py "freezes" on first menu screen

Open parkerlreed opened this issue 1 year ago • 4 comments

Describe the Issue

Selecting AutoPilot from the main menu seemingly freezes. I can hit Ctrl C and it appears to continue fine and let me setup the VM.

Reproduce the Issue

Launch main.py and select option 1

Expectation

AutoPilot continuing without intervention

Screenshots

image

Operating System

Arch Linux

Kernel

6.11.0

Processor

7840HS

RAM (in GB)

64GB

GPU(s)

780M

Version

main

Branch

main

Additional Information

No response

parkerlreed avatar Sep 20 '24 01:09 parkerlreed

Doing a trace shows

main.py(213):      print(color.END+"      2. Download macOS...")
      2. Download macOS...
main.py(214):      print(color.END+"      3. Compatibility checks...")
      3. Compatibility checks...
main.py(215):      print(color.END+"      4. Passthrough tools...\n")
      4. Passthrough tools...

main.py(218):      print(color.END+"      E. Extras...")
      E. Extras...
main.py(219):      print(color.END+"      W. What's new?")
      W. What's new?
main.py(220):      print(color.END+"      U. Check for updates")
      U. Check for updates
main.py(221):      print(color.END+"      Q. Exit\n")
      Q. Exit

main.py(222):      detectChoice = str(input(color.BOLD+"Select> "+color.END))
Select> 1
main.py(345):  if detectChoice == "1":
main.py(346):      os.system('./scripts/autopilot.py')

parkerlreed avatar Sep 20 '24 01:09 parkerlreed

Full trace from autopilot.py

https://gist.githubusercontent.com/parkerlreed/6990e217d37bce6f23dbab2aee7b5dfb/raw/fb3ea46319593aade1e6bf4260e15dfbf50dacdf/gistfile1.txt

That's before hitting Ctrl C to break out whatever is happing

parkerlreed avatar Sep 20 '24 01:09 parkerlreed

This is certainly a bug of all time, @Coopydood

eversiege avatar Sep 21 '24 21:09 eversiege

This is certainly a bug of all time, @Coopydood

Can you repro?

Coopydood avatar Sep 21 '24 21:09 Coopydood