Page 3 of 3
Re: Game does not launching....
Posted: Wed Aug 13, 2025 5:58 pm
by PipFromSlitherine
Re: Game does not launching....
Posted: Wed Aug 13, 2025 8:14 pm
by caine
Hi Pip, problem is solved now.
I installed Visual C++, Direct X and .Net framework time ago. All seemed ok, but...
Today I have installled a tool to check dependencies of DLLs:
https://github.com/lucasg/Dependencies/releases
After executing the tool and open the program, following dll showed an error "cannot be found on disk":
d3dx9_43.dll
However, such DLL was present in C:\Windows\SysWOW64.
Then I thought that deleting file and reexecuting latest dxwebsetup from microsoft:
https://www.microsoft.com/es-es/downloa ... aspx?id=35
should register DLL correctly (if that was the problem) and voilĂ .
This could help others as it is difficult to find.
Thanks for your help.
Re: Game does not launching....
Posted: Wed Aug 13, 2025 9:00 pm
by SteveMcClaire
Great! Glad you got it working caine, and thank you for letting us know the solution.
Steve