View Single Post
Old 11-25-11, 12:02 AM   #8260
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Akula4745 View Post
TDW
My DirectX version is 9.

I had the .NET 4 extended framework - but removed it and installed 3.5 (just in case). Currently installed >NET is:

Microsoft .NET Framework 2.0 Service Pack 1
Microsoft .NET Framework 3.0 Service Pack 1
Microsoft .NET Framework 3.5

On the C++ I have the following installed:

Microsoft Visual C++ 2008 Redistributable - x86 9.0.21022
Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.17
Microsoft Visual C++ 2010 Redistributable - x86 10.0.30319

I tried removing the 2008 C++ but it had no effect on the game crashing before start screen loads.
Do you still get this error when trying to run the MOD validator app:

I tried to run the MOD validator - but it failed with error message below:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

That error is saying that .NET 3.5 is missing from your system.

I see that your game crashes when my mouse DLL is initializing. Do you have anything in your tray or any services/apps running that want exclusive use of the mouse? If one of them won't 'share' the mouse then it will crash.
TheDarkWraith is offline   Reply With Quote