doenietzomoeilijk / navbot

Automatically exported from code.google.com/p/navbot
0 stars 0 forks source link

says it is running another version and it is not restarted comp and same thing #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by pdougan...@gmail.com on 4 Aug 2009 at 4:47

GoogleCodeExporter commented 9 years ago
System.Net.HttpListenerException: Access is denied
   at System.Net.HttpListener.AddAll()
   at System.Net.HttpListener.Start()
   at EveMarketTool.PageServer..ctor()
   at NavBot.InitialForm.TryToStartNavBot()

Original comment by pdougan...@gmail.com on 4 Aug 2009 at 4:47

GoogleCodeExporter commented 9 years ago
installed version h and worked fine uninstalled and installed version I and now 
it 
does not work it says it is already running 

Original comment by pdougan...@gmail.com on 4 Aug 2009 at 4:48

GoogleCodeExporter commented 9 years ago
For anyone who is having this problem, this is the solution on Vista:

1) Start up a command line: cmd

2) Run the following command:
netstat -ano

3) Search for either "127.0.0.1:80" or "[::]:80" (the default listen port of 
Rev.K)

4) If you've found either of those entries, you have another process running on 
the listen port, and NavBot will not start.

5) Look at the far right hand column of the line you found in the step 3 
search.  This will be the process ID.  Make a note of the process ID.

6) Start up Windows Task Manager (Control-Alt-Delete).  Modify the view (View 
Select Columns) if necessary to show the PID (Process Identifier).

7) Sort the list of Processes by PID and look for the process ID which was 
noted in step 5.

8) End the process.  I found that in my case is was skype using port 80 for 
some reason.

Original comment by chris.li...@gmail.com on 11 Jul 2010 at 1:00

GoogleCodeExporter commented 9 years ago
Close. No problem.

Original comment by chris.li...@gmail.com on 22 May 2012 at 6:09