rofl0r / proxychains-ng

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
http://sourceforge.net/projects/proxychains-ng/files
GNU General Public License v2.0
9.82k stars 1.08k forks source link

CEF applications ran under proxychains only display white windows #329

Open kb-1000 opened 4 years ago

kb-1000 commented 4 years ago

This both happens with the official Minecraft launcher and Jetbrains Toolbox: image When I don't run them under proxychains, they work as expected, but obviously get no internet connection. This is probably not limited to Minecraft and Jetbrains Toolbox, however I only tested it with them.

rofl0r commented 4 years ago

these are java apps i suppose ?

kb-1000 commented 4 years ago

No. JavaScript maybe, but not Java... and java has nothing to do with js.

rofl0r commented 4 years ago

well, as far as i'm aware minecraft is written in java, at least the original version. and the java loader does some low-level hacks that are incompatible with DSO preloading, proxychains never worked for these programs.

kb-1000 commented 4 years ago

Minecraft itself, yes. But I'm talking about the Minecraft launcher, which is written using just CEF, and no Java.