imbadudelz 4 Posted August 6, 2019 (edited) When I use "gdb map-server" it can't connect to the char-server and login-server because it is not running so I can't connect to the game using my client. https://imgur.com/ufVHg5V How can I run the 3 server under gdb? Edited August 6, 2019 by imbadudelz Quote Share this post Link to post Share on other sites
1 Functor 36 Posted August 6, 2019 You should read about "screen". You can start login and char servers with "screen". Quote screen -amdS char ./char-server && screen -amdS login ./login-server 1 imbadudelz reacted to this Quote Share this post Link to post Share on other sites
0 imbadudelz 4 Posted August 6, 2019 Quote screen -amdS char ./char-server && screen -amdS login ./login-server I tried this command but nothing happens, it did not run the char-server and login-server. What I'm confused about using GDB is that to run my server under dbg is I have to run this command. Quote gdb ./map-server r I tried that but it does not connect my map-server to char and login server because only map-server is running. So how can I connect to my server if the char-server and login-server is not running, only the map-server. How can I wait the server crash if I cannot connect? Quote Share this post Link to post Share on other sites
0 cookie-rae 6 Posted August 7, 2019 10 hours ago, imbadudelz said: I tried this command but nothing happens, it did not run the char-server and login-server. What I'm confused about using GDB is that to run my server under dbg is I have to run this command. I tried that but it does not connect my map-server to char and login server because only map-server is running. So how can I connect to my server if the char-server and login-server is not running, only the map-server. How can I wait the server crash if I cannot connect? make screen for each login/char/map then gdb map-server Quote Share this post Link to post Share on other sites
0 imbadudelz 4 Posted August 7, 2019 1 hour ago, hikashin said: make screen for each login/char/map then gdb map-server What's the command to make screen for login/char/map? Quote Share this post Link to post Share on other sites
0 bWolfie 138 Posted August 9, 2019 i use tmux tmux new -s login ./login-server <CTRL + b>, <d> then repeat for char Quote Share this post Link to post Share on other sites
When I use "gdb map-server" it can't connect to the char-server and login-server because it is not running so I can't connect to the game using my client.
https://imgur.com/ufVHg5V
How can I run the 3 server under gdb?
Edited by imbadudelzShare this post
Link to post
Share on other sites