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:
    13:52
    When launching AS2 and infinity I have this error
    I also have a similar error on a mac and i am using ubuntu(linix)

    1. [16:01:05] [Client thread/INFO] [FML]: Holder lookups applied
    2. [16:01:05] [Thread-9/INFO] [RefinedRelocation]: Version Checker Status: OUTDATED! Using 1.0.8a, latest 1.0.8b, changelog: API change.
    3. [xcb] Unknown request in queue while dequeuing
    4. [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
    5. [xcb] Aborting, sorry about that.
    6. java: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.
    7. Process ended with code: 134
    See more here

     
    Zuletzt von einem Moderator bearbeitet: 29. April 2015
  2. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    13:52
    This bug is now working for me somehow on infinity only
     
    Zuletzt bearbeitet: 29. April 2015
  3. Pitschweis

    Pitschweis New Member

    Beiträge:
    379
    Zustimmungen:
    123
    Ortszeit:
    05:52
    Have you tried hard force updating the pack? It solves most of the issues :D
     
  4. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    13:52
    just did to no change :(
     
  5. darkknight5124

    darkknight5124 New Member

    Beiträge:
    78
    Zustimmungen:
    7
    Ortszeit:
    04:52
    try completely deleting the mod packs and reinstalling fresh
     
  6. Pitschweis

    Pitschweis New Member

    Beiträge:
    379
    Zustimmungen:
    123
    Ortszeit:
    05:52
    I don't know much about crashlogs until its something really easy and obvious. :(
    Maybe a @Co-Administrator can help you out with this.
     
  7. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    13:52
    please note that is what a Hard force update does[DOUBLEPOST=1430309001][/DOUBLEPOST]
    How do i do this ??
    that is why i posted here in the first place
    BTW im currently on TS
     
    Zuletzt bearbeitet: 29. April 2015
  8. darkknight5124

    darkknight5124 New Member

    Beiträge:
    78
    Zustimmungen:
    7
    Ortszeit:
    04:52
    by my suggestion i mean removing everything and reinstalling everything
     
  9. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    13:52
    The point of that being??
    because when a mod pack launches usually it finds the mod pack folder and then runs everything out of that folder and at no point is there a need for the program to go out from the mod unless it is accessing the internet for updates,login or more. and still it only access that folder on the computer. unless you are saying that i should do a hard reset of my launcher which would do nothing since it does step one of the FML and runs other mod packs
     
  10. Xfel11

    Xfel11 Consultant

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    05:52
    That does look more like an OS issue, as the trace points to native code. Which OS do you use? Which version of java do you use? Do other modpacks work correctly?[DOUBLEPOST=1430318858,1430318617][/DOUBLEPOST]I found a couple of old bug reports for this bug on ubuntu, but they were created quite a few years ago on older versions of java. From what I see there, the error seems to be swing+gtk related. Please try adding "-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel" to the VM options field in the launcher settings.
     
  11. SirWill

    SirWill Founder

    Beiträge:
    12.285
    Zustimmungen:
    3.709
    Ortszeit:
    05:52
     
  12. Xfel11

    Xfel11 Consultant

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    05:52
    Yeah actually I saw that part, but there are a lot of different linux OSes which could print that line.
     
  13. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    13:52
    In regards to other mods working I have some how got infinity to work and am currently using the regrowth pack and it works in regards to my OS version and Java version I will have to check that this afternoon. When I'm back on my computer.[DOUBLEPOST=1430362908][/DOUBLEPOST]
    ubuntu 14.04 LTS
    java- OpenJDK Java 7 Runtime


    when you refer to the "VM options field in the launcher settings" do you mean JVM path, JVM arguments or something else.
     
    Zuletzt bearbeitet: 30. April 2015
  14. Xfel11

    Xfel11 Consultant

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    05:52
    JVM arguments
     
  15. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    13:52
    no inserting that argument creates this error :(

    To report this error, please provide:

    java.io.IOException: The configured Java runtime path '-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel' doesn't exist.
    at com.skcraft.launcher.launch.JavaProcessBuilder.tryJvmPath(JavaProcessBuilder.java:43)
    at com.skcraft.launcher.launch.Runner.addJvmArgs(Runner.java:250)
    at com.skcraft.launcher.launch.Runner.call(Runner.java:134)
    at com.skcraft.launcher.launch.Runner.call(Runner.java:44)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
     
  16. Xfel11

    Xfel11 Consultant

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    05:52
    Screenshot from your options dialog please
     
  17. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    13:52
    Screenshot from 2015-05-02 19:09:53.
     

    Anhänge:

  18. Ash00182

    Ash00182 Well-Known Member

    Beiträge:
    1.205
    Zustimmungen:
    378
    Ortszeit:
    04:52
    I believe here is your problem:

    [​IMG]

    Remove the text from JVM path and try placing "-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel" into the JVM arguments. This should solve your issue.
     
  19. Bookrage001

    Bookrage001 New Member

    Beiträge:
    19
    Zustimmungen:
    0
    Ortszeit:
    13:52
    whoops...
    And no that didn't fix it either.
     
  20. Xfel11

    Xfel11 Consultant

    Beiträge:
    635
    Zustimmungen:
    157
    Ortszeit:
    05:52
    please restore the settings to the state they were in before you started changing them and try again.
     

Diese Seite empfehlen