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 8:05 pm

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)
The_Bear
Posts: 225
Joined: Mon Jan 04, 2016 5:57 pm

Re: Hurray! Another multiplayer clone project. :)

Postby The_Bear » Thu May 19, 2016 8:16 pm

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

Re: Hurray! Another multiplayer clone project. :)

Postby jrb00001 » Thu May 19, 2016 8:29 pm

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

Re: Hurray! Another multiplayer clone project. :)

Postby jrb00001 » Thu May 19, 2016 8:55 pm

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)

agigabyte
Posts: 551
Joined: Fri May 31, 2013 1:59 am

Re: Hurray! Another multiplayer clone project. :)

Postby agigabyte » Fri May 20, 2016 3:36 am

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.
User avatar
Hak86
Posts: 108
Joined: Thu Mar 31, 2016 8:58 am

Re: Hurray! Another multiplayer clone project. :)

Postby Hak86 » Fri May 20, 2016 4:00 am

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. :mrgreen:
This is a bad signature. :|
agigabyte
Posts: 551
Joined: Fri May 31, 2013 1:59 am

Re: Hurray! Another multiplayer clone project. :)

Postby agigabyte » Fri May 20, 2016 4:06 am

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

Re: Hurray! Another multiplayer clone project. :)

Postby jrb00001 » Fri May 20, 2016 5:28 am

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

Re: Hurray! Another multiplayer clone project. :)

Postby kcd.Spektor » Fri May 20, 2016 5:43 am

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

Re: Hurray! Another multiplayer clone project. :)

Postby Srul » Fri May 20, 2016 6:31 am

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.