5165 Login freeze problem

07/29/2010 15:36 Zebin#1
Ok, i set up a 5165 server, and i am having a login freeze no matter what comp i try to log in from. Before all the questions start. It is set up right. I know how, done it a million times. config and all the normal causes are right, checked them several times. The log in freeze happens wither i am using a new account or one of the sources already made accounts. there are a few exceptions in my server. Here is the debug for it.

Starting to load DMaps.
Loading 1000 : C:\OldCODB\map/map/desert.DMap
Loading 1001 : C:\OldCODB\map/map/d_antre01.DMap
Loading 1002 : C:\OldCODB\map/map/newplain.DMap
Loading 1011 : C:\OldCODB\map/map/woods.DMap
Loading 1015 : C:\OldCODB\map/map/island.DMap
Loading 1020 : C:\OldCODB\map/map/canyon.DMap
Loading 1028 : C:\OldCODB\map/map/mine-four.DMap
Loading 1036 : C:\OldCODB\map/map/street.DMap
Loading 1037 : C:\OldCODB\map/map/faction-black.DMap
Loading 1038 : C:\OldCODB\map/map/faction.DMap
Loading 1039 : C:\OldCODB\map/map/playground.DMap
Loading 700 : C:\OldCODB\map/map/arena-none.DMap
Loading 1785 : C:\OldCODB\map/map/Halloween2007a.DMap
DMaps loaded successfully in 661 milliseconds.
Mobs loaded 12085

The server is ready for connections.
Always close the server by pressing Enter, or the important data wont't save.
System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
at NewestCOServer.Native.BF_set_key(IntPtr _key, Int32 len, Byte[] data)
at NewestCOServer.Main.Blowfish.SetKey(Byte[] data) in C:\Users\Martin\Desktop\Fixed Source\rikardo updated\Main\Blowfish.cs:line 85
at NewestCOServer.Main.GameCrypto..ctor(Byte[] key) in C:\Users\Martin\Desktop\Fixed Source\rikardo updated\Main\Blowfish.cs:line 15
at NewestCOServer.Main.GameClient..ctor(Boolean Robot) in C:\Users\Martin\Desktop\Fixed Source\rikardo updated\Main\GameClient.cs:line 48
System.NullReferenceException: Object reference not set to an instance of an object.
at NewestCOServer.Main.GameWorker.ConnectionHandler(S tateObj S) in C:\Users\Martin\Desktop\Fixed Source\rikardo updated\Main\GameWorker.cs:line 33
System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
at NewestCOServer.Native.BF_set_key(IntPtr _key, Int32 len, Byte[] data)
at NewestCOServer.Main.Blowfish.SetKey(Byte[] data) in C:\Users\Martin\Desktop\Fixed Source\rikardo updated\Main\Blowfish.cs:line 85
at NewestCOServer.Main.GameCrypto..ctor(Byte[] key) in C:\Users\Martin\Desktop\Fixed Source\rikardo updated\Main\Blowfish.cs:line 15
at NewestCOServer.Main.GameClient..ctor(Boolean Robot) in C:\Users\Martin\Desktop\Fixed Source\rikardo updated\Main\GameClient.cs:line 48
System.NullReferenceException: Object reference not set to an instance of an object.
at NewestCOServer.Main.GameWorker.ConnectionHandler(S tateObj S) in C:\Users\Martin\Desktop\Fixed Source\rikardo updated\Main\GameWorker.cs:line 33

If anyone could help me figure this out, it would be awsome. Much thanks, I never trust anyone to help me except pvpers.
07/29/2010 17:23 Korvacs#2
Quote:
System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
Search next time please, there is a guide to run your server in 32bit mode, instead of 64bit mode (Which is what its doing now).

Closed.