[HELP] 5165 server

01/31/2010 19:27 Sadler675#1
Alright, whats up guys. I've been a member here a long time but I've never really took apart in the community yet. But here's the deal, I was using a guide on here, the "Super Guide" on how to make a 5165 server (Link to the guide I was using is below). I have all the parts dled, I've changed the config.ini in the OldCODB folder. I've port forwarded all needed ports, and installed mysql. The problem it that when i go to run "NewestCOServer.exe," It opens than closes. Now before this I went to run it and it said i needed .NET framework 4.0 to run it. So i dled that, and now it just opens and closes.

I've been looking for a guide to help me for some while now. But I can't seem to find it. So is there anyone here who can help me out?? Thanks guys...

-Sadler

LINK:"http://www.elitepvpers.com/forum/co2-pserver-guides-releases/433571-super-guide-how-setup-5165-source.html"


P.S: My localdisk drive is also "I:" and I have notice that this server may be setup for a computer with the drive of "C:" I'm sure this could be a prob, and maybe an easy fix. The thing is I don't know what files to change. So If that is my prob could you please supply me with the needed knowledge?? thanks. :)
01/31/2010 20:27 hunterman01#2
Honestly it would probaly be best if you used Coemu

most npcs arent coded but i can help you with that

[Only registered and activated users can see links. Click Here To Register...]
01/31/2010 20:51 Sadler675#3
Alright thanks.
I got CoEMU v2, did everything on the page.
I went into Bin>Debug>and ran the CoEmu V2 gameserver.exe.

It went through loading all the shit lol. Said "did not load dmap..."
like 50 times in the process.

Than got to the bottom encountered an error and closed....

Soooo... any help?


EDIT: Says line 34 error. At the end, It shows a directory from somneone elses computer. My drive is I: not C:. But I don't know were I would go to fix this, i'm unfamiliar with the files... I'll try to get a screenie for ya.
01/31/2010 21:00 hunterman01#4
instead of saying thanks press it :)

and yeah post a screenie

and get on crazy =P
01/31/2010 21:11 Sadler675#5
And alright ill be on ina sec xD.


Heres the screenie:

[Only registered and activated users can see links. Click Here To Register...]
01/31/2010 23:27 pro4never#6
You set up the database connection info incorrectly it sounds like.

Open up the project and go to

GameServer>Database>DatabaseConection.cs

Change user/pass to whatever your sql info is (make a test connection using navicat if needed, it's a useful program so you should prob grab it anways)

LoginServer>Database>databaseConnection.cs

Do the same thing, debug them both (right click the project and debug) Then run them both again and see if that fixes the problem.


Also note: There are a number of guides for specific errors with CoEmu, I have no problem helping you out with setting it up but if we aren't on... they are posted so just search.


<edit>
Note: Both the game server AND login server must be open to actually log in. You can find them in your sources folder under GameServer>bin>debug>Game server.exe (or some similar name) and Login server>bin>debug respectively.