Implemented MyM launcher not working with Monster

Discussion in 'Monster' started by RobinTheKayOh, Apr 16, 2014.

  1. RobinTheKayOh

    RobinTheKayOh nerd

    Messages:
    14
    Likes Received:
    3
    Local Time:
    5:34 AM
  2. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    5:34 AM
    How much RAM do you have on your machine? What Java version do you have?
     
  3. RobinTheKayOh

    RobinTheKayOh nerd

    Messages:
    14
    Likes Received:
    3
    Local Time:
    5:34 AM
    I have 8 gb of ram and 64bit java.
     
  4. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    5:34 AM
    Ok that's strange, the error you posted is usually caused by the use of a 32bit vm. What does it say if you execute "java -version" in the terminal?
     
  5. RobinTheKayOh

    RobinTheKayOh nerd

    Messages:
    14
    Likes Received:
    3
    Local Time:
    5:34 AM
    http://puu.sh/8bbw6.png
     
  6. SirWill

    SirWill Founder

    Messages:
    12,287
    Likes Received:
    3,708
    Local Time:
    5:34 AM
  7. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    5:34 AM
    Try adding "-d64" to the additional vm arguments.
     
  8. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    5:34 AM
    it looks like that it always tries to use the latest java version installed no matter if it is 32 or 64 bit. Can we force it to use 64bit if installed and 32bit if not?
     
  9. slyder5649

    slyder5649 Well-Known Member

    Messages:
    121
    Likes Received:
    11
    Local Time:
    11:34 PM
    I had and solved this problem already. Maybe my fix will work. Specify the Java Path in the launcher.

    It should look something like this:

    C:\Program Files\Java\jre7\bin\javaw.exe

    Hopefully it works out.
     
  10. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    5:34 AM
    unfortunately this is a bit complicated for average users and we need to find a long-term solution (but maybe it helps @RobinTheKayOh )
     
  11. RobinTheKayOh

    RobinTheKayOh nerd

    Messages:
    14
    Likes Received:
    3
    Local Time:
    5:34 AM
    I got it working by installing the latest version of java, sorry for late delay :p

    Thanks guys!
     
    SirWill and Slind like this.
  12. chaosblad3

    chaosblad3 Very Well-Known Member Patron Tier 1

    Messages:
    1,701
    Likes Received:
    649
    Local Time:
    4:34 AM
    The problem for a lot of users is that anyone using a 32bit web browser (like my firefox for example) who goes to the java homepage will automatically be offered the latest version of 32bit java due to the site using an auto-detect mechanism, and if they only install that version and not the 64bit one as well, when minecraft tries to launch it will see that as the newest version and go with that even if they have an older 64bit version.

    What we need to do is stress the importance of installing the latest 64bit java on 64bit systems to avoid confusion.
     
    cbrozak and SirWill like this.

Share This Page