CoEmu v2 5095: Errors, help, problems... POST HERE

05/30/2009 17:23 Admin001#91
Hello $ HaDoW you can help me?

because when I come with my login and my password

of an error
Failed to Connect the Server. Please Login Again!

could you help me?

add me on msn please

[Only registered and activated users can see links. Click Here To Register...]

and if anyone knows how to solve this, add me too!

accept all aid

Excuse my English!
05/30/2009 17:33 warzie006#92
Quote:
Originally Posted by Admin001 View Post
Hello $ HaDoW you can help me?

because when I come with my login and my password

of an error
Failed to Connect the Server. Please Login Again!

could you help me?

add me on msn please

[Only registered and activated users can see links. Click Here To Register...]

and if anyone knows how to solve this, add me too!

accept all aid

Excuse my English!
I have the same error.
I hate those errors!

Can you help me to $ HaDoW?
My msn is [Only registered and activated users can see links. Click Here To Register...]
05/30/2009 17:52 $HaDoW#93
wtf is going on why I'm I the most famous dude right now -_- fucking noobs everywhere ! ^_^
just try something ! why did it worked for me ? CUS I FUCKING READ ALL POSTS AND USED GUIDES !
05/30/2009 18:13 Admin001#94
$ hadow, I tried everything, went on almost all topics on the Source
CoEmu v2, but when I do not understand, I try to do what the person
calls, most can not come to my mind at all, I think
I already downloaded all the programs throughout the Forum :( and still can not
come to my account in Source, please $ shadow, if you me
help, not encho more your bag # 10

Sorry again for my bad English
05/30/2009 18:31 $HaDoW#95
your englsih sis fuckdup :D I do not understand what you are trying to tell me -_-
whats the problem
05/30/2009 18:52 Admin001#96
I knew you would not understand!

I will be more simple ;)

my problem is the same as for all

not enter the char, you could use the TeanViewer
and help me here?

$hadow be Thankful

Sorry For Bad English
05/30/2009 19:02 $HaDoW#97
for this error
[Only registered and activated users can see links. Click Here To Register...] LINK TO PICTURE :)
go to \CoEmu v2 GameServer\Database\DatabaseConnection.cs
Find this line
Code:
MySqlConnection C = null;
			try{
			C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'; Min Pool Size = 300; Max Pool Size = 900");
			C.Open();
			}
and replace it with this
Code:
MySqlConnection C = null;
			try{
			C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'");
			C.Open();
			}
Save and rebuild the project then copy the new exe file from Release folder and DONE !


about Login in to the game !
how your server.dat should look
Code:
<?xml version="1.0"?>
<mysqldump xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<database name="cq2">
	<table_structure name="outenserver">
		<field Field="id" Type="smallint(1) unsigned zerofill" Null="NO" Key="PRI" Default="0" Extra="" />
		<field Field="ServerName" Type="varchar(32)" Null="YES" Key="" Extra="" />
		<field Field="ServerIP" Type="varchar(15)" Null="YES" Key="" Extra="" />
		<field Field="ServerPort" Type="int(1) unsigned" Null="YES" Key="" Extra="" />
		<field Field="FlashName" Type="varchar(32)" Null="YES" Key="" Extra="" />
		<field Field="FlashIcon" Type="varchar(32)" Null="YES" Key="" Extra="" />
		<field Field="FlashHint" Type="varchar(128)" Null="YES" Key="" Extra="" />
		<field Field="Child" Type="tinyint(1) unsigned zerofill" Null="NO" Key="" Default="0" Extra="" />
		<key Table="outenserver" Non_unique="0" Key_name="id" Seq_in_index="1" Column_name="id" Collation="A" Cardinality="97" Null="" Index_type="BTREE" Comment="" />
		<options Name="outenserver" Engine="MyISAM" Version="10" Row_format="Dynamic" Rows="97" Avg_row_length="58" Data_length="5644" Max_data_length="281474976710655" Index_length="2048" Data_free="0" Create_time="2008-11-26 08:33:09" Update_time="2008-12-18 08:39:35" Collation="latin1_swedish_ci" Create_options="" Comment="" />
	</table_structure>
	<table_data name="outenserver">
	<row>
		<field name="id">0</field>
		<field name="ServerName"></field>
		<field name="ServerIP"></field>
		<field name="ServerPort">0</field>
		<field name="FlashName"></field>
		<field name="FlashIcon"></field>
		<field name="FlashHint"></field>
		<field name="Child">1</field>
	</row>
	<row>
		<field name="id">1</field>
		<field name="ServerName"></field>
		<field name="ServerIP"></field>
		<field name="ServerPort">0</field>
		<field name="FlashName">Group1</field>
		<field name="FlashIcon">Group11.swf</field>
		<field name="FlashHint"></field>
		<field name="Child">1</field>
	</row>
	<row>
		<field name="id">101</field>
		<field name="ServerName">SrCo</field>
		<field name="ServerIP">78.61.110.231</field>
		<field name="ServerPort">9958</field>
		<field name="FlashName">SrCo</field>
		<field name="FlashIcon">Group3/server2.swf</field>
		<field name="FlashHint"></field>
		<field name="Child">0</field>
	</row>
	</table_data>
