[Guide]CoEmu v2 Source Setup

06/08/2009 03:15 samig#106
if anyone has seen the solution to this issue link me:

i start up, but failed to connect, please relog.

the login server black box thing reads = i have authenticated
my connection has timed out.

what do i do? O=
06/08/2009 07:14 felipeboladao#107
Real client of Coemu ...

Download informations :
Filename: Coemu Client.rar
File size: 400.5 MB
Download Link : [Only registered and activated users can see links. Click Here To Register...]

Give me Tranks??
06/09/2009 00:49 michael3dmax#108
Hello to all, and my first time to write and I am using a translator because I am Brazilian relecao with the customer who is given the connection time out error, but the download did not work I mean that the sorce and the client is running the client that the Page 12 do not work also could someone please help me now very obridado ha dat I edited the server to correct this follow the tutorial you
06/09/2009 03:33 auraboreal#109
Error 4 The name 'DataHolder' does not exist in the current context C:\CoEmu v2\CoEmu v2 GameServer\Encryption\GameEncryption.cs 86 11 CoEmu v2 GameServer

HELP ME!
06/10/2009 15:06 defapteunuexist#110
hi ...can anyone help me ? i have made all steps corectly ...everthing...but i stell get an error saying "MySql.Data.MySqlClient.MySqlException: Access denied for user 'coemuorg'@'localh
ost' (using password: YES)"...but i was editing MasterSoket.cs and DatabaseConnection.cs and theat is not the user i put in them ... i put the right user and the right pass but still show me about user "coemuorg" ...please help me ...someone pls post how he made it ...tnx
06/12/2009 15:52 michael2010#111
hey alll thanks for the GUild
but i need any onemake for me the privete server CoemuV2 please
add me : [Only registered and activated users can see links. Click Here To Register...]
06/12/2009 16:30 xxFastBoy#112
An Errorr

Database.cs
line:23
this error: if(Connection.State == ConnectionState.Open) (looking yellow)
06/16/2009 21:17 Konquer1#113
what is it ?

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


[Only registered and activated users can see links. Click Here To Register...]
06/21/2009 17:09 ~*|Limbo|*~#114
Quote:
Originally Posted by samig View Post
if anyone has seen the solution to this issue link me:

i start up, but failed to connect, please relog.

the login server black box thing reads = i have authenticated
my connection has timed out.

what do i do? O=
I'm getting the same error as you :/
06/21/2009 17:10 ~*|Limbo|*~#115
Quote:
Originally Posted by Konquer1 View Post
what is it ?

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


[Only registered and activated users can see links. Click Here To Register...]
Yeah I get that error... Been trying to find a fix for it for awhile now x.x

Hey, i'm a little stuck in the logging in process.

I've made an account successfully, i'm sure i've done it right... But i get this message on the command console:

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

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

When i login it just says "Logging into account server..." then stops and displays the error "Failed to connect to the game server. Please try again later."

I've tried it a few times and tried to make a new account too, neither worked.

Any help on this would be appreciated, i've tried to fix this problem myself for about 2 days now :/

Thanks :)

Still getting this error, been trying to fix it. I followed BOTH this first post and [Only registered and activated users can see links. Click Here To Register...]

I still can't get it to work. Something wroung with my GameServer connecting to the login server i think or the min-max pool size but i edited that out as it said in the guide.

Code:
C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'");
That's what it says on DatabaseConnection.cs in LoginServer and GameServer.

Code:
			        if(ServerName == "TaintedCo")
			        {
                        /*if(AuthSocket.Authorize(AccountName, Key, false))
                        {
                            CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
                        }
                        else
                        {
                            CSocket.Disconnect();
                        }*/
                        if (AuthSocket.Authorize(AccountName, Key, false))
				        {
                            CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
I may have got some ips mixed up and that may be my problem. If this helps find out what's causing the problem... When i first made the account and logged in it let me choose class, name, size then said press back twice and login again. I did that and then that's when it started saying that message on cmd.


#Merged by Emme
06/24/2009 18:36 0105653642#116
hi do u know how to make gm and pm in coemu server
06/24/2009 18:37 n0mansland#117
go into MYSQL then character look for isgm or ispm then put a 1 in that spot
06/25/2009 08:28 drigoon17#118
Junior Member


Join Date: Jun 2009
Posts: 15
Thanks given: 5
Received Thanks: 2 in 2 Posts
The Black Market: (0) Hey, i'm a little stuck in the logging in process.

I've made an account successfully, i'm sure i've done it right... But i get this message on the command console:





When i login it just says "Logging into account server..." then stops and displays the error "Failed to connect to the game server. Please try again later."

I've tried it a few times and tried to make a new account too, neither worked.

Any help on this would be appreciated, i've tried to fix this problem myself for about 2 days now :/

Thanks



Bro.. did you follow all the guide? hmm if you reach that kind of error in time out. here's the advice ill give that solve your problem.

after you debug your project c# close that debug cmd and go to your folder gameserver/debug loginserver/debug folder and there's the gameserver.exe and login.exe that's the one you need to open so that it will not log in timeout.
06/28/2009 20:36 newtito#119
Quote:
Originally Posted by ~*|Limbo|*~ View Post
Still getting this error, been trying to fix it. I followed BOTH this first post and [Only registered and activated users can see links. Click Here To Register...]

I still can't get it to work. Something wroung with my GameServer connecting to the login server i think or the min-max pool size but i edited that out as it said in the guide.

Code:
C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'");
That's what it says on DatabaseConnection.cs in LoginServer and GameServer.

Code:
			        if(ServerName == "TaintedCo")
			        {
                        /*if(AuthSocket.Authorize(AccountName, Key, false))
                        {
                            CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
                        }
                        else
                        {
                            CSocket.Disconnect();
                        }*/
                        if (AuthSocket.Authorize(AccountName, Key, false))
				        {
                            CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
I may have got some ips mixed up and that may be my problem. If this helps find out what's causing the problem... When i first made the account and logged in it let me choose class, name, size then said press back twice and login again. I did that and then that's when it started saying that message on cmd.
The first ip is 66.187.101.86
the second one is 127.0.0.1
:D
06/30/2009 08:17 kasene#120
How Do You Set Yourself As A GM? And Are there GM Commands