Zihad

Results 35 comments of Zihad

If I use below command. Steam download of games won't use proxy. I am using socks4 proxy from free proxy site. I can see that proxy is working in normal...

I have also tried to put LD_PRELOAD in `.zshrc` but it looks like both of them give same above errors. `.zshrc` ``` LD_PRELOAD=/usr/lib/libproxychains4.so LD_PRELOAD=/usr/lib32/libproxychains4.so ``` Either the error is `ERROR:...

This is the output. I can't find **socket**. `$ strace -f -o log -s 512 steam` Check output ``` Running Steam on manjarolinux 21.1.0 64-bit STEAM_RUNTIME is enabled automatically Steam...

this is the output I get. `$ grep '28543 execve' < log ` `28543 execve("/home/pulsar/.local/share/Steam/ubuntu12_32/steam", ["/home/pulsar/.local/share/Steam/ubuntu12_32/steam"], 0x5578bf5ce870 /* 89 vars */) = 0`

`LD_PRELOAD=/usr/lib32/libproxychains4.so /home/pulsar/.local/share/Steam/ubuntu12_32/steam` gives me same error There are other socket calls like this ``` grep '28621 execve' < log  ✔  5s  28621 execve("/bin/sh", ["sh", "-c", "LD_LIBRARY_PATH=\"$SYSTEM_LD_LIBRARY_PATH\" PATH=\"$SYSTEM_PATH\"...

I have tried again after restarting pc. I guess proxy connects with 32bit proxychains but fails because **Failed to load steamui.so** `$ LD_PRELOAD=/usr/lib32/libproxychains4.so ~/.local/share/Steam/ubuntu12_32/steam` ``` [proxychains] DLL init: proxychains-ng 4.14...

okay. this is an executable file. doesn't open in any editor.

I did that, But I get the same error. console output ``` LD_PRELOAD=/usr/lib32/libproxychains4.so steam ERROR: ld.so: object '/usr/lib32/libproxychains4.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so:...

I ran without LD_PRELOAD. I always get same result. This error screen.

I couldn't run steam through proxychains-ng and use socks4 proxy. But thank you for helping me debugging things. However I am able to use socks4 proxy in steam using [redsocks](https://github.com/darkk/redsocks)....