punesemu / puNES

Qt-based Nintendo Entertaiment System emulator and NSF/NSF2/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
GNU General Public License v2.0
597 stars 40 forks source link

Check if support for D3DX9 is installed #365

Closed anewuser closed 4 months ago

anewuser commented 5 months ago

Hi. When someone tries to run puNES (D3D9) on a clean Windows install without installing the required DirectX End-User Runtime first, he/she gets an error message saying something like d3dx9_43.dll is missing from your computer:

d3dx9_43.dll is missing

To make things easier and safer for everyone, can you make puNES check if the runtime is already installed, and then link to https://www.microsoft.com/download/details.aspx?id=35 if it is not? I'm thinking of something like this .NET dialog box:

ScreenToGif

punesemu commented 4 months ago

To make things easier and safer for everyone, can you make puNES check if the runtime is already installed, and then link to https://www.microsoft.com/download/details.aspx?id=35 if it is not?

Now, if they are not installed, the error message contains the clickable link to the Microsoft page to download them.

anewuser commented 4 months ago

@punesemu Thank you. I was also going to create a separate issue about recommending the DXD9 build if the system doesn't support the minimum required OpenGL version. Currently, it gives this error on my Pentium P6200 laptop:

OpenGL error ![puNES](https://github.com/punesemu/puNES/assets/6733770/0c54846f-64e4-4804-ae9d-1a84ed86ef72)