Hurray! Another multiplayer clone project. :)

Discuss and distribute tools and methods for modding. Moderator - Grognak
jrb00001
Posts: 201
Joined: Fri Jan 15, 2016 2:22 pm

Re: Hurray! Another multiplayer clone project. :)

Postby jrb00001 » Thu May 19, 2016 4:49 pm

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)
jrb00001
Posts: 201
Joined: Fri Jan 15, 2016 2:22 pm

Re: Hurray! Another multiplayer clone project. :)

Postby jrb00001 » Thu May 19, 2016 5:00 pm

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)
kcd.Spektor
Posts: 586
Joined: Thu Nov 26, 2015 8:21 am

Re: Hurray! Another multiplayer clone project. :)

Postby kcd.Spektor » Thu May 19, 2016 5:12 pm

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?
jrb00001
Posts: 201
Joined: Fri Jan 15, 2016 2:22 pm

Re: Hurray! Another multiplayer clone project. :)

Postby jrb00001 » Thu May 19, 2016 5:18 pm

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.
kcd.Spektor
Posts: 586
Joined: Thu Nov 26, 2015 8:21 am

Re: Hurray! Another multiplayer clone project. :)

Postby kcd.Spektor » Thu May 19, 2016 6:18 pm

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.
jrb00001
Posts: 201
Joined: Fri Jan 15, 2016 2:22 pm

Re: Hurray! Another multiplayer clone project. :)

Postby jrb00001 » Thu May 19, 2016 6:21 pm

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
User avatar
Srul
Posts: 209
Joined: Wed Feb 17, 2016 7:32 pm

Re: Hurray! Another multiplayer clone project. :)

Postby Srul » Thu May 19, 2016 6:25 pm

kcd.Spektor wrote:So a0.4.4 released.

STOP!!! NO MORE 0.4.n!
EmpressLexi
Posts: 51
Joined: Sun Mar 13, 2016 3:09 am

Re: Hurray! Another multiplayer clone project. :)

Postby EmpressLexi » Thu May 19, 2016 6:44 pm

Srul wrote:
kcd.Spektor wrote:So a0.4.4 released.

STOP!!! NO MORE 0.4.n!



I agree~!
kcd.Spektor
Posts: 586
Joined: Thu Nov 26, 2015 8:21 am

Re: Hurray! Another multiplayer clone project. :)

Postby kcd.Spektor » Thu May 19, 2016 6:54 pm

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.
jrb00001
Posts: 201
Joined: Fri Jan 15, 2016 2:22 pm

Re: Hurray! Another multiplayer clone project. :)

Postby jrb00001 » Thu May 19, 2016 7:41 pm

server and launcher is updated to a0.4.4.