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

Error Code: E-05-EXIUG #79

Open github-fanuser opened 1 month ago

github-fanuser commented 1 month ago

I discovered this emulator. When I clicked New Virtual Machine, i get E-05-EXIUG error code. I have qemu-system-i386.exe and qemu-system-x86_64.exe set in the paths. Those are the only ones I have set. I only want to set up Windows Virtual Machines.

I am running qemu on Windows 10 Pro 64bit

github-fanuser commented 1 month ago

Update - i figured out what was wrong. I had to enter the full path. My problem now is that the VM won't start. How do I boot from an iso to install OS? My hard drive image is named w98.vhd and the vhd format is raw. I don't know if this correct.

Tech-FZ commented 1 month ago

The file ending should be .img.

github-fanuser commented 1 month ago

Yeah. I figured that out. I now can get it to accept boot settings but nothing seems to happen. i select the iso and put it in cd 1 and boot d. It is probably a setting that is incorrect, but there are no error message that I can see.

github-fanuser commented 1 month ago

Update - I got it working I had to reinstall QEMU. I just installed all components. It is installing Windows 98 now. I hope I can play some my old cdrom games. If I can, the next step is to install Windows 7. Is there anything special I should know? Does QEMU support 3D acceleration in Windows 7. If I am able to get these OSes running, I will replace VMware. Thank You. This addon made it easy to setup Virtual Machines. I do not know Linux.

github-fanuser commented 1 month ago

Ok I have Win 98 running. There are a couple of problems. 1) No sound; I may have a a couple of ideas how to fix it. 2) Video is set at 640x480 with 16 Colors. No way to change it. Do you know how to fix it? I know there is a VGA setting in QEMU when you create the VM. I have already tried a couple of the options; no change. Is there a way to fix it?

Tech-FZ commented 1 month ago

To summon up the answers you're looking for:

Ok I have Win 98 running.

Great job.

No sound; I may have a a couple of ideas how to fix it.

The sb16 sound card should work, if it doesn't, please tell me.

Video is set at 640x480 with 16 Colors. No way to change it.

For Windows 98, the cirrus VGA should solve the issue. Again, if it doesn't, please tell me.

Does QEMU support 3D acceleration in Windows 7.

Unless you switch to Linux, get a dedicated graphics card, a second mouse, a second keyboard and a second monitor, tell your PC via the BIOS it has to use the integrated one (without that integrated graphics, it won't work), do some complicated stuff EmuGUI doesn't even support (yet) and somehow manage to get the appropriate graphics drives for Windows 7, it doesn't.

github-fanuser commented 1 month ago

Thanks. I'm going to look around; maybe I can find something better.

On Sun, May 12, 2024, 2:35 AM Nicolas Lucien (lucien-rowan) < @.***> wrote:

To summon up the answers you're looking for:

Ok I have Win 98 running.

Great job.

No sound; I may have a a couple of ideas how to fix it.

The sb16 sound card should work, if it doesn't, please tell me.

Video is set at 640x480 with 16 Colors. No way to change it.

For Windows 98, the cirrus VGA should solve the issue. Again, if it doesn't, please tell me.

Does QEMU support 3D acceleration in Windows 7.

Unless you switch to Linux, get a dedicated graphics card, a second mouse, a second keyboard and a second monitor, tell your PC via the BIOS it has to use the integrated one (without that integrated graphics, it won't work), do some complicated stuff EmuGUI doesn't even support (yet) and somehow manage to get the appropriate graphics drives for Windows 7, it doesn't.

— Reply to this email directly, view it on GitHub https://github.com/Tech-FZ/EmuGUI/issues/79#issuecomment-2106151659, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWI5RLAE2UKVDXZQT5NKT3ZB4LUFAVCNFSM6AAAAABHRNC5EWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBWGE2TCNRVHE . You are receiving this because you authored the thread.Message ID: @.***>

github-fanuser commented 1 month ago

Another update - I finally got Win98 running with the proper display setting and sound. One last hurdle; I need to add a second hard drive, so that when I boot windows 98, I will have 2 hard drives. The hard drive image already exists.

Info: 98NewDisk.qcow2; 10GB; fat32; Vmware compatible (Vmware can see the contents of the image. Is there a way to do this in emugui or qemu? if not, is there a command or tool that will increase the size of the OS image. I don't wat to have to reinstall Win98 since I now have it working. Thanks! I really appreciate all your help!

Tech-FZ commented 1 month ago

EmuGUI currently doesn't support the usage of two hard drives. However, I can implement it into EmuGUI 2.1.

github-fanuser commented 1 month ago

Cool. It would be nice if you could add 3d acceleration as well.

Currently, I would like to play Law and Order: Justice is Served on QEMU. The only emulator I find that can play this game is VMware player. There's an option "3D acceleration in the vm options that has to be checked.

I want to move away from VMware...too bloated.

On Fri, May 17, 2024, 6:51 AM Nicolas Lucien (lucien-rowan) < @.***> wrote:

EmuGUI currently doesn't support the usage of two hard drives. However, I can implement it into EmuGUI 2.1.

— Reply to this email directly, view it on GitHub https://github.com/Tech-FZ/EmuGUI/issues/79#issuecomment-2117427644, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWI5RNWIAJCBKOVA5JTNZDZCXVMXAVCNFSM6AAAAABHRNC5EWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJXGQZDONRUGQ . You are receiving this because you authored the thread.Message ID: @.***>

Tech-FZ commented 1 month ago

For 3D acceleration, there would be a few hurdles for both of us:

  1. I have to implement support for assigning a dedicated graphics card (which is only possible on Linux btw and is really complicated)
  2. You have to have an integrated AND a dedicated graphics card built into your computer (laptops don't count).
  3. You need to be able to tell your computer to use your integrated graphics.
  4. You need to have at least a second keyboard and a second mouse. A second monitor isn't really necessary, but I totally recommend it.
  5. You need to switch to Linux because Windows is unable to assign random graphics cards to any VM.
  6. You need to get the appropriate drivers for your graphics card and operating system (e. g. assigning an RTX 4080 to a Windows 7 VM is a bad idea).