CrazyDude69 Posted April 19, 2010 Share Posted April 19, 2010 Hello, when i starting my server, i getting Segmentation fault error everytime! Can you help me? Thanks... Link to comment
CrazyDude69 Posted April 19, 2010 Author Share Posted April 19, 2010 Ok i fixed that problem, but i have a new... When i starting server i getting ERROR: Could not start HTTP server on interface '92.63.107.70' and port '22109'! If i use 0 server starting, but noone can connect it, because of file downloading error, someone help :3 Link to comment
CrazyDude69 Posted April 19, 2010 Author Share Posted April 19, 2010 Sometimes still have "Segmentation fault" Link to comment
Strika Posted May 12, 2010 Share Posted May 12, 2010 Make sure the port isn't already in use for server rather than http server. Show us your mtaserver.conf file we might be able to give you more help. Link to comment
MTA Team jhxp Posted May 13, 2010 MTA Team Share Posted May 13, 2010 You can set httpport to the same value as your game server port, and it should work fine (if it's not used by other application already). Link to comment
Strika Posted May 13, 2010 Share Posted May 13, 2010 Well that wouldn't make sense if all ports are open, how can you run 2 things on same port anyway >.< o0 Link to comment
MTA Team jhxp Posted May 13, 2010 MTA Team Share Posted May 13, 2010 You can, as they're different protocols - one is udp (used by the game), and the other is tcp (used by the built-in http server). They can run on the same port concurrently. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now