Hey
Today I have been trying to get the 4.3.4 branch of Trinity compiled and working but have come up with an issue I can't solve myself.
Followed the Wiki windows guide on how to win
I have:
Windows 7 SP1
Git V2.43 [.Net 4] - With Mysysgit and kdiff
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: VC Express
Microsoft Visual C++ 2008 91909-152-0000052-60701
MySQL V 5.5.20 (Wamp)
CMake 2.8.10.2
Now the problem is that the authserver just crashes with this:
Problem signature:
Problem Event Name: APPCRASH
Application Name: authserver.exe
Application Version: 0.0.0.0
Application Timestamp: 5100fee9
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7601.17725
Fault Module Timestamp: 4ec49b8f
Exception Code: c0000005
Exception Offset: 00038dc9
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 3081
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
And the Worldserver crashes with this:
worldserver.exe - System Error
The program can't start because MSVCP90.dll is missing from your computer. Try reinstalling the program to fix this problem.
Now yes, I don't have this dll so i searched google and
http://stackoverflow.com/questions/1158705/msvcp90-dll-not-found
this popped up, and I found this post
Have you searched your hard disk for the file? You may find it in a directory such as:
C:Program FilesMicrosoft Visual Studio 9.0VCredistx86Microsoft.VC90.CRT
If it's there, copy it to your windowssystem32 directory.
Also copy msvcm90.dll and msvcr90.dll while you're at it.
So i did that and still even though its in my system 32 folder they can't be found!...
They also said that you should download and install Microsoft Visual C++ 2008 Redistributable Package.
But even this doesn't fix it...
I am really stuck any help is appreciated