Jump to content

How to fix a Binkw32.dll and mss32.dll file issue?


Recommended Posts

So I've been having problems playing Star Wars Empire At War on my Windows 10 Asus, and I'd like to ask how to fix a missing binkw32.dll and mss32.dll issue I've had with loading the game. Please give me support, it's the only game I could afford because I wanted my own apartment so me and my fiance could live together.

Link to comment
Share on other sites

How do you know that it's exactly missing binkw32.dll and mss32.dll ?

There was message from game itself.. ?

Or it was from Windows executable launcher which failed resolving statically linked functions.. ?

You should attach screen-shot.

 

Do you installed it and worked and suddenly stopped working?

or you installed it, and it never worked correctly?

 

If DLL fail to load, it can means that obviously file is missing (or missing in search path, but is somewhere else, not being able to be found there),

or that DllMain() initialization routine tried init itself, and failed. The second one is much more complicated to diagnose. You have proper DLL, in proper path, and it still fails to load.

 

You should get FileMon, now renamed, utility to monitor file I/O activity while trying to launch game.

https://technet.microsoft.com/en-us/sysinternals/filemon.aspx

(or find Win10 compatible utility)

 

After using it, you should know whether DLLs were found, and in which paths checked, and if they were found, which other resources they tried to load (but failed).

 

ps. The most of people would start from trying to install game 2nd time.. And try to install it on other machines (something older than Win10).

Edited by Sensei
Link to comment
Share on other sites

  • 9 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.