-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Is it possible to run Blitz3D games or Blitz3D (itself) in Windows 95 or Windows 98 in here? #1322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Tested on custom Windows 95 RTM, Blitz3D cannot work with DirectX' (version 7.0) software rendering. Most likely, this error can be fixed with SoftGPU or SwiftShader, haven't tested it yet. |
How do i put the folder in the image like your image? Do you have a guide? |
Create an ISO image: Lines 28 to 29 in a3840e3
..and mount it into VM (add -cdrom /path/to/iso to QEMU command or https://www.linux-kvm.org/page/Change_cdrom).
Also you can use WinImage or OSFMount to open/mount a hard disk image. |
When I install softgpu, how do I increase the storage of the Windows 98 image? |
Run |
Is 3D acceleration possible? The error will always just be unable to create 3D scene or no graphics mode found |
What preset did you use in SoftGPU installer? There is a "QEMU Software" preset that should be compatible with v86. |
If I used the QEMU Software preset, would the 3D acceleration button be enabled in the softgpu installer? |
Is it even possible to run 3D games? |
Did you test it on QEMU after installing SoftGPU or only on v86?
Yes, if your game/app supports software rendering or you have a |
Yes, I tested it on both but I saw this error message ISA VGA or PCI VGA without PCI bus detected, this can't work! Please check device manager before continue! even after I installed it softgpu would just say failed to copy files I am still trying it with Blitz3D on Windows 98, I got the code editor running but when I start it it will just say unable to create 3D scene. If any 3D games work, can you give me some examples? I'm still trying to run Blitz3D on here. If you could try running Blitz3D and it's games on v86 that would be great |
Try this: https://github.com/JHRobotics/softgpu?tab=readme-ov-file#pci-bus-detection-fix
I'll try in my free time. Anyways SoftGPU uses WineD3D ( |
Got it working, is there any ways to optimize so it can be playable? |
Maybe decreasing screen resolution/color depth and tweaking the Wine/Mesa3D registry keys might help. |
Is this possible since Blitz3D supports Windows 95 and Windows 98, even if it works slowly would it work?
The text was updated successfully, but these errors were encountered: