Iv tried browsing around
no one elses seem to get the same error as i do
which is:
java.lang.RuntimeException: java.net.BindException: Cannot assign requested address: Cannot bind
at haven.Session.<init>(Session.java:779)
at haven.Bootstrap.run(Bootstrap.java:170)
at haven.MainFrame.run(MainFrame.java:247)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.BindException: Cannot assign requested address: Cannot bind
at java.net.DualStackPlainDatagramSocketImpl.socketBind(Native Method)
at java.net.DualStackPlainDatagramSocketImpl.bind0(Unknown Source)
at java.net.AbstractPlainDatagramSocketImpl.bind(Unknown Source)
at java.net.DatagramSocket.bind(Unknown Source)
at java.net.DatagramSocket.<init>(Unknown Source)
at haven.Session.<init>(Session.java:777)
... 3 more
I have no idea what i means, so i jsut tried the same as everyone which is:
downgrade to Java 6 same error
upgraede to Java 7 again, same error
triple Buffing disable ( Nvidia grafick card)
Firewall disabled
tried to clear the cache on Java via the control panel, but since i just re-installed it was pretty much empty
I dunno what else it can be
please help