Jump to content
  • 0

Running the server on GDB


nicoscene

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

Hi rAthena, I found a way to run servers in GDB on Windows unfortunately, I have no idea on how to install it. (Even after watching youtube tutorial and reading the guide itself)
Can someone help or guide me on installing this?
http://www.mingw.org/

Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

Hi rAthena, I found a way to run servers in GDB on Windows unfortunately, I have no idea on how to install it. (Even after watching youtube tutorial and reading the guide itself)

Can someone help or guide me on installing this?

http://www.mingw.org/

 

You don't need gdb on windows. 

Just recompile server in debug mode (VS) 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

 

Hi rAthena, I found a way to run servers in GDB on Windows unfortunately, I have no idea on how to install it. (Even after watching youtube tutorial and reading the guide itself)

Can someone help or guide me on installing this?

http://www.mingw.org/

 

You don't need gdb on windows. 

Just recompile server in debug mode (VS) 

 

How do i do that? (Sorry for the noob question)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Download and install the software:http://www.microsoft.com/de-de/download/details.aspx?id=34673

It's free for 30 days after that you need to create a acc at Microsoft, but also this is free and then you can use it for ever.

To compail your server read the wiki:http://rathena.org/wiki/Compiling/Windows

At the wiki they use version 2010 if you use my link it's version 2012 then this line is wrong at the wiki:Open rAthena-10.sln in your rAthena folder

It have to beOpen rAthena-12.sln in your rAthena folder

The file you have to open with at rathena folder have to match with the version of visual studio.

Edited by Vincent
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

Download and install the software:http://www.microsoft.com/de-de/download/details.aspx?id=34673

It's free for 30 days after that you need to create a acc at Microsoft, but also this is free and then you can use it for ever.

To compail your server read the wiki:http://rathena.org/wiki/Compiling/Windows

At the wiki they use version 2010 if you use my link it's version 2012 then this line is wrong at the wiki:Open rAthena-10.sln in your rAthena folder

It have to beOpen rAthena-12.sln in your rAthena folder

The file you have to open with at rathena folder have to match with the version of visual studio.

And then where can i find the dump files after compiling it on debug mode?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

All files will stay at the rathena folder so you don't need to copy this in any other folder.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

I mean, if server crashes. is there any crash dump file? If yes, where can i find them?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Yea they are but you can also ser at the console the reason why the server crashes.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

Yea they are but you can also ser at the console the reason why the server crashes.

Where can i find those dump files? There are cases that server crashes without any messages from Map server. Please read my question. You're responding randomly.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

Wtf about your post. How ever.

I am not sure if there is a config at rA for this. I use a extra tool.

Programm:

http://technet.microsoft.com/en-us/sysinternals/dd996900.aspx

Use this command to run it:

procdump -ma -e -t map-server.exe

Edited by Vincent
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...