Tech-FZ / EmuGUI

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

MIPSel 32-bit machines recognized as MIPS64el when editing #33

Closed Tech-FZ closed 1 year ago

Tech-FZ commented 1 year ago

There appears to be a bug which sees VMs with the 32-bit MIPSel architecture like they had the 64-bit counterpart when editing them. There is a possible issue within the algorithm in the editing VM dialog execution if it's like that. The booting dialog is not affected and therefore does not need to be fixed. Here are my specifications: OS: Windows 10 Pro x64, Version 21H2 Processor: Intel Core 2 Duo E8400, 2 cores, 2 threads, 3 GHz RAM: 12 GB DDR3-1066 Graphics card: NVIDIA GeForce GT 710 2 GB (MSI version) EmuGUI: 0.6 (Windows binaries) QEMU: 7.0

Tech-FZ commented 1 year ago

This issue is fixed with a better algorithm.