So I recently got into pservers for rotmg and I've been trying to use the new Phoenix source. I have gotten everything to work except the server.exe
I just wanted to make this for my friend and I, so I started to just make it work locally and then make it public. I haven't done anything to the IPs.
It gives me this:
Unhandled Exception: System.Net.HttpListenerException: The process cannot access the file because it is being used by another process.
at System.Net.HttpListener.AddAllPrefixes()
at System.Net.HttpListener.Start()
at server.Program.Main(String[] args) in c:\Users\myname\Desktop\Rotmg\myserver\Phoenix-Realms-master_mpgh.net\Pheonix-Realms-master\server\Program.cs:line 23
----
I've went to line 23 in Program.cs and couldn't find anything useful. Any help?
Yeah I think. I set it all up with 127.0.1.80:80. Everything works except server.exe though
Ok I got past that error, but now I'm getting a load of errors in my server.exe when I open the client. The client is also saying Load error, retrying. Any help?
Originally Posted by thenbfguy
So I recently got into pservers for rotmg and I've been trying to use the new Phoenix source. I have gotten everything to work except the server.exe
I just wanted to make this for my friend and I, so I started to just make it work locally and then make it public. I haven't done anything to the IPs.
It gives me this:
Unhandled Exception: System.Net.HttpListenerException: The process cannot access the file because it is being used by another process.
at System.Net.HttpListener.AddAllPrefixes()
at System.Net.HttpListener.Start()
at server.Program.Main(String[] args) in c:\Users\myname\Desktop\Rotmg\myserver\Phoenix-Realms-master_mpgh.net\Pheonix-Realms-master\server\Program.cs:line 23
----
I've went to line 23 in Program.cs and couldn't find anything useful. Any help?
Port 80 is already used.
Originally Posted by thenbfguy
Yeah I think. I set it all up with 127.0.1.80:80. Everything works except server.exe though
I assume you mean you're using 127.0.0.1:80.. and if so it's in use (most likely by skype) just change the port it listens to or change skypes default port.
- - - Updated - - -
Originally Posted by BlackRayquaza
Port 80 is already used.
Didn't even see you said this
Everything was fixed by a friend. Thanks for replying everyone. Time to close.