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

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

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 ...

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...

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

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:

Thank You in advance!
-NarutoXBlade89






