- Code: Select all
java.lang.RuntimeException: java.net.SocketException: Unrecognized Windows Sockets error: 0: Cannot bind
at haven.Session.<init>(Session.java:646)
at haven.Bootstrap.run(Bootstrap.java:173)
at haven.MainFrame.run(MainFrame.java:149)
at haven.MainFrame.main2(MainFrame.java:223)
at haven.MainFrame.access$100(MainFrame.java:34)
at haven.MainFrame$5.run(MainFrame.java:266)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketException: Unrecognized Windows Sockets error: 0: Cannot bind
at java.net.PlainDatagramSocketImpl.bind0(Native Method)
at java.net.PlainDatagramSocketImpl.bind(Unknown Source)
at java.net.DatagramSocket.bind(Unknown Source)
at java.net.DatagramSocket.<init>(Unknown Source)
at haven.Session.<init>(Session.java:644)
... 6 more
Then when I try to use Gilbertus's mod or Ender's mod, it will instead crash after I click "log in". This time, there's no error code. The windows just disappear.
I have tried the NVidia fix. Nothing works with or without it. Does anybody have any idea what's wrong here?