Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: kestus0756 on January 01, 2017, 08:02:40 pm
-
Hello everyone, I got this error when I opened worldserver.exe: "The program can't start because game.dll is missing from your computer. Try reinstalling the program to fix this problem." it might sound a stupid error but can somebody please help me? Thanks. NOTE: My authserver.exe is working completely fine, no errors, nothing.
-
All dll missing problems are being solved by the same way.
1. google dll's name
2. download the newest version of dll for your OS
3. place it either into application's root folder, or into your system32 folder
Done.
-
I'm stuck at this error and can't get past it: "The procedure entry point _AIL_set_3D_sample_effects_level@8 could not be located in the dynamic link library mss32.dll." tried searching google but no help. Thanks.
-
try this
http://originaldll.com/file/game.dll/17005.html (http://originaldll.com/file/game.dll/17005.html" onclick="window.open(this.href);return false;) <-------game.dll
http://originaldll.com/file/mss32.dll/17003.html (http://originaldll.com/file/mss32.dll/17003.html" onclick="window.open(this.href);return false;) <------- mss32.dll
put it in the same directory as the file it might work for you
-
It fixed the mss32.dll error but now this started appearing: "The procedure entry point ?CheckPassword@AccountMgr@@SA_NIV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z could not be located in the dynamic link library game.dll." Yes, I did replaced both mss32.dll and game.dll. Thanks.