Page 102 of 164
Re: Hurray! Another multiplayer clone project. :)
Posted: Thu May 19, 2016 8:05 pm
by jrb00001
a0.4.4:
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)
Re: Hurray! Another multiplayer clone project. :)
Posted: Thu May 19, 2016 8:16 pm
by The_Bear
A guy made a mod that added hp bars for more and less hp, maybe you should ask him if you can use them, if he is still on the forum.
Re: Hurray! Another multiplayer clone project. :)
Posted: Thu May 19, 2016 8:29 pm
by jrb00001
We (at least Bear and I) are going to kill the RAI boss on saturday. Who wants to join us?
If you want to take part, please post your timezone and when you have time. The current plan is something like 10:00 to 12:00 GMT but we might need to move it a bit. If you need a ship, we can prepare it for you. If you come with your own ship, please tell us it's class.
Re: Hurray! Another multiplayer clone project. :)
Posted: Thu May 19, 2016 8:55 pm
by jrb00001
a0.4.4:
Code: Select all
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)
[Client] Can't open single side door at x: 295 y: 119 because it's not a shipcell!
[Client] Can't open single side door at x: 159 y: 63 because it's not a shipcell!
[Client] Can't open single side door at x: 159 y: 64 because it's not a shipcell!
[Client] Level image 23 not found!
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.t.v(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: Fri May 20, 2016 3:36 am
by agigabyte
Could you add a fullscreen mode or change screen resolution option? My laptop can't fit the bottom of the screen at its largest resolution.
Re: Hurray! Another multiplayer clone project. :)
Posted: Fri May 20, 2016 4:00 am
by Hak86
jrb00001 wrote:We (at least Bear and I) are going to kill the RAI boss on saturday. Who wants to join us?
If you want to take part, please post your timezone and when you have time. The current plan is something like 10:00 to 12:00 GMT but we might need to move it a bit. If you need a ship, we can prepare it for you. If you come with your own ship, please tell us it's class.
I would love to join you, Though three things:
1. I don't know if i will be able to make it in time.
2. I don't have a ship.
3. I haven't tested a0.4.4 yet.

Re: Hurray! Another multiplayer clone project. :)
Posted: Fri May 20, 2016 4:06 am
by agigabyte
<first jump ever
<immediately has engines of both types taken out by 3 shield pirate
<proceeds to die
Also, is there a way to add crew that aren't no data yet?
Re: Hurray! Another multiplayer clone project. :)
Posted: Fri May 20, 2016 5:28 am
by jrb00001
agigabyte wrote:Also, is there a way to add crew that aren't no data yet?
You can add them but they will be shown as no data as long as they are not in the same sector as you.
Re: Hurray! Another multiplayer clone project. :)
Posted: Fri May 20, 2016 5:43 am
by kcd.Spektor
jrb00001 wrote:a0.4.4:
Code: Select all
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)
[Client] Can't open single side door at x: 295 y: 119 because it's not a shipcell!
[Client] Can't open single side door at x: 159 y: 63 because it's not a shipcell!
[Client] Can't open single side door at x: 159 y: 64 because it's not a shipcell!
[Client] Level image 23 not found!
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.t.v(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)
1. Did the game crash, or it's just some stacktraces?
2. I won't be able to fix any bugs if I can't replicate them myself.
And for that I need you to tell me what was done prior to the bug occurence(you did a loca/hyper jump, you opened a dorr, sent chat msg, etc...)
Re: Hurray! Another multiplayer clone project. :)
Posted: Fri May 20, 2016 6:31 am
by Srul
jrb00001 wrote:We (at least Bear and I) are going to kill the RAI boss on saturday. Who wants to join us?
If you want to take part, please post your timezone and when you have time. The current plan is something like 10:00 to 12:00 GMT but we might need to move it a bit. If you need a ship, we can prepare it for you. If you come with your own ship, please tell us it's class.
1. I can join at 13:00 or 14:00, timezone UTC+3, no promises, though.
2. I can come with starter interceptor, but i'll try to get a better ship today.
3. I can try to get guys from RSP join, but no promises again.