#error 4201
34 messages · Page 1 of 1 (latest)
Definitely need to provide more information in order to get any help.
Great, so you're on localhost...?
You understand you still need a proxy, yes? You can't do it with hosts alone.
On local host
Perfect, and do you have an actual proxy or are you only using hosts right now
Ok, well you require a proxy
What proxy you use or how you do it isn't really important, as long as you redirect the requests from the game to localhost.
How would I get the game to use one
By having your system use one.
Simply send all your system traffic through the proxy
I’ve done that
Then use that.
Remember that you still actually have to set up the redirects in your proxy. It's not going to randomly know that you want to send these specific requests to localhost
The game doesn’t use it
The game doesn’t use the server
The system does, but not the game
I don’t see any traffic from the game in the proxy
Then you're not sending all your traffic through the proxy
I think that Wine doesn’t use the proxy then
It does, you have to set your environment variables.
Can’t really do that, as I’m using it with GPTK through a GUI
Then you're going to have to find another way to manage your environment variables or a different way to run the game. The game is using the proxy as defined by wine, which is in environment variables for http_proxy and https_proxy
Ok
Now I am getting an error of connection failed
And I can see a request to https://127.0.0.1/device-fp/api/getExtList?platform=3 404-ing