doenietzomoeilijk / navbot

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

Windows 7 X64 incompatibility? #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Navbot under Windows7 Ultimate x64 Beta build 7000
2. Try to run the application
3. Get error message re: Is there another copy running?

What is the expected output? What do you see instead?
Expected the app to launch, as it did under XP SP3.
Got "Is another copy of Navbot running?"

What version of the product are you using? On what operating system?
Latest Revision (H), Windows 7 Ultimate x54

Please provide any additional information below.

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 issue reported on code.google.com by Barton.J...@gmail.com on 16 May 2009 at 4:39

GoogleCodeExporter commented 9 years ago
Running the program as Administrator (as is done for Vista) does *NOT* solve 
the issue.

Original comment by Barton.J...@gmail.com on 16 May 2009 at 9:00

GoogleCodeExporter commented 9 years ago
Confirming an issue in Windows 7 build 7100 (RC1). 

Original comment by Mistress...@gmail.com on 25 May 2009 at 12:58

GoogleCodeExporter commented 9 years ago
Work around for Win7 found.

Restart Administrator account by going Start > All Programs > Accessories > 
Right
click on Command and select "Run as Administrator".  Paste following command in 
to
window:

net user administrator /active:yes

Log out. 

Select the Administrator account from the display.
Install NavBot.
Manually point it a C:\Users\<user>\Documents\EVE\Logs\Marketlogs (i.e. the 
correct
directory for the user you install EVE under).
Click the button to minimise to system tray, NavBot is now active on 
localhost:9999
Click Start > Shutdown (aim for the arrow to select other options) > Switch 
User.
Log in as normal User.
Run EVE.
Point In-game Browser to NavBot URL and begin exporting market data, use as 
normal. 

This works with the Windows Firewall OFF.  I have not tested with it turned on. 

Original comment by Mistress...@gmail.com on 29 May 2009 at 3:26

GoogleCodeExporter commented 9 years ago
I tried it with it on. It works, but ho-boy is it a pain in the kitsu to use.

Original comment by Barton.J...@gmail.com on 2 Jun 2009 at 2:56

GoogleCodeExporter commented 9 years ago
An easier workaround:

Start > 
In the search bar, type "cmd".  Press CONTROL+ALT+ENTER.  (Starts as 
administrator)

CD into the directory where you unzipped it (NavBot.application) should be in 
this
directory.

At the prompt, type NavBot.application.  Press ENTER.  Navbot should be running 
now
with administrator privileges.  

I had to do this even though UAC was disabled.

Original comment by atana...@gmail.com on 15 Jul 2009 at 12:19

GoogleCodeExporter commented 9 years ago
I don't think this is an issue anymore. I recently did a fresh install of 
Windows 7 
64Bit, installed EVE, got it running then installed NavBot and it works without 
issue.

I do have admin rights on the box and it's fully updated. It actually worked 
first time 
without issue.

The K Version of NavBot was installed so it might have resolved the issue 
automatically.

Original comment by senc...@gmail.com on 12 Mar 2010 at 9:45

GoogleCodeExporter commented 9 years ago
I have exact same problem with my Win 7 and none of the solutions listed have 
any 
effect.
Additional info:

Win7 Pro (6.1.7600 build 7600)
AMD Athlon x64 Dual core 5200+

Navbot error output:

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() in C:\NavBot_rK_Beta2\EveMarketTool\Web 
Server\PageServer.cs:line 35
   at NavBot.InitialForm.TryToStartNavBot() in 
C:\NavBot_rK_Beta2\NavBot\InitialForm.cs:line 43

Original comment by Kinj...@gmail.com on 25 May 2010 at 3:21

GoogleCodeExporter commented 9 years ago
I have a similar problem on a win7 x64:

System.Net.HttpListenerException: Access is denied
   at System.Net.HttpListener.AddAll()
   at System.Net.HttpListener.Start()
   at EveMarketTool.PageServer..ctor() in c:\Users\Tony\Documents\Projects\navbot\EveMarketTool\Web Server\PageServer.cs:line 34
   at NavBot.InitialForm.TryToStartNavBot() in c:\Users\Tony\Documents\Projects\navbot\NavBot\InitialForm.cs:line 43

Original comment by acec...@gmail.com on 13 Sep 2010 at 11:40

GoogleCodeExporter commented 9 years ago
ps: tryed "ru as administrator and it started properly.

Original comment by acec...@gmail.com on 13 Sep 2010 at 11:42

GoogleCodeExporter commented 9 years ago
I get this same problem with Win 7 x64 with navbot rev L
run as administrator does not work

Original comment by accodema...@gmail.com on 18 Nov 2010 at 9:57

GoogleCodeExporter commented 9 years ago
The problem, in my case, was something else already on port 80 (apache in my 
case).  There are two ways you can fix:

1) edit NavBot.exe.config to use a different port.  You do this by adding a 
port in the "URLPrefix" key, e.g. change "http://localhost/" to 
"http://localhost:9999/".  Downside is that you won't be able to use the 
in-game browser, but alt-tab or two monitors with a regular browser will work 
fine.

2) Turn off whatever is running on port 80, then run NavBot as admin.

Original comment by astleynj on 29 Nov 2010 at 1:30

GoogleCodeExporter commented 9 years ago
Skype was the problem, shutdown skype then run as administrator works

Original comment by accodema...@gmail.com on 29 Nov 2010 at 2:26

GoogleCodeExporter commented 9 years ago
Confirmed Skype was the problem for me. Closed skype and ran without a problem.

Original comment by rem...@gmail.com on 21 May 2011 at 7:27

GoogleCodeExporter commented 9 years ago
Close, No problem.

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