softgpu icon indicating copy to clipboard operation
softgpu copied to clipboard

ISA VGA or PCI VGA without PCI bus detected this can't work

Open alphaonex86 opened this issue 4 months ago • 5 comments

Hi,

This is with QEMU emulator version 9.2.3 and -vga std, I have the error into the UI: ISA VGA or PCI VGA without PCI bus detected this can't work Windows 98SE.

Regards,

alphaonex86 avatar Jul 27 '25 22:07 alphaonex86

Hi, maybe this helps if PCI bus is not present... https://computernewb.com/wiki/Install_QEMU_Tablet_Driver_on_Windows_98

comchris avatar Jul 27 '25 23:07 comchris

Generate lot of problem, and the error text remain

alphaonex86 avatar Jul 28 '25 01:07 alphaonex86

Problem in msdos part: vredir.vxd, dfs.vxd problem, into windows part: msnp32.dll And if I force: Action failure, Continue? Trace: windrv.c:703 SetupDilnstallDevice: 2

alphaonex86 avatar Jul 28 '25 01:07 alphaonex86

Can you please share QEMU command line? Any maybe your CPU model.

You can also install driver manually (tutorial), but I'm afraid, there is something wrong in your installation or with QEMU settings.

JHRobotics avatar Jul 29 '25 22:07 JHRobotics

/mnt/data/perso/progs/qemu-3dfx/qemu-3dfx/build/qemu-system-i386 -drive format=qcow2,file=hdd.qcow2,if=ide,aio=io_uring -display sdl -vga std -cpu core2duo -m 128 -accel kvm -M pc,hpet=off -netdev user,id=lan -device pcnet,netdev=lan -rtc base=localtime -cdrom /mnt/data/read/iso/windows/98/Windows\ 98\ Second\ Edition.iso -nodefaults

The problem is the following, by default Windows 98 add VGA device without detect the real VGA device, after https://computernewb.com/wiki/Install_QEMU_Tablet_Driver_on_Windows_98 add new VGA device and enter in conflict due to same IRQ range

alphaonex86 avatar Jul 29 '25 23:07 alphaonex86