Jump to content

RoughingIT

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

About RoughingIT

  • Birthday 01/01/1900

RoughingIT's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Thanks, that works well! I can see from my proxy logs that it's now doing more work, and I can now do tekkit things. I'm on linux, so the resulting command looks like this: mkdir .techniclauncher/rtemp java -Dhttp.proxyHost=localhost -Dhttp.proxyPort=3128 -jar ~/Downloads/technic-launcher-latest.jar It's not documented anywhere though, either that or I missed it. It does look like a verbose debug session.
  2. Is there a way to add additional Java params before launching minecraft? With MagicLauncher, I can add the following flags -Dhttp.proxyHost=somehost -Dhttp.proxyPort=3128 In fact, I need to specify a proper proxy before I can login to minecraft. I launch technic launcher the following way: java -Dhttp.proxyHost=somehost -Dhttp.proxyPort=3128 -jar ~/Downloads/technic-launcher-latest.jar If I don't do it this way, I will fail to authenticate (our standard silent proxy gives a 403 error at this point). This is fine for playing on single player maps, but will fail if I tried SMP (403 error).
×
×
  • Create New...