Reply 2780 of 2793, by robertmo3
does it run without any parameters?
does it run without any parameters?
robertmo3 wrote on 2025-04-24, 05:32:does it run without any parameters?
It just exits, just the same as with params.
Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda
Would you like me to share the binary?
[EDIT]
https://nirvtek.com/downloads/qemu-system-i386w.7z
MD5: 30b1bfffb44dd7667f0a585325d2b74b
It's 17 MB compressed, 80 MB decompressed.
Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda
use the
qemu-system-i386.exe
because
qemu-system-i386w.exe
does not output any comments
This is what I get:
C:\msys64\ucrt64\bin\qemu-system-i386.exe: window-close=off: drive with bus=0, unit=0 (index=0) exists
and I had to remove the no-hpet switch. It didn't like that.
Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda
you added a space after comma, it shouldn't be there
-display sdl,window-close=off
and this one is this now
-machine hpet=off
That seems to work:
Windows Hypervisor Platform accelerator is operational
qemu: could not load PC BIOS 'bios-256k.bin'
[EDIT] Works! Copying the missing DLLs produce a weird error about missing exports (libvirgl*.dll, missing function epoxy_eglBindAPI could not be location in libvirglrenderer-1.dll). Running it straight off the ucrt64 folder works with a different working folder.
Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda
where do you copy missing dlls from?
robertmo3 wrote on 2025-04-24, 09:31:where do you copy missing dlls from?
Msys/ucrt /bin.
Edit: maybe I copied it from msys/bin.
Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda
there is no msys/bin folder
if you run from ucrt64 than there is no guarantee you are actually running the file you built yourself cause ucrt64 has its own qemu installation and you most probably run that one
to confirm that, rename the executable to something unique (like qemushar.exe) and check again
that is why you should run it from cmd from a separate folder
robertmo3 wrote on 2025-04-24, 10:15:there is no msys/bin folder […]
there is no msys/bin folder
if you run from ucrt64 than there is no guarantee you are actually running the file you built yourself cause ucrt64 has its own qemu installation and you most probably run that one
to confirm that, rename the executable to something unique (like qemushar.exe) and check againthat is why you should run it from cmd from a separate folder
I overwrote the one there with mine and it does run from that folder.
Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda
you can try if qemu from here works for you
https://qemu.weilnetz.de/w64/qemu-w64-setup-20250422.exe
robertmo3 wrote on 2025-04-24, 16:45:you can try if qemu from here works for you
https://qemu.weilnetz.de/w64/qemu-w64-setup-20250422.exe
The version msys2 built works now with the corrected command line.
Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda
robertmo3 wrote on 2025-04-24, 16:45:you can try if qemu from here works for you
https://qemu.weilnetz.de/w64/qemu-w64-setup-20250422.exe
Also works if I copy all the DLLs from ucrt64/bin into the qemu build folder. It moans about just 2 dlls, but doesn't in fact work without all of them.
Developer of RReady - Rendition Verité Wrapper.
https://www.youtube.com/@sharangadayananda