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

JVM Crash with Launcher 1.3.11 - java FX with Nvidia Optimus

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • 1.3.11
    • None
    • Ubuntu Linux x64
      Nvidia Optimus via Bumblebee
    • Unconfirmed

      Executing the launcher with arguments such as:

      optirum java -jar Minecraft.jar
      primusrun java -jar Minecraft.jar
      

      will cause the JVM to crash.

      Workaround

      Execute the launcher without Nvidia Optimus:

      java -jar Minecraft.jar
      

      In the launcher, edit the profile Java Settings (Advanced) Executable to use a script containing:

      #!/bin/bash
      primusrun java "$@"
      

      See attached file.

            Unassigned Unassigned
            cubethethird [Mod] CubeTheThird
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: