Done Unable to load any games

Discussion in 'Other' started by x00dis, Aug 6, 2018.

  1. x00dis

    x00dis New Member

    Messages:
    3
    Likes Received:
    0
    Local Time:
    3:32 AM
    No matter which game i select (BTeam, Vanilla, etc) I get the following error

    The game is running. Please wait.
    Unrecognized VM option 'UseCMSCompactAtFullCollection'
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Process ended with code: 1

    It will download into the folder, but when it starts to launch i get the error.

    I have tried to add "-Djava.net.preferIPv4Stack=true" to no avail, and I ran a ping on 178.63.3.198 which was successful. I've deleted the .mineyourmind folder and reinstalled java 8. Nothing works

    I am running Linux Mint 19 Cinnamon. I have tried it and it runs on another computer with the same OS just version 18.2.
     
  2. Aidoneus

    Aidoneus Director Booster

    Messages:
    4,447
    Likes Received:
    1,943
    Local Time:
    1:32 AM
    Unrecognized VM option 'UseCMSCompactAtFullCollection'

    What do you have for your Java Options?
     
  3. x00dis

    x00dis New Member

    Messages:
    3
    Likes Received:
    0
    Local Time:
    3:32 AM
    In the Launcher the JVM augments are

    -XX:+UseCMSCompactAtFullCollection
    -XX:+UseConcMarkSweepGC
    -XX:+UseParNewGC
    -XX:+AggressiveOpts
    -Djava.net.preferIPv4Stack=true

    Mim Memory is 1024
    Max Mem is 2048
    Permgen is 256.
     
  4. SirWill

    SirWill Founder

    Messages:
    12,285
    Likes Received:
    3,712
    Local Time:
    9:32 AM
    Remove UseCMSCompactAtFullCollection and if it doesn't fix it reinstall java.
     
  5. x00dis

    x00dis New Member

    Messages:
    3
    Likes Received:
    0
    Local Time:
    3:32 AM
    removed
    UseCMSCompactAtFullCollection

    Removed and reinstalled Java

    This is my new error

    The game is running. Please wait.
    OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
    Unrecognized VM option 'UseParNewGC'
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Process ended with code: 1
    [doublepost=1533775157,1533767198][/doublepost]Good News,

    I figured out that MyM didnt have the correct JVM location. I updated it to /usr/lib/jvm/java-8-oracle/jre/bin/java and now its working.

    Thanks for the assistance.
     
  6. Aidoneus

    Aidoneus Director Booster

    Messages:
    4,447
    Likes Received:
    1,943
    Local Time:
    1:32 AM
    Glad to hear! Marking as done
     

Share This Page