Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide] Fix 'Fail initialize console' error (for 64 bit PC)

Newbie Spellweaver
Joined
Feb 19, 2011
Messages
85
Reaction score
2
Copy these dll's into your windows/syswow64 folder:
- DBTHREAD.dll
- MHConsole.dll
- Inetwork.dll
- Iconsole.dll

Then go to your start bar, type cmd -> right click the result 'cmd' and run as admin.

Then cd C:/Windows/SysWOW64 and press enter

Then type regsvr32 <dll name>.dll and press enter - example: regsvr32 DBTHREAD.dll

do it for each dll then you're done, that error will be gone =)
All credits go to Frank,Owner of Aeterna Luna.
-Hope this helps
-phoenix8383
 
Last edited:
(oO (||||) (||||) Oo)
Loyal Member
Joined
Aug 6, 2009
Messages
2,132
Reaction score
429
Copy these dll's into your windows/syswow64 folder:
- DBTHREAD.dll
- MHConsole.dll
- Inetwork.dll
- Iconsole.dll

Then go to your start bar, type cmd -> right click the result 'cmd' and run as admin.

Then cd C:/Windows/SysWOW64 and press enter

Then type regsvr32 <dll name>.dll and press enter - example: regsvr32 DBTHREAD.dll

do it for each dll then you're done, that error will be gone =)
All credits go to Frank,Owner of EsunaGN.
-Hope this helps
-phoenix8383

Hahah credits to Frank for what?
 
Back
Top