1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Done Launcher-Forge Mod loader

Discussion in 'Agrarian Skies 2' started by Bookrage001, Apr 29, 2015.

  1. Bookrage001

    Bookrage001 New Member

    Messages:
    19
    Likes Received:
    0
    Local Time:
    6:23 PM
    All back to normal.
    Did not work
    Tried changing the arguments to "-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel"
    And then changed it back.
    no luck :(
     
  2. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    10:23 AM
    please post another screenshot of the "normal" state[DOUBLEPOST=1430569192,1430569104][/DOUBLEPOST]In order to properly reset you configuration, please delete the file ~/.mineyourmind/config.json
     
  3. Bookrage001

    Bookrage001 New Member

    Messages:
    19
    Likes Received:
    0
    Local Time:
    6:23 PM
    where is this file located??
     
  4. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    10:23 AM
    I guess you're using linux but are not really familliar with it? the '~' in the path is a shortcut to your home folder.[DOUBLEPOST=1430569469,1430569438][/DOUBLEPOST]Which is /home/<yourusername> in case you don't know.
     
    caithleen likes this.
  5. Bookrage001

    Bookrage001 New Member

    Messages:
    19
    Likes Received:
    0
    Local Time:
    6:23 PM
    DW i found it
    deleted so i just launch it after and it should create a new cofig
     
  6. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    10:23 AM
  7. _Gh0st

    _Gh0st Well-Known Member

    Messages:
    13
    Likes Received:
    1
    Local Time:
    4:23 AM
    I'm having this same issue on Ubuntu 14.04. Here is my error :/
    Code:
    [08:12:49] [Client thread/INFO] [FML]: Applying holder lookups
    [08:12:49] [Client thread/INFO] [FML]: Holder lookups applied
    [xcb] Unknown request in queue while dequeuing
    [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
    [xcb] Aborting, sorry about that.
    java: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
    Process ended with code: 134
    
    And this is the JVM Arguments:
    Code:
    -XX:+UseCMSCompactAtFullCollection -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+AggressiveOpts
     
  8. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    10:23 AM
    So now try changing the JVM arguments to
    Code:
    -XX:+UseCMSCompactAtFullCollection -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+AggressiveOpts -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel
     
  9. _Gh0st

    _Gh0st Well-Known Member

    Messages:
    13
    Likes Received:
    1
    Local Time:
    4:23 AM
    Did this and have the same issues :(
    Code:
    [23:30:43] [Client thread/INFO] [FML]: Applying holder lookups
    [23:30:43] [Client thread/INFO] [FML]: Holder lookups applied
    [xcb] Unknown request in queue while dequeuing
    [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
    [xcb] Aborting, sorry about that.
    java: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
    Process ended with code: 134
     
  10. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    10:23 AM
    Hmm too bad. This was one suggested fix from the internet. Seems that we'll have to find another solution
     
  11. Bookrage001

    Bookrage001 New Member

    Messages:
    19
    Likes Received:
    0
    Local Time:
    6:23 PM
    is the update supposed to fix it? (it dosent)
    am i supposed to also check / run something?[DOUBLEPOST=1430737981][/DOUBLEPOST]I also saw this i hope it helps
     

    Attached Files:

    Last edited: May 4, 2015
  12. Tokoshoran

    Tokoshoran Well-Known Member

    Messages:
    677
    Likes Received:
    57
    Local Time:
    1:23 AM
    What is the "This" in this?
     
  13. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    10:23 AM
  14. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    10:23 AM
    do you think it is open jdk related. If so:
    Code:
    $ sudo add-apt-repository ppa:webupd8team/java
    $ sudo apt-get update
    $ sudo apt-get install oracle-java8-installer
    $ java -version
    
     
  15. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    10:23 AM
    Yes, exactly! I totally missed that. And I shouldn't have consdering I'm using the latest ubuntu with oraclejdk myself and it works. :facepalm:
     
  16. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    10:23 AM
    You'll also need do adapt the "JVM path" setting in the launcher so it points to the new Java. Simplest solution here is to delete the settings file again, it will scan for the latest Java automatically
     
  17. Bookrage001

    Bookrage001 New Member

    Messages:
    19
    Likes Received:
    0
    Local Time:
    6:23 PM
    By settings you mean cofig file as directed above.
     
  18. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    10:23 AM
  19. Bookrage001

    Bookrage001 New Member

    Messages:
    19
    Likes Received:
    0
    Local Time:
    6:23 PM
    did not work.
    still :(
    terminal:
    ~$ java -version
    java version "1.8.0_45"
    Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
    Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
     

    Attached Files:

  20. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    10:23 AM
    I'm wondering why it is saying this at the top left:
    [​IMG]
     

Share This Page