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

Title: [TrinityCore 3.3.5a] Error on opening worldserver.exe
Post 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.
Title: Re: [TrinityCore 3.3.5a] Error on opening worldserver.exe
Post by: Amaroth on January 03, 2017, 01:16:36 am
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.
Title: Re: [TrinityCore 3.3.5a] Error on opening worldserver.exe
Post by: kestus0756 on January 03, 2017, 10:05:48 am
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.
Title: Re: [TrinityCore 3.3.5a] Error on opening worldserver.exe
Post by: dbltap441 on January 04, 2017, 07:14:55 pm
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
Title: Re: [TrinityCore 3.3.5a] Error on opening worldserver.exe
Post by: kestus0756 on January 04, 2017, 07:35:37 pm
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.