</database>
</mysqldump>
DO NOT CHANGE ANYTHING IN IT !


In the setup guide there is a line about name !
DO NOT FUCKING CHANGE IT BECAUSE YOU ARE NOOBS !
Leave it as it is !
Code:
if(ServerName == "CoEmu")
			        {
JUST DONT FUCKING CHANGE ANY NAMES !!!! leave it or it wont work !

DONE
dont forget to setup the database and ue ONLY YOUR IPS !

Now there should not be any more erros or bugs !
05/30/2009 20:30 Zeroxelli#98
Quote:
Originally Posted by 2coolforu2 View Post
Lol okay.

EDIT: Fail Back at you!!! :P Still gives me that error...
Knowledge fail on your part, check your firewall. You're being prevented from connecting to the server which means the port must be firewalled or the address is still incorrect; Not you have to change the IP in BOTH PROJECTS, and not just one place. :)
05/30/2009 20:44 2coolforu2#99
Yes I know I tried everything but it still fails...
05/30/2009 20:47 warzie006#100
Quote:
Originally Posted by 2coolforu2 View Post
Yes I know I tried everything but it still fails...
Where do you saved it?
Look in:
Bin/debug and try it again
05/31/2009 09:59 ~*Dutchess*~#101
I never had this problem b4 but when i logged in a new char. the guards would kill me when i wasnt flashing. =/ Any reason why that is? i remember seeing someone having similar problem never read the post. and now i cant seem to find it.


EDIT: I figured out why it does it. When you edit the Guards name it. I just tested it. I went into the db monsters, change CoEmuGuard to Guard1 and logged on they would kill me each time i revived and moved. So i changed it back and they didnt kill me. So i guess u cant change with names. =/
05/31/2009 20:03 geloux#102
GameServer
OpenSSL
Nano.cs----using OpenSSL;
GameEncryption.cs----using OpenSSL;
Nano.cs----public static OpenSSL.DH ServerKey;
GameEncryption.cs----OpenSSL.Blowfish _blowfish;
GameEncryption.cs----public OpenSSL.Blowfish Blowfish
GameEncryption.cs----OpenSSL.DH _keyExchange;
7-Could not resolve this reference.Could not locate the assembly "ManagedOpenSsl".Check to make sure the assembly exists on disk.If this reference is required by your code , you may get compilation errors
8-The referenced component "ManagedOpenSsl" could not be found
i change libeay32.dll to libeay64.dll
05/31/2009 22:38 Undress My Shadow#103
Quote:
Originally Posted by laurytalvi View Post
Um one problem is when ur walking and ur near tc wh, the pharmactist starts to follow u
o= that must be really crepy.
05/31/2009 23:50 dextercsar#104
I have this...error Who can help me:
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
Please help.
06/01/2009 01:24 Zeroxelli#105
I answered that already,
[Only registered and activated users can see links. Click Here To Register...]