• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Old Computer 32 Bit - Now 64 Bit (Server does not start)

Maxens

Member
Joined
Apr 9, 2009
Messages
479
Reaction score
7
Location
Germany
Hey every1!

I bought a new Computer (64Bit). And now I wanted to run my old OT to test some things... But if i want to start my server I'm getting this error:



Is thits a problem because I got now 64 Bit and not 32 Bit anymore?

COuld any1 help me? :)

Thanks, Maxens
 
I heard people found ways to run it, I have no idea.
All I know is that you could recompile it in 64 bit.
 
Try running in compatability mode also make sure you have updates with .net framework I don't know what the error says because I only speak english
 
This is similar to the .NET side-by-side configuration error, you need to have 32 bit msvc packages installed, depending on your VS version.

32 bit visual studio 2005 compilations: http://www.microsoft.com/en-gb/download/details.aspx?id=3387
32 bit visual studio 2008 compilations: http://www.microsoft.com/en-gb/download/details.aspx?id=29
32 bit visual studio 2010 compilations: http://www.microsoft.com/en-gb/download/details.aspx?id=5555
32 and 64 bit visual studio 2012 compilations (see downloads about 1 page down): http://www.microsoft.com/en-gb/download/details.aspx?id=30679

You may also need the 64 bit versions, since some of the code from the libraries may depend on it for 64 bit installations of windows.

Good luck.
 
Back
Top