• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

What is Game.dll?

Status
Not open for further replies.
A dll file contains functions and procedures. Like an exe file kind of. (The Game.dll is loaded by the w3 exe file)
I believe it contains pretty much everything of the game, except for models/images etc. which is included in the .mpq.

The error file just tells you that the error appeared within a function of Game.dll.
Which means it can have pretty much any reason. :(
So just try the usual: deleting single triggers/units/etc. until the error disappears.

If your error appears while loading the map, you are lucky.
Then you know (I believe so at least) it's either in the init trigger or the objects.

Or maybe the file is corrupted. But if other maps work fine it's unlikely.
 
hey if you can look into it (because i dont have anything that can open .dll)
can you find this specific function?
"0x6F4CD004"

6F4CD004 Game.dll <unknown symbol>+0
 
Status
Not open for further replies.
Back
Top