Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Web [Tut]] How to run MapleStoryServer.exe without using debug mode

Status
Not open for further replies.
Sharing is caring
Developer
Joined
Feb 1, 2007
Messages
2,086
Reaction score
728
How to run MapleStoryServer.exe without using debug mode in VC++?

1. Go to your TitanMSRev005\MapleStoryServer\Debug folder (if you use Rev005).
2. Copy the MapleStoryServer.exe to your TitanMSRev005\MapleStoryServer\MapleStoryServer folder.
3. Then run MapleStoryServer.exe and it should load.

Credits to me for figuring this out :smile:

Don't flame me if you all already know, I just wanted to contribute.
 

war

Banned
Banned
Joined
Feb 10, 2007
Messages
236
Reaction score
0
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

His way fails hard.

There's alot more easier way, change the box next to the green arrow from "Debug" into "Release" it should compile right now.
 
Sharing is caring
Developer
Joined
Feb 1, 2007
Messages
2,086
Reaction score
728
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

Thats another option that works but this is a lot faster.
Why do you need to post negative always in my threads?
Don't you have a life?
 
Junior Spellweaver
Joined
Mar 22, 2008
Messages
139
Reaction score
5
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

I though everyone knew this....

its pretty much common sense, No offense.:blowup:
 
Newbie Spellweaver
Joined
Apr 5, 2008
Messages
28
Reaction score
1
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

Meh... I didn't know this. -.-
And it doesn't work. :eek:
 
Newbie Spellweaver
Joined
Mar 23, 2007
Messages
57
Reaction score
0
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

Wow thanks! I had some error, but I moved my MapleStoryServer.exe and now it works.
 
Junior Spellweaver
Joined
Dec 22, 2006
Messages
124
Reaction score
0
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

lol this adds extra buggs ,
if you want to run normally with the exe ,
rebuild the .exe files with a recompile ,
and then add the source files ,
that works fine :)

(basicly make a release instead of debug)
 
Sharing is caring
Developer
Joined
Feb 1, 2007
Messages
2,086
Reaction score
728
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

Works fine for me this...
But I try your way aswell.
Btw, why aren't you coming on MSN anymore?
 
Newbie Spellweaver
Joined
Apr 5, 2008
Messages
13
Reaction score
0
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

Wtf is the Maplestorserver.exe? I don't have a file like that
 
Newbie Spellweaver
Joined
Apr 5, 2008
Messages
13
Reaction score
0
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

Heres what I have done.

MySQL : Loaded all the codes done with it
Account created
VC++: Loaded Rev0005 Builded

Debugged

Mobs - Done
Items - Done
NPC - Done
Equips - Done
Shops - Done
Quests - Done
Maps - Done
Timers - Done
Intializing MySQL access Denied for user 'root'@'localhost' (USING PASSWORD: NO) FAILED

Doesn't work,
I use Rev0005 with 0.53 client and LocalHost.53
 
Newbie Spellweaver
Joined
Apr 2, 2008
Messages
14
Reaction score
0
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

I was sure everyone know this haha!
Credits to me for figuring this out :) - LOL!
What prob I was running without debug since rev001, but I found out its good to run it with it.
 
Newbie Spellweaver
Joined
Mar 15, 2008
Messages
38
Reaction score
1
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

I have a problem when I login with my id and password it goes to the mobs/maps/etc black screen thing and says

accept
id:----
pw:---

And Visual C++ shows a message

what do I type ? or how to fix it
 
Experienced Elementalist
Joined
Apr 3, 2008
Messages
262
Reaction score
0
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

erm isnt debug the bomb?
 
Newbie Spellweaver
Joined
Mar 13, 2007
Messages
45
Reaction score
0
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

Ok i get a visual c++ error when i do that ... YAY!!!!
 
Divine Celestial
Loyal Member
Joined
Apr 6, 2008
Messages
858
Reaction score
0
Re: [TUT] How to run MapleStoryServer.exe without using debug mode

Heres what I have done.

MySQL : Loaded all the codes done with it
Account created
VC++: Loaded Rev0005 Builded

Debugged

Mobs - Done
Items - Done
NPC - Done
Equips - Done
Shops - Done
Quests - Done
Maps - Done
Timers - Done
Intializing MySQL access Denied for user 'root'@'localhost' (USING PASSWORD: NO) FAILED

Doesn't work,
I use Rev0005 with 0.53 client and LocalHost.53

It means that your mySQL has a password and you have to put in the password for it to work.
 
Initiate Mage
Joined
Apr 30, 2008
Messages
3
Reaction score
0
Re: [GUIDE]How to run MapleStoryServer.exe without using debug mode

Wow! Thanks for the Idea! I will try it out
 
Status
Not open for further replies.
Back
Top