[ULTMOS] main.py "freezes" on first menu screen
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
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
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')
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
This is certainly a bug of all time, @Coopydood
This is certainly a bug of all time, @Coopydood
Can you repro?