Known problems:
*This CANNOTbe run on any 64 Bit OS unless you rebuild ManagedOpenSSL using libeay64.dll, change the name of the dll the project wraps (at the moment it's libeay32, you need to change it to libeay64) *credits go to tanelipe* (but how do u go about rebuilding it? D=)
Uhm, i dn if im a 64-bit, but i do know im getting the OpenSSL problem. ALL my ips are right, my root user and pssword in both game and login server, everything is done correctly. Uhm, then someone told me i have to recompile it in the C# editor thing, and this is what i get.
Error 2 The type or namespace name 'OpenSSL' could not be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Mark\Desktop\Arctic Server\CoEmu v2\CoEmu v2 GameServer\Encryption\GameEncryption.cs 12 7 CoEmu v2 GameServer
i get this in error, according to the program, in like 8 different places. i changed libeay32 to 64, but what do u mean repair it by changing the name?
lollll this is painful to get going
I know your problem.You need to copy and paste ManageOpenSsl in release folder.He need to be in debug and release.
The problem I have encountered is this, I had to uninstall navicat and MySQL and appserv but before I had uninstalled I was able to open login server. And now that I have reinstalled appserv and navicat and MySQL (newer version) I can not access the database it gives the problem of not being able to find the database.
I used test as username and password before but now I am using root and root just to try to get it working, How can I get it to read my database again? Or do I need to reinstall the source again?
I was using root as username BUT I was using test as my password and I found this was my problem I asked for help and was given a solution which I need to find adain but it is to do with opening a command box
Start--->>>run---->>>>cmd then hit enter
Typ in this mysql -u root -p and then click enter
It should ask you for a password and when you find out what that password is then that is the password you should be using for the source.
nice trade READ ALL POSTS ! 1 its soon answerd you have to edit the first acc id manual to
******** (search yourself) 2 time out comes up if you wrot a wrong ip (yes the login server and game server load) butyou have got wrong ip filled in ..
I have a problim i have only seen 1 other person having on this forum and still no help with it.I downloaded the client patched it to 5095 changed the exe and server.dat every time i try to open exe it crashes before even getting to the login screen.Now if i open play.exe and bypass the patch it goes to login screen but has no server posted as im guessing it cant read that server.dat So please any help here would be great.
]Thanks in first for the nice guide to install the server. Well, after all the Game and Login Server seems to run.
But after login with the client, it stops... seems so as the game server don't get the control.
Also after pass the Login server it don't goes again.
That is what i get, but there it stops the login process, by handle with the game server
seems. Can some one help me? Thanks in advantage!
public static void LoadMonsters()
{
MySqlCommand Cmd = new MySqlCommand("SELECT * FROM `monsters`", DatabaseConnection.NewConnection()); MySqlDataReader DR = Cmd.ExecuteReader(CommandBehavior.CloseConnection) ;
while(DR.Read())
{
i got this problem at c# Step .. what should i do ??
plz any one give help
Well, read . The part about:
Some additional issues known:
Please note: If you installed MySQL bundled with anything (like AppServ, XAMPP, WAMP, etc.), OR if you installed it MySQL in "Developer" mode, then you MUST remove the following from the GameServer "DatabaseConnections.cs":
[HELP]Errors on coemu <-- easy 10/27/2009 - CO2 Private Server - 1 Replies Hello guys, im completely new with coemu and have encountered 13 errors, i had 47 i fixed most but stuck with last 13, ill list them.
Error 1 'CoEmu_v2_GameServer.Nano' does not contain a definition for 'Lotto' C:\Documents and Settings\Ebonie\Desktop\Source (Version 5095)\coemu\CoEmu v2 GameServer\Handlers\NpcTalk.cs 4420 69 CoEmu v2 GameServer
Error 2 'CoEmu_v2_GameServer.Nano' does not contain a definition for 'Lotto' C:\Documents and Settings\Ebonie\Desktop\Source (Version...
5bot errors and Problems. 06/19/2009 - Conquer Online 2 - 1 Replies Being unable to access the CID site i thought i'd post the info here since both Syntax and CID have accounts on the forums. While Botting with my Tro i get Disconnected after 3-20 minutes with the error (insert Character name Here) disconnected. Reason:Server disconnected (-8)
I don't know if its specific but would like to know if theres a way i can fix this. The files are all in the right place and its not an install problem since the bot works fine sometimes for a few hours. Now for my...
a couple of errors/problems 10/05/2008 - CO2 Private Server - 0 Replies ok i got a couple of problem with the console (i mean the server) here they are :
System.NullReferenceException: Object reference not set to an instance of an object.
at COServer_Project.Character.AddItem(String ItemInfo, Byte ToPos, UInt32 UID) in D:\CoServer\Steals Server Pack\Source\PowerSource CO\COServerProject1\COServerProject\Character.cs:l ine 3835
at COServer_Project.Client.GetPacket(Byte data) in D:\CoServer\Steals Server Pack\Source\PowerSource...
CoEMU errors 07/31/2007 - Conquer Online 2 - 2 Replies After I downloaded CoEMU sources at SVN site via TortoiseSVN, I fixed and compiled it. After I launched the server, I got an errors from debugging screen and just stucked at Selector. I suppose to choose my char(s) that near a Selector but my char(s) doesnt appears.
Can someone give me a fixed codes?