Page 101 of 164

Re: Hurray! Another multiplayer clone project. :)

Posted: Thu May 19, 2016 4:49 pm
by jrb00001
using a0.4.3.0.1:

Code: Select all

Exception in thread "LWJGL Application" java.util.ConcurrentModificationException
	at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
	at java.util.HashMap$KeyIterator.next(HashMap.java:1453)
	at java.util.AbstractCollection.finishToArray(AbstractCollection.java:232)
	at java.util.AbstractCollection.toArray(AbstractCollection.java:143)
	at java.util.ArrayList.addAll(ArrayList.java:577)
	at shampoo.bE.c(Unknown Source)
	at shampoo.bE.b(Unknown Source)
	at shampoo.al.a(Unknown Source)
	at shampoo.al.b(Unknown Source)
	at shampoo.al.a(Unknown Source)
	at shampoo.au.a(Unknown Source)
	at shampoo.t.render(Unknown Source)
	at de._692b8c32.tachyonuniverse.launcher.a0_3.ReflectionApplicationListenerProxy.render(ReflectionApplicationListenerProxy.java:55)
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(Unknown Source)
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(Unknown Source)
Exception in thread "Client" java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalGetSourcei(II)I
	at org.lwjgl.openal.AL10.nalGetSourcei(Native Method)
	at org.lwjgl.openal.AL10.alGetSourcei(Unknown Source)
	at com.badlogic.gdx.backends.lwjgl.audio.OpenALAudio.obtainSource(Unknown Source)
	at com.badlogic.gdx.backends.lwjgl.audio.OpenALSound.play(Unknown Source)
	at shampoo.al.a(Unknown Source)
	at shampoo.au.a(Unknown Source)
	at shampoo.ap.received(Unknown Source)
	at com.esotericsoftware.kryonet.Connection.notifyReceived(Unknown Source)
	at com.esotericsoftware.kryonet.Client.update(Unknown Source)
	at com.esotericsoftware.kryonet.Client.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:745)

Re: Hurray! Another multiplayer clone project. :)

Posted: Thu May 19, 2016 5:00 pm
by jrb00001
Another disconnect:

Code: Select all

Exception in thread "Client" java.lang.NullPointerException
	at shampoo.au.a(Unknown Source)
	at shampoo.ap.received(Unknown Source)
	at com.esotericsoftware.kryonet.Connection.notifyReceived(Unknown Source)
	at com.esotericsoftware.kryonet.Client.update(Unknown Source)
	at com.esotericsoftware.kryonet.Client.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:745)

Re: Hurray! Another multiplayer clone project. :)

Posted: Thu May 19, 2016 5:12 pm
by kcd.Spektor
jrb00001 wrote:using a0.4.3.0.1:

Code: Select all

Exception in thread "LWJGL Application" java.util.ConcurrentModificationException
	at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
	at java.util.HashMap$KeyIterator.next(HashMap.java:1453)
	at java.util.AbstractCollection.finishToArray(AbstractCollection.java:232)
	at java.util.AbstractCollection.toArray(AbstractCollection.java:143)
	at java.util.ArrayList.addAll(ArrayList.java:577)
	at shampoo.bE.c(Unknown Source)
	at shampoo.bE.b(Unknown Source)
	at shampoo.al.a(Unknown Source)
	at shampoo.al.b(Unknown Source)
	at shampoo.al.a(Unknown Source)
	at shampoo.au.a(Unknown Source)
	at shampoo.t.render(Unknown Source)
	at de._692b8c32.tachyonuniverse.launcher.a0_3.ReflectionApplicationListenerProxy.render(ReflectionApplicationListenerProxy.java:55)
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(Unknown Source)
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(Unknown Source)
Exception in thread "Client" java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalGetSourcei(II)I
	at org.lwjgl.openal.AL10.nalGetSourcei(Native Method)
	at org.lwjgl.openal.AL10.alGetSourcei(Unknown Source)
	at com.badlogic.gdx.backends.lwjgl.audio.OpenALAudio.obtainSource(Unknown Source)
	at com.badlogic.gdx.backends.lwjgl.audio.OpenALSound.play(Unknown Source)
	at shampoo.al.a(Unknown Source)
	at shampoo.au.a(Unknown Source)
	at shampoo.ap.received(Unknown Source)
	at com.esotericsoftware.kryonet.Connection.notifyReceived(Unknown Source)
	at com.esotericsoftware.kryonet.Client.update(Unknown Source)
	at com.esotericsoftware.kryonet.Client.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:745)
Never seen this one before.
Can it be somehow related to the launcher?
Because I never get any disconnects - and I play without the launcher.
jrb00001 wrote:Another disconnect:

Code: Select all

Exception in thread "Client" java.lang.NullPointerException
	at shampoo.au.a(Unknown Source)
	at shampoo.ap.received(Unknown Source)
	at com.esotericsoftware.kryonet.Connection.notifyReceived(Unknown Source)
	at com.esotericsoftware.kryonet.Client.update(Unknown Source)
	at com.esotericsoftware.kryonet.Client.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:745)
