[HELP]CoEmu V2 Source Errors

11/17/2012 23:59 NarutoXBlade89#1
Hello, I was wondering if anyone could help me out with some problems I am receiving when I debug "GameServer" in Visual Studios.

I would like to say that "LoginServer" debugged perfectly fine and I have searched the forums for hours for a solution of debugging "GameServer."

Basically I get 3 simultaneous errors...

Error1

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

It may be hard to see so I'll write it out. The error says, "This application has failed to start because MSCVR100.dll was not found. Re-installing the application may fix the problem."

Now... the solution was downloading Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) here ---> [Only registered and activated users can see links. Click Here To Register...] and it worked, but I received more problems afterwards.

*NOTE*

When I set project to "release" instead of "debug" I still get the error above.

Error2

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

This says,"Items.txt NOT FOUND! ITEMS WILL NOT WORK!" + "Itemadd.ini NOT FOUND!"

Now... I am trying to debug with Release + x86, this is because I have Vista x64 instead of Vista x32. I'm not sure if this is a MySQL problem or something else, because I have used 2 backup files and the executed them in Navicat successfully. Most people get errors with "GameServer" that their NPCs or Maps have problems..... all I get is two little lines. On top of that console message I get another message/error.

Error3

When I hit F5 I get the console message and either this error ...

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

Which says... "Could not find file 'C:\CoEmu v2\CoEmu v2\CoEmu v2 GameServer\bin\x86\Release\gamemap.dat'."

The code that is being hightlighted is ...

Code : FileStream gmFile = new FileStream(filename, FileMode.Open);

...and it appears in DmapData.cs in GameServer.

OR I get this error...


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

Which says... "Could not find file 'C:\CoEmu v2\CoEmu v2\CoEmu v2 GameServer\bin\x86\Debug\gamemap.dat'."

So they are the same thing but one actually shows it in DmapData.cs while the other just states the error.


As I stated before the LoginServer work flawlessly thanks to "andyd123" and a post by "pro4never," it's the GameServer that is being uncooperative. I would really appreciate it if you guys would find out a solution or know one that would help finally help me setup this server.


***Side Note***

This is what it looks like when I start up the client...


Client


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

It starts loading LoginServer and the bar starts loading, then after a second it kicks me out and I get that message in the console.

I have literally done everything. I changed my IPs around from hamachi to local(127.0.0.1) and nothing worked. I have also tried deleting the "max pool" and "min pool" passage in the source. I also tried debugging with "Debug" and "Release" but sadly nothing works.

Also, should the source be in C:\ or does its location not matter? If you guys haven't noticed i am new to to this so please don't flame. :/

I would love to test this source out because I've heard so many great things about. I am open for suggestions and waiting for the people of this forum to post their solutions/help.

Just in case, I'll post my email here.

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

Thank You in advance!

-NarutoXBlade89
11/18/2012 06:16 pro4never#2
You're missing a ton of files... Download a fresh copy of the source or use a more modern/working source.


What source is this? Is it the original CoEmu 5095 release or an edited version? The files you're mentioning makes it sound like an edited version.


EliteCoEmu for example which is a reasonable resource but most of the files are no longer posted. You'll run into MANY issues trying to set it up now unless you find someone with a full working archive of the source.
11/18/2012 14:48 NarutoXBlade89#3
Thanks for the response. The source I'm using I believe is the original. I downloaded it from this post... [Only registered and activated users can see links. Click Here To Register...]

I figured I was missing files but I don't know why since I downloaded the original source that everyone used. Do you have a solution for this matter besides just fully re-downloading the source? Thanks
11/21/2012 07:12 NarutoXBlade89#4
-Problem Fixed! :)

Download the proper Libeay32.dll file from the forum and replace it with the Libeay32.dll file inside of the GameServer file. After that, run it and all of the maps and everything in GameServer will run smoothly. Thanks elitepvpvers!
11/21/2012 21:58 JohnHeatz#5
Glad you got it resolved, thanks for posting it so others can see it.