tales / tales-client

Moved to https://gitlab.com/tales/tales-client
http://www.manasource.org/
GNU General Public License v2.0
13 stars 5 forks source link

unable to start new game #49

Closed redgoblin88 closed 7 years ago

redgoblin88 commented 7 years ago

![Uploading Screenshot_2016-08-02-20-02-32.png…]()

I have just got the game today, I opened it up, made a new charecter as prompted but it claimed it already existed, I exited and saw thatupon making an account you are automatically given a charecter.

from here I decided to join and actually play but was given an error as follows: "No game server found for the map the charecter is on" which is indicated in the screenshot given

bjorn commented 7 years ago

I have just got the game today, I opened it up, made a new charecter as prompted but it claimed it already existed, I exited and saw thatupon making an account you are automatically given a charecter.

Hmm, actually no character is automatically created, so something must have gone wrong there.

from here I decided to join and actually play but was given an error as follows: "No game server found for the map the charecter is on" which is indicated in the screenshot given

I'm getting the same error currently. There must be a configuration error on the server.

Note that at the moment there is no developer actually having time for working on this game. @Ablu only barely manages to at least keep the server running. There is still a lot to do on the game before it is nicely playable.

Ablu commented 7 years ago

The server was having some weird issues. It looked like some weird DNS issues. Also the game server crashed.

I restarted the whole server and run the game server inside gdb now.

Should be all working now again.

Regards, Erik

On 08/02/2016 09:44 PM, Thorbjørn Lindeijer wrote:

I have just got the game today, I opened it up, made a new
charecter as prompted but it claimed it already existed, I exited
and saw thatupon making an account you are automatically given a
charecter.

Hmm, actually no character is automatically created, so something must have gone wrong there.

from here I decided to join and actually play but was given an
error as follows:
"No game server found for the map the charecter is on" which is
indicated in the screenshot given

I'm getting the same error currently. There must be a configuration error on the server.

Note that at the moment there is no developer actually having time for working on this game. @Ablu https://github.com/Ablu only barely manages to at least keep the server running. There is still a lot to do on the game before it is nicely playable.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tales/tales-client/issues/49#issuecomment-237020365, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtOxW1rZ4Wv7_IGMDSv1NJiwYyxYTCBks5qb54ogaJpZM4Ja89j.

redgoblin88 commented 7 years ago

It is indeed all working now and explains why my charecter was naked, unfortunately I can see that the game may need a little bit more development as there is some latencies in spawning/ddspawning NPCs and the gear spawns sepperately plus changing equipment takes some time, but at first glance it looks like an amazing game and it is already complete, just those minor delays to reduce

Ablu commented 7 years ago

Yes. This delays are our main engine issue currently.

Especially with fighting the delays become unacceptable.

I have a series of patches in https://github.com/Ablu/manaserv/commits/architecture_playground in order to try to make the server more modular. The idea is to be able to share the logic between server and client. Then the client could predict stuff like fighting. However there still is a lot to do. I certainly still plan to work on this, but currently I am busy with finishing my bachelor thesis. But after that I hope to have time for it again...

I wonder, how did you figure out about this game? We did not really do any advertising at this point. Especially the android alpha is well hidden at the moment :P (or did you build it on the pc?)

On 08/03/2016 08:01 PM, redgoblin88 wrote:

It is indeed all working now and explains why my charecter was naked, unfortunately I can see that the game may need a little bit more development as there is some latencies in spawning/ddspawning NPCs and the gear spawns sepperately plus changing equipment takes some time, but at first glance it looks like an amazing game and it is already complete, just those minor delays to reduce

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tales/tales-client/issues/49#issuecomment-237313863, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtOxbBDq9C4zvrtH_HqYWR6exEEPd61ks5qcNdzgaJpZM4Ja89j.

redgoblin88 commented 7 years ago

I was looking on google play not too long ago as I was wanting a dwarven themed fantasy mmorpg (as im into dwarves) but the list of mmorpg games was short and the "source of tales" game happened to appear there but was shown as "early alpha" or something, I thought I should give it a try and to help you if possible with any issues if I find it good, which first impressions are really nice graphics despite that small server hickup.

Ablu commented 7 years ago

Oh... So the game showed up for you without you manually joining the alpha channel first? So far we deliberately did not put the game into the public release channel so people to do not get disappointed of it. But you said you have been able to install it?

Anyway, thanks a lot for the input. It is always interesting to know how people find out about the game.

Regards, Ablu

On 08/06/2016 08:47 PM, redgoblin88 wrote:

I was looking on google play not too long ago as I was wanting a dwarven themed fantasy mmorpg (as im into dwarves) but the list of mmorpg games was short and the "source of tales" game happened to appear there but was shown as "early alpha" or something, I thought I should give it a try and to help you if possible with any issues if I find it good, which first impressions are really nice graphics despite that small server hickup.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tales/tales-client/issues/49#issuecomment-238040854, or mute the thread https://github.com/notifications/unsubscribe-auth/AAtOxRVrSpCrD93Matp5Stzj6XebjrB4ks5qdNbMgaJpZM4Ja89j.

Ablu commented 7 years ago

Alright. We realized that Google apparently made it easier to join the alpha channel directly via the playstore leading in a lot of installs.

Since we are aware that the game currently gives a bad first impression we disabled the open alpha now. You now need to be part of this G+ Community in order to register as an alpha tester.

Anyway I guess this issue is resolved.