This looks like the old crash bug.
Did you redownload the new client?

Re: Hurray! Another multiplayer clone project. :)

Posted: Thu May 19, 2016 5:18 pm
by jrb00001
kcd.Spektor wrote:
jrb00001 wrote:using a0.4.3.0.1:

Code: Select all

Exception in thread "LWJGL Application" java.util.ConcurrentModificationException
	at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
	at java.util.HashMap$KeyIterator.next(HashMap.java:1453)
	at java.util.AbstractCollection.finishToArray(AbstractCollection.java:232)
	at java.util.AbstractCollection.toArray(AbstractCollection.java:143)
	at java.util.ArrayList.addAll(ArrayList.java:577)
	at shampoo.bE.c(Unknown Source)
	at shampoo.bE.b(Unknown Source)
	at shampoo.al.a(Unknown Source)
	at shampoo.al.b(Unknown Source)
	at shampoo.al.a(Unknown Source)
	at shampoo.au.a(Unknown Source)
	at shampoo.t.render(Unknown Source)
	at de._692b8c32.tachyonuniverse.launcher.a0_3.ReflectionApplicationListenerProxy.render(ReflectionApplicationListenerProxy.java:55)
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(Unknown Source)
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(Unknown Source)
Exception in thread "Client" java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalGetSourcei(II)I
	at org.lwjgl.openal.AL10.nalGetSourcei(Native Method)
	at org.lwjgl.openal.AL10.alGetSourcei(Unknown Source)
	at com.badlogic.gdx.backends.lwjgl.audio.OpenALAudio.obtainSource(Unknown Source)
	at com.badlogic.gdx.backends.lwjgl.audio.OpenALSound.play(Unknown Source)
	at shampoo.al.a(Unknown Source)
	at shampoo.au.a(Unknown Source)
	at shampoo.ap.received(Unknown Source)
	at com.esotericsoftware.kryonet.Connection.notifyReceived(Unknown Source)
	at com.esotericsoftware.kryonet.Client.update(Unknown Source)
	at com.esotericsoftware.kryonet.Client.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:745)
Never seen this one before.
Can it be somehow related to the launcher?
Because I never get any disconnects - and I play without the launcher.
The launcher does not do anything after it clicked through the menus. Did you update libGDX? The launcher has 1.5.0 bundled.
kcd.Spektor wrote:
jrb00001 wrote:Another disconnect:

Code: Select all

Exception in thread "Client" java.lang.NullPointerException
	at shampoo.au.a(Unknown Source)
	at shampoo.ap.received(Unknown Source)
	at com.esotericsoftware.kryonet.Connection.notifyReceived(Unknown Source)
	at com.esotericsoftware.kryonet.Client.update(Unknown Source)
	at com.esotericsoftware.kryonet.Client.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:745)
This looks like the old crash bug.
Did you redownload the new client?
I started the download of the new client yesterday at 20:30 GMT.

Re: Hurray! Another multiplayer clone project. :)

Posted: Thu May 19, 2016 6:18 pm
by kcd.Spektor
jrb00001 wrote:I started the download of the new client yesterday at 20:30 GMT.
Seems that you might have the old one still.

In any case, I'm going to enclose everything in a try catch block.
And we'll see if that helps.

So a0.4.4 released.

Re: Hurray! Another multiplayer clone project. :)

Posted: Thu May 19, 2016 6:21 pm
by jrb00001
kcd.Spektor wrote:
jrb00001 wrote:I started the download of the new client yesterday at 20:30 GMT.
Seems that you might have the old one still.

In any case, I'm going to enclose everything in a try catch block.
And we'll see if that helps.

So a0.4.4 released.
Is the upload already finished? Does it need a database reset?

PS: There is a trader who sells a cruiser with wooden doors :D

Re: Hurray! Another multiplayer clone project. :)

Posted: Thu May 19, 2016 6:25 pm
by Srul
kcd.Spektor wrote: So a0.4.4 released.
STOP!!! NO MORE 0.4.n!

Re: Hurray! Another multiplayer clone project. :)

Posted: Thu May 19, 2016 6:44 pm
by EmpressLexi
Srul wrote:
kcd.Spektor wrote: So a0.4.4 released.
STOP!!! NO MORE 0.4.n!

I agree~!

Re: Hurray! Another multiplayer clone project. :)

Posted: Thu May 19, 2016 6:54 pm
by kcd.Spektor
jrb00001 wrote: Is the upload already finished? Does it need a database reset?
Upload finished, no reset needed.
EmpressLexi wrote:
Srul wrote:
kcd.Spektor wrote: So a0.4.4 released.
STOP!!! NO MORE 0.4.n!
I agree~!
:| ok

TODO list updated.

Re: Hurray! Another multiplayer clone project. :)

Posted: Thu May 19, 2016 7:41 pm
by jrb00001
server and launcher is updated to a0.4.4.