Uploaded image for project: 'Minecraft Launcher'
  1. Minecraft Launcher
  2. MCL-134

Minecraft Snapshot 13w17a does not use standard java proxy configurations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 0.5
    • None
    • Debian Linux 6.0.7 Kernel 3.2 64bit JRE1.7
    • Unconfirmed

      When launching MinecraftDev.jar with the following command.

      java -Dhttp.proxyHost=[host] -Dhttp.proxyPort=3128 -Dhttps.proxyHost=[host] -Dhttps.proxyPort=3128 -Xmx1024m -jar MinecraftDev.jar

      The launcher attempts to the connect to the internet directly while trying to download the minecraft data rather than use the specified proxies. In the old launcher, it would use the specified proxy information.

      I've tried exporting the following command as well with the same results.

      export _JAVA_OPTIONS='-Dhttp.proxyHost=[host] -Dhttp.proxyPort=3128 -Dhttps.proxyHost=[host] -Dhttps.proxyPort=3128'

      This is probably a relatively low impact bug, but impacts users who prefer to not have a default route to the internet and force all traffic through a proxy.

            Unassigned Unassigned
            ericsabo Eric Sabo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: