Page 79 of 164

Re: Hurray! Another multiplayer clone project. :)

Posted: Sun Apr 24, 2016 1:04 am
by Hak86
jrb00001 wrote:
setchulainn wrote:Hi i have some issues with the game and java I think. The game start I can move login etc... but sometimes ship doesn't load/ disappear and i'm blocked in space in the area of the room because i can't open door ( the ship has disappeared ). I don't see the loading bar for the module when they are charging and don't see the green bar when i activate any module.

I tried to uninstall java ( all version ) and reinstall java JRE 8u91 x64. I have a windows 10 64 bit.

Any suggestion to help me ? :/

thanks
If you can walk around on your ship, Java can not be your problem. Did you use the downloaded client to connect to my server? That would explain the invisible ship because you used one of the new ships. Just use the launcher link and everything should work. And the other problems... I have never seen them. Can you post screenshots?
If you can remember samisk had this same problem when we were all playing together.

Re: Hurray! Another multiplayer clone project. :)

Posted: Sun Apr 24, 2016 1:07 am
by Hak86
kcd.Spektor wrote:
The_Bear wrote:
Or search the thread to find where those ships were first posted unresized?
I can do that.
That would be great, thanks.
Whenever you're done recoloring any ship, post it right away. So i can start adding it.
P.S.
I need only the white ships, because i can recolor white ones using the code now :D
I will recolor the grey bear to white ASAP

PS I use gimp for image editing

Edit: So we need to recolor all of those ships to white?

Re: Hurray! Another multiplayer clone project. :)

Posted: Sun Apr 24, 2016 4:39 am
by kcd.Spektor
Hak86 wrote: Edit: So we need to recolor all of those ships to white?
Yes.
Just make sure that you guys communicate so you don't work on the same ship at the same time.

Re: Hurray! Another multiplayer clone project. :)

Posted: Sun Apr 24, 2016 4:45 am
by kcd.Spektor
setchulainn wrote:Hi i have some issues with the game and java I think. The game start I can move login etc... but sometimes ship doesn't load/ disappear and i'm blocked in space in the area of the room because i can't open door ( the ship has disappeared ). I don't see the loading bar for the module when they are charging and don't see the green bar when i activate any module.

I tried to uninstall java ( all version ) and reinstall java JRE 8u91 x64. I have a windows 10 64 bit.

Any suggestion to help me ? :/

thanks
I have a feeling that these issues are network conection related.
Try reconnecting next time you encounter them.
Somitimes doing a hyper jump also helps.
jrb00001 wrote: If you can walk around on your ship, Java can not be your problem.
That is true.
Did you use the downloaded client to connect to my server? That would explain the invisible ship because you used one of the new ships.
If he would have used the normal client and didn't have an image of a ship - then he would have seen the default image.
But if there's nothing at all visible - then there's something spooky going on there. :?

BTW jrb - how did you make the client from the launcher auto press the Start game - > Connect buttons?

Re: Hurray! Another multiplayer clone project. :)

Posted: Sun Apr 24, 2016 5:52 am
by Srul
Recolored most of the ships. Spent whole 10 minutes to do so! https://www.dropbox.com/s/9ajmk2amkoriw ... s.rar?dl=0

Re: Hurray! Another multiplayer clone project. :)

Posted: Sun Apr 24, 2016 8:25 am
by Hak86
Srul wrote:Recolored most of the ships. Spent whole 10 minutes to do so! https://www.dropbox.com/s/9ajmk2amkoriw ... s.rar?dl=0
Just finished recolouring the Grey Bear It is now, not grey. Now it's just a rogue ai interceptor.
Here it is:
Image
Edit: It now looks even more similar to the white bear.

Re: Hurray! Another multiplayer clone project. :)

