I can't run Tor Browser Bundle properly as a normal user on Windows 7. Vidalia starts and loads well, but after the connection is established, a message box says : "Firefox is already running. Please ..." whereas all instances of firefox are closed (yes I'm sure). And so the application exits.
As an administrator, there is not the same problem.
Trac: Username: kikoulol
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Can you start the bundle via command line, passing --debug to the 'start tor browser.exe' command? It should create a debug log in the same directory which will detail what is occurring on start up.
Can you start the bundle via command line, passing --debug to the 'start tor browser.exe' command? It should create a debug log in the same directory which will detail what is occurring on start up.
The Windows TBB startup program doesn't support a --debug option.
I can't run Tor Browser Bundle properly as a normal user on Windows 7. Vidalia starts and loads well, but after the connection is established, a message box says : "Firefox is already running. Please ..." whereas all instances of firefox are closed (yes I'm sure). And so the application exits.
As an administrator, there is not the same problem.
Did you unpack TBB as an administrator? It should be unpacked by the user account which will run int.
Reopening, because velope reports that multiple users have asked for help with this in #tor. We should try to detect this situation (TBB started by a user who does not have write access to the TBB directory, whether due to permissions or a read-only filesystem) before starting Firefox.
This check can be implemented either in Vidalia or in RelativeLink.c (compiled to “Start Tor Browser.exe”), and it may require marking the program which performs the check so that Windows won't ‘virtualize’ the filesystem (i.e. divert writes to a subdirectory of the user's AppData directory).
Trac: Cc: N/Ato erinn, chiiph Resolution: not a bug toN/A Summary: Impossible to run Tor Browser Bundle on Windows 7 as normal user to Firefox gives confusing error message when TBB is run from a directory which it cannot write to Status: closed to reopened
This check can be implemented either in Vidalia or in RelativeLink.c (compiled to “Start Tor Browser.exe”), and it may require marking the program which performs the check so that Windows won't ‘virtualize’ the filesystem (i.e. divert writes to a subdirectory of the user's AppData directory).
The 'marking' needs to be done by the programs writing files. Since Firefox is already signed with a manifest file, it won't write to the VirtualStore (it's also why it gets a 'permission denied' for the lock).
Tor itself is not signed and probably does have this problem when TBB is unpacked in restricted folder. (Same for Vidalia.)
Recommendation: Sign tor.exe and Vidalia.exe as well as perform a 'writable' check in RelativeLink.c.
If this is actually the behavior, one of the steps we should take is filing the bug with upstream. That's a mighty misleading error message for "I can't write to disk".
Apparently, TBB 3.0 simply crashes in this case on Windows.
Trac: Summary: Firefox gives confusing error message when TBB is run from a directory which it cannot write to to Firefox gives confusing error message (or crashes) when TBB is run from a directory which it cannot write to Priority: normal to major Keywords: N/Adeleted, tbb-3.0 added
To reduce confusion, the "Firefox is already running" message should be changed. There are occasions when an error message stating "Tor Browser is already running" would be accurate, but none when "Firefox is already running" would be. Users are trying to uninstall their installed Firefox to remedy this problem when they see it.