Page 1 of 1

manaserv error(s)

Posted: 30 Aug 2010, 09:08
by jak1
hi guys,

i was trying to make a manaserv(tmwserv).
1. the howto from Wiki is very bad (if it should run on my system i will try to make a better one[with more description])
2. my errors are:

tmwserv-account

root@*****:~# tmwserv-account
[08:56:09] [INF] The Mana World Account+Chat Server v0.0.1
[08:56:09] [INF] Using Config File: /root/.tmwserv.xml
[08:56:09] [INF] Using Log File: /root/.tmwserv-account.log
[08:56:09] [INF] Trying to connect with SQLite database file 'tmw.db'
[08:56:09] [INF] Connection to database sucessfull.
[08:56:09] [ERR] Itemdatabase has wrong version format string!
Segmentation fault

root@*****:~#

tmwserv-game

to much,
the most are from monster.xml this are only some of them
[08:58:11] [WRN] monsters.xml: No attributes defined for monster #58 (Archant)
[08:58:11] [WRN] monsters.xml: No behavior defined for monster #58 (Archant)
[08:58:11] [WRN] monsters.xml: No experience defined for monster #58 (Archant)
[08:58:11] [WRN] monsters.xml: No attributes defined for monster #59 (Moggun)
[08:58:11] [WRN] monsters.xml: No behavior defined for monster #59 (Moggun)
[08:58:11] [WRN] monsters.xml: No experience defined for monster #59 (Moggun)
[08:58:11] [WRN] monsters.xml: No attributes defined for monster #60 (Terranite)
[08:58:11] [WRN] monsters.xml: No behavior defined for monster #60 (Terranite)
[08:58:11] [WRN] monsters.xml: No experience defined for monster #60 (Terranite)
[08:58:11] [INF] Loaded 55 monsters from monsters.xml.
[08:58:21] [INF] Unable to create a connection to an account server. <-- normal when the account server closed with seg. fault
[08:58:21] [INF] Game handler started:
[08:58:21] [INF] Listening on port 9604...
[08:58:31] [INF] World time: 100
[08:58:41] [INF] World time: 200
[08:58:51] [INF] Unable to create a connection to an account server.
[08:58:51] [INF] World time: 300
[08:59:01] [INF] World time: 400


more info
OS: Ubuntu 8.04LTS (Hardy) - 32Bit Minimal
> its a V-Server
what is wrong with items.xml and monster.xml?
i hope someone can help me... i want to test the new manaserv :cry:
yours jak1

note: if its wrong here move it pleace

Re: manaserv error(s)

Posted: 30 Aug 2010, 11:30
by Bertram
Hi Jak1,

Thanks for your interest into manaserv (previously named tmwserv).

1. About documentation, the most up-to-date doc can be found here, for both the client and the server:
http://doc.manasource.org/bertram_new_start

I hope you'll find what you're looking for.

2. The latest 'stable' source code of manaserv and compatible with the 0.0.29.1 client of the mana client beta2 and mana:1.0 branch
can be found here:
http://gitorious.org/mana/manaserv/commits/stable

(The tmwserv repository is obsolete.)

Shall I ask you to retry with the given release?

Best regards.

Re: manaserv error(s)

Posted: 30 Aug 2010, 13:58
by jak1
Thank you Bertram!

my english isn't so good, but i think i will get it :D
...
oh now ehm it run's,
i can connect from my client "manaplus" to server
Serveradress ***
Port: 9601
[ManaServ]

but :oops:
i can't register any account... why?
in the accountserver it tells me anything of
AccountHandler::processMessage, Invalid message type 5
do i anything wrong?

Re: manaserv error(s)

Posted: 30 Aug 2010, 16:19
by Gotcha
hi!

what's your server now? manaserv or tmwathena?
regarding "Itemdatabase has wrong version format string!"
it seems your database tables are not up to date.
you should find a mysql folder where updates are.
for manaserv, the latest was update 9 to 10.

regarding the conncetion with manaplus, and since i am not sure if you now have a manaserv or a tmwathena server:
i guess it's related to enet1.3. the manaclient and also 4144 client were meant to connect to servers compiled with enet1.2.
however, for about little more than a week, manaserv needs enet1.3, that is, if your client isnt meant to connect to a enet1.3 supporting server,
(like older manaclients but also newer 4144clients), it wont connect.
if it's port 9601 we are talking about, i think its a manaserv server, when it 6901, its a tmwathena server.
(i'm just a bit confused about it because i have to start the newest manaserv server with manaserv-account and manaserv-game, and not tmwserv-account or tmwserv-game)

Re: manaserv error(s)

Posted: 30 Aug 2010, 17:24
by Bertram
To Jak1:

Well, first of all, the manaplus client hasn't been tested against manaserv servers for now, as reported by 4144 himself.

Secondly, I can't help you more without the client and servers logs. Can you provide them?

Best regards.

Re: manaserv error(s)

Posted: 30 Aug 2010, 17:35
by Gotcha
regarding: "manaplus client hasn't been tested against manaserv servers for now"
i tested this, and it worked nice up to the point when manaserv started using enet1.3 a few days ago.

Re: manaserv error(s)

Posted: 31 Aug 2010, 07:16
by Bertram
Hi Gotcha,
regarding: "manaplus client hasn't been tested against manaserv servers for now"
i tested this, and it worked nice up to the point when manaserv started using enet1.3 a few days ago.
:arrow: Nice to have you test that point. :)
I'm sure 4144 will update his client with latest source soon. Let's wait and see?

Best regards