[tor-bugs] #14178 [Tor Browser]: fteproxy and obfsproxy fails to run on windows in torbrowser 4.0.2
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Jan 21 17:01:44 UTC 2015
#14178: fteproxy and obfsproxy fails to run on windows in torbrowser 4.0.2
-----------------------------+------------------------------
Reporter: cypherpunks | Owner: tbb-team
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor Browser | Version:
Resolution: | Keywords: torbrowser 4.0.2
Actual Points: | Parent ID:
Points: |
-----------------------------+------------------------------
Comment (by kpdyer):
Gotcha.
(1) Does FTE work when used via the TBB GUI? If so, then (2) will fix your
problem.
(2) You probably don't have the directory with FTE's DLLs in your PATH.
Instead of running
{{{
C:\path\to\PluggableTransports> fteproxy.exe
}}}
you'll need to do something like
{{{
C:\path\to\PluggableTransports> PATH=%PATH%;Path\To\Tor
C:\path\to\PluggableTransports> fteproxy.exe
}}}
I unfortunately don't have a windows box to test on, so it may not be
quite right. The key is to ensure that ```libgmp-*.dll```, etc. are in
your PATH. It looks like ```libgmp-*.dll``` is placed in the parent
directory of ```PluggableTransports``` [1].
[1] https://gitweb.torproject.org/builders/tor-browser-
bundle.git/tree/gitian/descriptors/windows/gitian-pluggable-
transports.yml#n92
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14178#comment:13>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list