1Israazul / jtorchat

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

Torloader Fails to load tor on Linux #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Log: {ThreadManager} Starting Tor.
Log: {TorLoader} Checking OS: linux
Log: {TorLoader} Start portable tor in *nix or linux
Log: {TorLoader} Cannot run program "Tor/tor.sh" (in directory 
"/xxx/xxx/xxx/${BaseDir}/Tor"): java.io.IOException: error=2, No such file or 
directory

It is searching in ${BaseDir}/Tor/Tor/ instead of ${BaseDir}/Tor/

I rearranged the director structure and modified the configuration so it works 
but that is not a good solution. 

Original issue reported on code.google.com by ampern...@gmail.com on 23 Feb 2012 at 6:58

GoogleCodeExporter commented 8 years ago
I agree this should be looked into, it will be fixed.

Original comment by jtorc...@gmail.com on 24 Feb 2012 at 10:46

GoogleCodeExporter commented 8 years ago
This is interesting, by me (Mint Lisa) it works.
What kind of linux using?

Original comment by dau...@googlemail.com on 24 Feb 2012 at 5:22

GoogleCodeExporter commented 8 years ago
Arch Linux. Currently the way it is packaged in the current latest release 
"doesn't work".

Original comment by ampern...@gmail.com on 24 Feb 2012 at 5:25

GoogleCodeExporter commented 8 years ago
Found a hacky fix. 
cd ${BaseDir}/Tor
ln -s . Tor

Original comment by ampern...@gmail.com on 26 Feb 2012 at 2:37

GoogleCodeExporter commented 8 years ago
oh heh nice. Just make sure to note somewhere that you made a hacky fix,
and that the other coders should at least try to make it less hacky later
on.

So what still needs to be done, before the next release?

Original comment by jtorc...@gmail.com on 26 Feb 2012 at 2:39

GoogleCodeExporter commented 8 years ago
I'll file some addition feature suggestions

Original comment by ampern...@gmail.com on 26 Feb 2012 at 2:41

GoogleCodeExporter commented 8 years ago
I think its fixed now ampernand, in our latest version. If it still stuffs up, 
feel free to remake this ticket.

Original comment by jtorc...@gmail.com on 29 Feb 2012 at 2:40