Jump to content

glassjfss

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by glassjfss

  1. Steps to reproduce:

     

    Click Multiplayer > click Direct Connect > enter any address > click Join Server.

     

    Crash report:

     

     

     

     

    ---- Minecraft Crash Report ----

    // Sorry :(

     

    Time: 20/01/14 15:32

    Description: Updating screen events

     

    java.lang.NullPointerException: Updating screen events

    at cpw.mods.fml.client.FMLClientHandler.connectToServer(FMLClientHandler.java:688)

    at net.minecraft.client.gui.GuiMultiplayer.func_146791_a(GuiMultiplayer.java:375)

    at net.minecraft.client.gui.GuiMultiplayer.func_73878_a(GuiMultiplayer.java:204)

    at net.minecraft.client.gui.GuiScreenServerList.func_146284_a(SourceFile:54)

    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:222)

    at net.minecraft.client.gui.GuiScreenServerList.func_73864_a(SourceFile:69)

    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:293)

    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:260)

    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1624)

    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:952)

    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:869)

    at net.minecraft.client.main.Main.main(SourceFile:103)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

     

     

    A detailed walkthrough of the error, its code path and all known details is as follows:

    ---------------------------------------------------------------------------------------

     

    -- Head --

    Stacktrace:

    at cpw.mods.fml.client.FMLClientHandler.connectToServer(FMLClientHandler.java:688)

    at net.minecraft.client.gui.GuiMultiplayer.func_146791_a(GuiMultiplayer.java:375)

    at net.minecraft.client.gui.GuiMultiplayer.func_73878_a(GuiMultiplayer.java:204)

    at net.minecraft.client.gui.GuiScreenServerList.func_146284_a(SourceFile:54)

    at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:222)

    at net.minecraft.client.gui.GuiScreenServerList.func_73864_a(SourceFile:69)

    at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:293)

    at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:260)

     

    -- Affected screen --

    Details:

    Screen name: net.minecraft.client.gui.GuiScreenServerList

    Stacktrace:

    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1624)

    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:952)

    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:869)

    at net.minecraft.client.main.Main.main(SourceFile:103)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

     

     

     

     

    Thanks!

  2. Thanks for the reply, Lex.

     

    The following 3 all fail consistently but I'm not sure that they are pure vanilla (the last one definitely isn't):

     

    188.122.88.131:29049

    gods.blynkyland.com:25052

    play.mc-hg.com

     

    I seem to get less crashes with servers that claim to be vanilla but it still seems random as to which will crash out.

     

    Am I even supposed to be able to connect to all 1.7.2 servers with this version of Forge?

  3. Using build 10.12.0.997 of forge and trying to connect to 1.7.2 servers. Some servers will connect fine, some will throw the following error: http://i.imgur.com/WZDZ4pp.png

     

    Sometimes I'll also get the following in stdout/stderr: Unexpected packet during modded negotiation - assuming vanilla or keepalives : net.minecraft.network.play.server.S38PacketPlayerListItem

     

    Connecting to these same servers using an unmodded vanilla version of the game works fine.

     

    Any ideas what's causing this?

  4. The solution?  After you've run gradle setupDecompWorkspace (or eclipse) there should be a file build/dev.json.  In it is a listing of dependencies for gradle to gather.  Three of them have to do with lwjgl and end in '-nightly-131017'.  Just edit the file to remove the ending from those three, and then rerun gradle setupDecompWorkspace.  I would recommend making a backup of he dev.json though, because it seems to get overridden with the -nightly-131017 stuff every time, and you have to get rid of it every time before you use any gradle command.

     

    Let me know how it goes!

     

    Awesome, it worked! I've had an issue with dev.json before with it pointing towards a URL that returned a 403. Ended up being the same kind of fix.

     

    Thank you, mercrutio!

  5. Hey all,

     

    I'm trying to install and build the latest source in eclipse.

     

    Using a fresh install of Eclipse and a fresh download of Forge source on Mavericks 10.9.1 gives me the following errors: http://i.imgur.com/MO5mkwk.jpg

     

    Funnily enough, 10.12.0.996 worked fine a few days ago but since 10.12.0.997 was released even rolling back to that version doesn't work.

     

    Thanks in advance.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.