Register for your free account! | Forgot your password?

You last visited: Today at 00:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide]CoEmu v2 Source Setup

Discussion on [Guide]CoEmu v2 Source Setup within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Closed Thread
 
Old 07/01/2009, 09:36   #121
 
elite*gold: 0
Join Date: May 2006
Posts: 15
Received Thanks: 0
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?
polaris675 is offline  
Old 07/01/2009, 10:11   #122
 
darkmanx1's Avatar
 
elite*gold: 0
Join Date: Jan 2007
Posts: 96
Received Thanks: 8
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.
darkmanx1 is offline  
Old 07/04/2009, 01:09   #123
 
elite*gold: 0
Join Date: Mar 2007
Posts: 12
Received Thanks: 0
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.

Alright Thanks lulz

Screw PMin, just add me on msn
gandalf+mage :p is offline  
Old 07/04/2009, 09:01   #124
 
elite*gold: 0
Join Date: Nov 2007
Posts: 5
Received Thanks: 0
Items and such

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
shadowblade42 is offline  
Old 07/05/2009, 00:43   #125
 
populoes's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 41
Received Thanks: 10
Good Guide Mate
populoes is offline  
Old 07/05/2009, 01:18   #126
 
zakkwilde_17's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 137
Received Thanks: 4
hey guys the microsoft web site is off here :S anyone have the setup to upload in rapidshare or megaupload ? :/
zakkwilde_17 is offline  
Old 07/05/2009, 01:23   #127
 
bazemad's Avatar
 
elite*gold: 19
Join Date: Nov 2007
Posts: 248
Received Thanks: 30
huhu thanks
bazemad is offline  
Old 07/06/2009, 03:00   #128
 
elite*gold: 0
Join Date: Apr 2007
Posts: 46
Received Thanks: 0
anyone have libeay64.dll?

thanks
auraboreal is offline  
Old 07/14/2009, 04:34   #129
 
elite*gold: 0
Join Date: Jan 2009
Posts: 68
Received Thanks: 5
Can anyone explain how this is done with navicat....

Or help me get phpmyAdmin =.=(Link to dl) and directions...
Crystal134 is offline  
Old 07/14/2009, 23:52   #130
 
elite*gold: 0
Join Date: Jul 2009
Posts: 2
Received Thanks: 0
Exclamation

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:



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#:

xrmaddness is offline  
Old 07/14/2009, 23:55   #131
 
n0mansland's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 780
Received Thanks: 255
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:



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
n0mansland is offline  
Thanks
1 User
Old 07/15/2009, 01:51   #132
 
elite*gold: 0
Join Date: Jul 2009
Posts: 2
Received Thanks: 0
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?
xrmaddness is offline  
Old 07/15/2009, 17:42   #133
 
elite*gold: 0
Join Date: Aug 2007
Posts: 68
Received Thanks: 9
it works Ty u so much for 4 hours searching on that code ! XD
lesley21 is offline  
Old 07/15/2009, 19:09   #134
 
elite*gold: 0
Join Date: Jan 2009
Posts: 68
Received Thanks: 5
Well.... Any ideas what to do.. =.=?

Crystal134 is offline  
Old 07/15/2009, 19:16   #135
 
n0mansland's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 780
Received Thanks: 255
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.
n0mansland is offline  
Closed Thread


Similar Threads Similar Threads
[Guide] CoEmu Setup+LoginFix+Line30,31,34 Fix
03/09/2010 - CO2 PServer Guides & Releases - 17 Replies
Setting Up CoEmuV2 Download everything Here Download Client from Here Thanks andy123 and BrokeN^WinG Now let's start...
[Guide] How to setup Reflex Source
09/11/2009 - CO2 PServer Guides & Releases - 14 Replies
hey 4 people pmed me that they dont know how to setup a source and i saw that beta and someone else didnt knew it eiter how to set it up so here is a guide. Downloads: The Source (http://www.elitepvpers.com/forum/co2-pserver-discu ssions-questions/197876-release-project-reflex-sou rce-v1-0-a.html) APPServer 2.6.0 (AppServNetwork) Co Client Patch 5017 (Conquer_2.0.rar - FileFront.com) Note: People with Windows Vista need APPserver 2.5.1 The Final Guide:
I need some one to setup a Coemu source for me please....
07/03/2009 - CO2 Private Server - 1 Replies
Add meh on msn if u wanna help [email protected] thanx<3 i just want some one to setup it on navicat or w/e :)



All times are GMT +1. The time now is 00:55.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.