PDA

View Full Version : Wine and Proxychains or Tsocks



hyunkell
June 26th, 2008, 11:35 AM
I cannot get wine to work with a socks wrapper.
I tried Proxychains and Tsocks, because that's the only ones I know for linux.

I get the following error:

proxychains wine game.exe
ERROR: ld.so: object '/usr/lib/libproxychains.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libproxychains.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libproxychains.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libproxychains.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libproxychains.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib/libproxychains.so' from LD_PRELOAD cannot be preloaded: ignored.

same with tsocks, it errors on the tsocks library.

Any ideas?

Thanks,
Hyu

ph8
February 24th, 2009, 01:06 AM
Did you ever fix this? I'm having the same issue with tsocks...

md5encrypted
August 19th, 2010, 02:04 PM
sudo ln -s /usr/lib/libproxychains.so.3 /usr/lib/libproxychains.so

Or if you are using amd64, download 32-bit libproxychains.so and copy it to /usr/lib32

dacha
August 23rd, 2010, 01:16 PM
Wine probably won't work with any socksifiers because they all assume socket identities are invariant, while on Wine they do change (each transit through wineserver changes the file descriptor's value).

Use a transparent proxy or NAT.

Gunman1982
August 23rd, 2010, 11:07 PM
Another option is to use a windows proxyfying application.