Hi everyone,

As I've struggled for a while with WC3 giving me the "Couldn't open Game.dll" error and none of the suggestions mentioned [URL="https://wiki.eurobattle.net/index.php?title=Could_not_open_Game.dll"]here[/URL] didn't seem to work. I was eventually able to fix it and here is the process I followed:

1. Download and extract this program called "Dependencies" (it is a modern version of "Dependency Walker") - [URL]https://github.com/lucasg/Dependencies/releases[/URL]

2. Open DependenciesGui.exe (it might require permission to run as it's not digitally signed)

3. Go to File -> Open, then browse to the Warcraft 3 folder and open w3lh.dll

4. In case of missing DLL dependency there will be entries marked in red (in my case the EUROBATTLE.net installer didn't install zlib1.dll for some reason but it installed it's debug counterpart - zlibd1.dll)


5. I've downloaded a copy of zlib1.dll from the [URL="https://www.google.com/search?q=zlib1.dll+download&source=hp&ei=xaaYYeqJE PXoxgGL-5uIAg&iflsig=ALs-wAMAAAAAYZi01d11nmU2Xv9pddPSRrADYcDS2dZb&ved=0ahUK EwiqgN61uKb0AhV1tDEKHYv9BiEQ4dUDCAY&uact=5&oq=zlib 1.dll+download&gs_lcp=Cgdnd3Mtd2l6EAMyBggAEAcQHjIG CAAQBxAeMgYIABAHEB4yBggAEAcQHjIECAAQHjIECAAQHjIECA AQHjIGCAAQBRAeMgYIABAIEB4yBggAEAgQHjoFCC4QkQI6BQgA EJECOgsILhCABBDHARCjAjoFCAAQgAQ6BQguEIAEOgQIABBDOg sILhCABBDHARCvAToLCC4QgAQQxwEQ0QM6BwgAEIAEEAo6BggA EAoQHjoGCAAQFhAeOggIABAIEAcQHjoICAAQBxAFEB5KBQhAEg ExUABY6hhgoBpoAHAAeACAAZ4BiAH3EpIBBDAuMTiYAQCgAQE& sclient=gws-wiz"]Internet[/URL] and placed it inside the WC3 folder

6. That's all