Posted: Sun Apr 24, 2016 8:59 am
by setchulainn
kcd.Spektor wrote:
setchulainn wrote:Hi i have some issues with the game and java I think. The game start I can move login etc... but sometimes ship doesn't load/ disappear and i'm blocked in space in the area of the room because i can't open door ( the ship has disappeared ). I don't see the loading bar for the module when they are charging and don't see the green bar when i activate any module.

I tried to uninstall java ( all version ) and reinstall java JRE 8u91 x64. I have a windows 10 64 bit.

Any suggestion to help me ? :/

thanks
I have a feeling that these issues are network conection related.
Try reconnecting next time you encounter them.
Somitimes doing a hyper jump also helps.
jrb00001 wrote: If you can walk around on your ship, Java can not be your problem.
That is true.
I already disconnect and reconnect. This action able to load the ship, but often when i jumped and take an blaster hit, my ship disappear again and i must deco reco to refound it ( or my frozen corpse in the deep space if it's too long to reconnect :p ).

I'm using the launcher tachyonuniver.jnlp downloaded here : https://static-692b8c32.de/tachyonuniverse/

here a video ( accelerated ) of some of my issues :

https://www.youtube.com/watch?v=bjN65JbcH2Y

Re: Hurray! Another multiplayer clone project. :)

Posted: Sun Apr 24, 2016 10:05 am
by kcd.Spektor
:arrow:

Re: Hurray! Another multiplayer clone project. :)

Posted: Sun Apr 24, 2016 10:53 am
by jrb00001
kcd.Spektor wrote:
setchulainn wrote:Hi i have some issues with the game and java I think. The game start I can move login etc... but sometimes ship doesn't load/ disappear and i'm blocked in space in the area of the room because i can't open door ( the ship has disappeared ). I don't see the loading bar for the module when they are charging and don't see the green bar when i activate any module.

I tried to uninstall java ( all version ) and reinstall java JRE 8u91 x64. I have a windows 10 64 bit.

Any suggestion to help me ? :/

thanks
I have a feeling that these issues are network conection related.
Try reconnecting next time you encounter them.
Somitimes doing a hyper jump also helps.
jrb00001 wrote: If you can walk around on your ship, Java can not be your problem.
That is true.
Did you use the downloaded client to connect to my server? That would explain the invisible ship because you used one of the new ships.
If he would have used the normal client and didn't have an image of a ship - then he would have seen the default image.
But if there's nothing at all visible - then there's something spooky going on there. :?

BTW jrb - how did you make the client from the launcher auto press the Start game - > Connect buttons?

Code: Select all

public static void click(int x, int y, int pointer, int button) {
	Gdx.input.getInputProcessor().touchDown(x, y, pointer, button);
	Gdx.input.getInputProcessor().touchUp(x, y, pointer, button);
}

Re: Hurray! Another multiplayer clone project. :)

Posted: Sun Apr 24, 2016 11:09 am
by kcd.Spektor
setchulainn wrote: I already disconnect and reconnect. This action able to load the ship, but often when i jumped and take an blaster hit, my ship disappear again and i must deco reco to refound it ( or my frozen corpse in the deep space if it's too long to reconnect :p ).
I'm using the launcher tachyonuniver.jnlp downloaded here : https://static-692b8c32.de/tachyonuniverse/
here a video ( accelerated ) of some of my issues :
Well I have found 1 of the shown bugs - it was related to the shipyard system interface.
In any case the shipyard system is going to be inaccessible from the next release by default.
But still I've fixed it.
As for other bugs - I have a thought:
There might be some problem with the connection, from your video it looks like you do receive TCP packets from the server, but don't receive UDP packets.
Perhaps you have UDP port blocked or something?
The TCP and UDP ports are 30303 and 30304
Also I would suggest you to try and run your own local server and try connecting to it.
And see if the problem remains.

P.S.
(for some reason my first reply to you didn't get posted so I'll write this again)
here a video ( accelerated ) of some of my issues :
This is the first video of Tachyon on youtube.
*Sheds a tear* I'm so happy :cry:
:)