View Single Post
  #1  
Unread 28th September, 2008, 06:16 PM
Nacsiar Nacsiar is offline
Forum Newcomer
 
Join Date: Sep 2008
Posts: 4
Default Switching Map breaks WebAdmin

Hi.

When switching map, the WebAdmin interface stops functioning. I believe it's due to a failure binding the port to listen on, as shown by this line in the log:
Code:
WebServer DM-1on1-Albatross.WebServer (Function UWeb.WebServer.BeginPlay:0227) BindPort: bind failed
different ports doesn't help, so I'm guessing WebAdmin is opening a new instance before the old one finishes up. Is there any way to fix/prevent this from happening?

Thanks.
Reply With Quote