Results 1 to 5 of 5

Thread: Wine and Proxychains or Tsocks

  1. #1
    Join Date
    Jun 2007
    Beans
    27

    Wine and Proxychains or Tsocks

    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

  2. #2
    Join Date
    Aug 2005
    Beans
    82

    Re: Wine and Proxychains or Tsocks

    Did you ever fix this? I'm having the same issue with tsocks...

  3. #3
    Join Date
    Aug 2010
    Beans
    1

    Re: Wine and Proxychains or Tsocks

    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

  4. #4
    Join Date
    Nov 2006
    Beans
    27

    Re: Wine and Proxychains or Tsocks

    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.

  5. #5
    Join Date
    Apr 2008
    Location
    Germany - Berlin
    Beans
    340

    Re: Wine and Proxychains or Tsocks

    Another option is to use a windows proxyfying application.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •