|
You last visited: Today at 01:45
Advertisement
Source 5522 + key error: \
Discussion on Source 5522 + key error: \ within the CO2 Private Server forum part of the Conquer Online 2 category.
10/30/2011, 17:26
|
#1
|
elite*gold: 0
Join Date: Nov 2010
Posts: 3
Received Thanks: 0
|
Source 5522 + key error: \
I'm having a problem at source, is usually set up, patch and everything, but when I log in it will walk to C # with the following error
|
|
|
10/30/2011, 18:28
|
#2
|
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 15
|
I think it`s your .Net Frame Work, right click on project then choose properties
then check what version of .Net Frame Work and install it , lets give it a try .
|
|
|
10/30/2011, 18:30
|
#3
|
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
|
Nope its because you havent correctly defined the pinvoke for that method, it even states it in the error message, if you have a search for pinvoke signatures in release i informed people how to fix this.
|
|
|
10/30/2011, 19:58
|
#4
|
elite*gold: 0
Join Date: Nov 2010
Posts: 3
Received Thanks: 0
|
Quote:
Originally Posted by abdeen
I think it`s your .Net Frame Work, right click on project then choose properties
then check what version of .Net Frame Work and install it , lets give it a try .
|
i have all netframes , the problem still persists
|
|
|
10/30/2011, 20:05
|
#5
|
elite*gold: 20
Join Date: Oct 2008
Posts: 328
Received Thanks: 43
|
Quote:
Originally Posted by buer157
i have all netframes , the problem still persists
|
Then read what Korvacs wrote?
|
|
|
10/30/2011, 22:12
|
#6
|
elite*gold: 0
Join Date: Nov 2010
Posts: 3
Received Thanks: 0
|
i fixed !.
Play Conque.....exe , no F5 c#
|
|
|
10/30/2011, 23:07
|
#7
|
elite*gold: 0
Join Date: Sep 2011
Posts: 40
Received Thanks: 1
|
open form bin/debug
not from source
|
|
|
10/31/2011, 15:00
|
#8
|
elite*gold: 0
Join Date: Nov 2009
Posts: 785
Received Thanks: 422
|
Replace the whole void (public class Blwfish : IDisposable) with this:
Code:
public class Blowfish : IDisposable
{
[DllImport("libeay32.dll", CallingConvention = CallingConvention.Cdecl)]
public extern static void CAST_set_key(IntPtr _key, int len, byte[] data);
[DllImport("libeay32.dll", CallingConvention = CallingConvention.Cdecl)]
public extern static void BF_ecb_encrypt(byte[] in_, byte[] out_, IntPtr schedule, int enc);
[DllImport("libeay32.dll", CallingConvention = CallingConvention.Cdecl)]
public extern static void BF_cbc_encrypt(byte[] in_, byte[] out_, int length, IntPtr schedule, byte[] ivec, int enc);
[DllImport("libeay32.dll", CallingConvention = CallingConvention.Cdecl)]
public extern static void CAST_cfb64_encrypt(byte[] in_, byte[] out_, int length, IntPtr schedule, byte[] ivec, ref int num, int enc);
[DllImport("libeay32.dll", CallingConvention = CallingConvention.Cdecl)]
public extern static void BF_ofb64_encrypt(byte[] in_, byte[] out_, int length, IntPtr schedule, byte[] ivec, out int num);
[StructLayout(LayoutKind.Sequential)]
struct bf_key_st
{
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 18)]
public UInt32[] P;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 1024)]
public UInt32[] S;
}
|
|
|
10/31/2011, 15:07
|
#9
|
elite*gold: 20
Join Date: Mar 2006
Posts: 6,126
Received Thanks: 2,518
|
Thats what you would have found if you had searched
|
|
|
10/31/2011, 19:55
|
#10
|
elite*gold: 0
Join Date: Mar 2010
Posts: 475
Received Thanks: 15
|
they must add a comment when you starting new thread with rules like release section .
|
|
|
 |
Similar Threads
|
Wrangler Does Not Work In 5522 !
05/17/2012 - CO2 Private Server - 10 Replies
First Of all , I'm So Sorry i have tons on questions !
The Wrangler Does Not work in my source
http://img821.imageshack.us/img821/345/captureel. jpg
i Use a Source From an arab guy :/
So i barely understand xD
Contact me on MSN
[email protected]
Or just in replies
|
Reborn 5522 help
10/06/2011 - CO2 Private Server - 4 Replies
How i can fix the reborn and reincanation of source 5522?
when I was reincarnated, or reborn, the skills do not appear and disappear that are not, I wanted to know what to do to be reborn and reborn skills appear both when reincarnating and able to fix it.
patchs in here:
" SkillTable.cs "
using System;
using System.IO;
|
I Need A Site for Source 5522 With Turorial !
09/24/2011 - CO2 Private Server - 9 Replies
I Need A Site for Source 5522 With A Tutorial Please :)
When i try to use Zeko's it just wrote waiting for 'myip' and after a while it shows what's written in this screenshot
http://img42.imageshack.us/img42/2655/captureccs. jpg
Or Just give me a tut. on how to use it with 5522 source
thank you
|
I need the way to Convert 5375 To 5522
09/01/2011 - CO2 Private Server - 0 Replies
I need the way to Convert 5375 To 5522
Please,
??
|
All times are GMT +1. The time now is 01:46.
|
|