Done Launcher-Forge Mod loader

Dieses Thema im Forum "Agrarian Skies 2" wurde erstellt von Bookrage001, 29. April 2015.

  1. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    17:45
    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

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    09:45
    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

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    17:45
    where is this file located??
     
  4. Xfel11

    Xfel11 Consultant

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    09:45
    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 gefällt das.
  5. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    17:45
    DW i found it
    deleted so i just launch it after and it should create a new cofig
     
  6. Xfel11

    Xfel11 Consultant

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    09:45
  7. _Gh0st

    _Gh0st Well-Known Member

    Beiträge:
    13
    Zustimmungen:
    1
    Ortszeit:
    03:45
    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

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    09:45
    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

    Beiträge:
    13
    Zustimmungen:
    1
    Ortszeit:
    03:45
    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

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    09:45
    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

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    17:45
    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
     

    Anhänge:

    Zuletzt bearbeitet: 4. Mai 2015
  12. Tokoshoran

    Tokoshoran Well-Known Member

    Beiträge:
    677
    Zustimmungen:
    57
    Ortszeit:
    00:45
    What is the "This" in this?
     
  13. Xfel11

    Xfel11 Consultant

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    09:45
  14. Slind

    Slind Founder

    Beiträge:
    8.332
    Zustimmungen:
    3.018
    Ortszeit:
    09:45
    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

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    09:45
    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

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    09:45
    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

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    17:45
    By settings you mean cofig file as directed above.
     
  18. Xfel11

    Xfel11 Consultant

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    09:45
  19. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    17:45
    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)
     

    Anhänge:

  20. Slind

    Slind Founder

    Beiträge:
    8.332
    Zustimmungen:
    3.018
    Ortszeit:
    09:45
    I'm wondering why it is saying this at the top left:
    [​IMG]
     

Diese Seite empfehlen