I'm trying to run the trinity core.exe and its saying it isn't configured correctly?
I figured it was dot net framework 3.5 but it gave an error when installation.
Its running a 64 bit operating system.
Thanks,
Peter
I'm trying to run the trinity core.exe and its saying it isn't configured correctly?
I figured it was dot net framework 3.5 but it gave an error when installation.
Its running a 64 bit operating system.
Thanks,
Peter
You'll have to be much more specific about the error.
If the program is "crashing" as opposed to not just immiediatly closing you should make sure you've got .net framework 4 and the VC Redistributable packages for 2008 and 2010. If you haven't "configured" the server itself.......well that's your problem and you answered it yourself.
Could be a number of things:
.NET Framework needs an update
C++ redistributable needs an upgrade
libeay32.dll, libmysql.dll or ssleay32.dll is missing
Executables were compiled for 32 bit, not 64
Last edited by kenji103; 27-05-12 at 06:34 PM.
Next time create a new thread rather than bumping a 2 year old thread.
Kenji, your libmysql.dll is corrupt. If you're using one that came with your server, replace it with the one in your MySQL libraries folder (Something like "C:\Program Files (x86)\MySQL\MySQL Server <version>\lib\". Unfortunately I don't have MySQL installed on this machine so I'm trying to remember where.). If you are already using that one, reinstall MySQL.
Last edited by Darkicon; 27-05-12 at 08:29 PM.