Tech-FZ / EmuGUI

A QEMU GUI that I made.
https://tech-fz.github.io/EmuGUI-doc/
GNU General Public License v3.0
104 stars 11 forks source link

New/Edit VM dialog won't close when creating/editing is finished. #1

Closed Tech-FZ closed 2 years ago

Tech-FZ commented 2 years ago

There is a problem, when you finished setting up your virtual machine, the window won't close, you have to click Cancel after clicking Finish. We somehow have to fix this issue. I discovered that on following hardware: OS: Windows 10 Pro 21H2 x64 Processor: Intel Core 2 Duo E8400 2x 3.00 GHz RAM: 12 GB DDR3 Graphics: NVIDIA GeForce GT 710 2 GB I used Python 3.9.12 to compile the program.

Tech-FZ commented 2 years ago

Turns out I forgot to add a line at the end of the code. That is now present.