Solved PAC not working

Discussion in 'Bukkit Help' started by maks244, Oct 8, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    maks244

    I get this message in the console: https://pastebin.com/H2CuQ7YF

    Why no help?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 8, 2017
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    maks244

    I can't do that since that would mess up eve-ry-thing (I tried it, it's not worth it...) And it worked before :/
     
  4. Offline

    timtower Administrator Administrator Moderator

    @maks244 What did a java update mess up? It is backwards compatible...
    And did you update the plugin?
     
  5. Offline

    maks244

    Wait, you mean server version or java version that's running on my pc?
     
  6. Offline

    timtower Administrator Administrator Moderator

  7. Offline

    maks244

    I updated to Java Version 8 Update 144 and it still doesn't work. Same message
     
  8. Offline

    timtower Administrator Administrator Moderator

    @maks244 In a cmd screen:
    java --version
    What does it output?
     
  9. Offline

    maks244

    Unrecognized option: --version
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.

    Wow, I had it and it dissapeared from my java runtime versions... :/ ...?

    EDIT: Okay, I got the Java Version 8 Update 144 working but now cmd says:
    Invalid maximum heap size: -Xmx8G
    The specified size exceeds the maximum representable size.
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.

    This is my Start.bat:
    @Echo OFF
    "C:\Program Files (x86)\Java\jre1.8.0_144\bin\java.exe" -Xincgc -Xmx8G -XX:permSize=256m -XX:MaxPermSize=512m -jar spigot-1.8.7-R0.1-SNAPSHOT-latest.jar
    PAUSE

    EDIT 2: btw I think you mean "java -version"
    It says:
    java version "1.8.0_144"
    Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
    Java HotSpot(TM) Client VM (build 25.144-b01, mixed mode)

    Any idea why it says "Invalid maximum heap size: -Xmx8G"?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 9, 2017
  10. Offline

    maks244

    I am going to make a new thread about this since this is probably confusing
     
Thread Status:
Not open for further replies.

Share This Page