Error im getting! Any help thanks!

03/03/2012 00:08 Drake68#1
i do have one problem im running into i got it all loading on my vps but im getting this error
System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
at PluimpieCo.Native.BF_set_key(IntPtr _key, Int32 len, Byte[] data)
at PluimpieCo.Main.Blowfish.SetKey(Byte[] data) in C:\Documents and Settings\Administrator\Bureaublad\New DutchCo\Main\Blowfish.cs:line 85
at PluimpieCo.Main.GameCrypto..ctor(Byte[] key) in C:\Documents and Settings\Administrator\Bureaublad\New DutchCo\Main\Blowfish.cs:line 15
at PluimpieCo.Main.GameClient..ctor(Boolean Robot) in C:\Documents and Settings\Administrator\Bureaublad\New DutchCo\Main\GameClient.cs:line 48
System.NullReferenceException: Object reference not set to an instance of an object.
at PluimpieCo.Main.GameWorker.ConnectionHandler(State Obj S) in C:\Documents and Settings\Administrator\Bureaublad\New DutchCo\Main\GameWorker.cs:line 34

Edit:
I went threw all system files trying to find it no luck.
It only happens when i get to connecting to game server when trying to login.

Files and line thats giving error:
GameClient.cs:
Crypto = new GameCrypto(ASCIIEncoding.ASCII.GetBytes("DR654dt34 trg4UI6"));
Blowfish:
Native.BF_set_key(_key, data.Length, data);
GameWorker:
C.AddSend(Packets.DHKeyPacket(C.KeyExchance.Public Key.ToHexString(), C.NewServerIV, C.NewClientIV));
03/03/2012 00:12 I don't have a username#2
You need to set the project to x86 or get a libeay32.dll for x64.
03/03/2012 00:29 Drake68#3
One more question could you lead me to where i edit what it says for where you login like 1.Welcome to ServerName.
2.Earn Cp By killing Mods
etc.
Thanks.
03/04/2012 02:00 U2_Caparzo#4
Quote:
Originally Posted by Drake68 View Post
One more question could you lead me to where i edit what it says for where you login like 1.Welcome to ServerName.
2.Earn Cp By killing Mods
etc.
Thanks.
if u don't know that, u really have to wait some time for have a vps... :s
03/04/2012 02:24 Spirited#5
I put my welcome message after Character Info. That way, I don't have people talking before the welcome message is sent. Earning CPs by killing mobs is something specific to your source. It would be in the item pick up code.
03/04/2012 06:08 Drake68#6
lol i know how to make them get cp from killing monsters. i used that as a example. im just trying to change the system chat that comes up when you log in. lol
03/04/2012 09:02 .Ryu#7
Quote:
Originally Posted by Drake68 View Post
lol i know how to make them get cp from killing monsters. i used that as a example. im just trying to change the system chat that comes up when you log in. lol
Did you try and search for the text that is displayed when you log in? It could also be in a text file
03/05/2012 02:01 Drake68#8
yes i went threw every single file not one has it in it lol ): thats why i came here thought i was missing something
03/05/2012 03:26 Spirited#9
Search your source if you have one already. If you don't, add one to where I said. We can't help you any further with the information you gave us.