doenietzomoeilijk / navbot

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

WINDOWS XP SP3 Installation and running Issue #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install new version with Windows XP and NON Admin account
2. Installed new .net 3.5
3. Ran as Administrator but no help

What is the expected output? What do you see instead?
Expected output was to start the application but a notification telling me
that another version is running and to restart or send information to tajar

What version of the product are you using? On what operating system?
NavBot rev I - APOCRYPHA
Windows XP SP3
.Net 35

Please provide any additional information below.
System.Net.HttpListenerException: The process cannot access the file
because it is being used by another process
   at System.Net.HttpListener.AddAll()
   at System.Net.HttpListener.Start()
   at EveMarketTool.PageServer..ctor()
   at NavBot.InitialForm.TryToStartNavBot()

Tried the suggested results of running the exe as admin but did not work
still have the same result

CCP is not installed on the same location as default 

Original issue reported on code.google.com by Fozzy...@gmail.com on 1 Jun 2009 at 3:49

GoogleCodeExporter commented 9 years ago
I have reinstalled the computer with XP again. this Error still applies. 
However I
have it installed on another computer with XP and it works. 

The differences in the two computers are large . the one that works its a 
single amd
processor 2.6ghz and a single monitor

the one that doesn't work is a quad processor with 4 monitors

Original comment by Fozzy...@gmail.com on 22 Jun 2009 at 1:21

GoogleCodeExporter commented 9 years ago
This is just a guess (I'm not even working on NavBot):
The HttpListenerException you posted under additional info suggests you may have
something else using the same port as NavBot.

Run "netstat -an" without the quotes from the command-line and see if there is 
an
entry for the 9999 port.

If so, remove the piece of software using the port or change it to use a 
different
port. Unfortunately NavBot's port cannot be changed (I think?).

Report back please!

Original comment by kevinthi...@gmail.com on 19 Sep 2009 at 12:45

GoogleCodeExporter commented 9 years ago
Here's a list of known applications that use port 9999:
http://www.speedguide.net/port.php?port=9999

There's probably a better list out there but I didn't do a lot of searching...

I hope it helps.

Original comment by kevinthi...@gmail.com on 19 Sep 2009 at 1:40

GoogleCodeExporter commented 9 years ago
Close. Cleaning up backlog.

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