[Guide]CoEmu v2 Source Setup

07/01/2009 09:36 polaris675#121
i have followed all guide, and all ips are sets and sql are good, created an acct. with out password and after all of 10 hours hardwork still.. i cant connect to my server, any people having this problem?
07/01/2009 10:11 darkmanx1#122
My version.dat says 5095 i have everything working and when i go to login, the login server says my char is logging into the server. but still cant login or create a char or anything. Ill appreciate any help i receive alot THX.
07/04/2009 01:09 gandalf+mage :p#123
I was doing it, followed all the instructions/steps. But I got stuck somewhere, Its urgent.
I would appreciate it ALOT, if someone whos atleast decent, or made this work help me out. Not a noob with computers, just first time doing this. Reply and I'll give you my msn. Its urgent.
Need it for my server.
[Only registered and activated users can see links. Click Here To Register...]
Alright Thanks lulz

Screw PMin, just add me on msn
[Only registered and activated users can see links. Click Here To Register...]
07/04/2009 09:01 shadowblade42#124
Ok so i got the sever up and running but I keep getting item packet errors and it doesn't have have the items allot of items or skills that work, is this normal and am i supposed to figure it out myself or did i just miss a step and forget to upload something. Great guide overall, Any help would be appreciated though Thanks.

~Shadow

PS: If everything working except logging in aka account server seems to be working and notices when you try to login, make sure you didn't fill out all the info under accounts page of the database, just fill the ID like it says, I missed that step the first time and spent almost 9+ hours trying to figure it out :)
07/05/2009 00:43 populoes#125
Good Guide Mate
07/05/2009 01:18 zakkwilde_17#126
hey guys the microsoft web site is off here :S anyone have the setup to upload in rapidshare or megaupload ? :/
07/05/2009 01:23 bazemad#127
huhu thanks :D
07/06/2009 03:00 auraboreal#128
anyone have libeay64.dll?

thanks
07/14/2009 04:34 Crystal134#129
Can anyone explain how this is done with navicat....

Or help me get phpmyAdmin =.=(Link to dl) and directions...
07/14/2009 23:52 xrmaddness#130
Hey guys,

I followed the guide exactly, except for the phpadmin part, I'm using SQLyog.

Anyway, I've set everything up, changed everything using C#. built, and tried running.

The loginserver works, to the point where I have to connect to the gameserver.

The gameserver shows this error when starting it up from debug:

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

Any help is greatly appreciated!

By the way, someone earlier had the same problem, and I noticed no one answered him either. Around page 4-5.

EDIT:

If it helps, here's what it says when I run the gameserver in C#:

[Only registered and activated users can see links. Click Here To Register...]
07/14/2009 23:55 n0mansland#131
Quote:
Originally Posted by xrmaddness View Post
Hey guys,

I followed the guide exactly, except for the phpadmin part, I'm using SQLyog.

Anyway, I've set everything up, changed everything using C#. built, and tried running.

The loginserver works, to the point where I have to connect to the gameserver.

The gameserver shows this error when starting it up from debug:

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

Any help is greatly appreciated!

By the way, someone earlier had the same problem, and I noticed no one answered him either. Around page 4-5.

In databaseconnection.cs you should see a line that begins with

"MySQL Connection"

Replace the whole code with this

Code:
            MySqlConnection C = null;
            try
            {
                C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'");
                C.Open();
            }
Then debug/compile
07/15/2009 01:51 xrmaddness#132
Well thank you so much!

I replaced:

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 it's successful!

EDIT:

Upon entry of my server.. it seems that nothing loads! I can't even see my character! I can move, but only once, and once I move I can't move again unless I log out. Any idea?
07/15/2009 17:42 lesley21#133
it works Ty u so much for 4 hours searching on that code ! XD
07/15/2009 19:09 Crystal134#134
Well.... Any ideas what to do.. =.=?

[Only registered and activated users can see links. Click Here To Register...]
07/15/2009 19:16 n0mansland#135
Well it looks like you either put the IPs in the wrong spot or have the wrongs ones/misspelled one or something is up with your MySQL but then it'd get an error. Try using another source of CoEmuV2.