Page 1 of 1

Help running ManaServ on Cygwin

Posted: 30 Jan 2010, 21:37
by FBSC
Hello, I'm new here :)
I wanna run my Manaserv server on Cygwin, so I followed the instruction on the wiki.
I compiled everything, downloaded things from http://gitorious.org/tmwserv-data and symlinked.
Anyway, account and game server gives me errors about not-found files (items.xml in the case of account and maps.xml for the game server).
Can anyone help me?

Re: Help running ManaServ on Cygwin

Posted: 30 Jan 2010, 21:52
by Rotonen

Re: Help running ManaServ on Cygwin

Posted: 30 Jan 2010, 21:58
by FBSC
I searched into the wiki but couldn't find anything wich helps me... I tried to move those file to a "data" subdir but doesn't work anyway...

Re: Help running ManaServ on Cygwin

Posted: 30 Jan 2010, 22:39
by Jaxad0127
http://wiki.themanaworld.org/index.php/ ... up_TMWServ
Just replace TMWServ with ManaServ in the instructions.

Re: Help running ManaServ on Cygwin

Posted: 30 Jan 2010, 22:42
by FBSC
That's the strange point: i followed all steps but won't go... I also copied (and not only symlinked) the files but nothing to do...

Re: Help running ManaServ on Cygwin

Posted: 30 Jan 2010, 23:40
by Jaxad0127
So, you have (for example) tmwserv-data as the data directory with parts from (for example) tmwdata? And you're running hte servers from the directory that contains the data directory?

Re: Help running ManaServ on Cygwin

Posted: 31 Jan 2010, 09:24
by FBSC
That's my directory tree:
-manaserv
*manaserv-account.exe
*manaserv-game.exe
*manaserv.xml
*(cygwin dlls)
*mana.db
*(log files)
--data
**runes.xml
**maps.xml
**items.xml
**permissions.xml
---scripts
all the files are physically in the directory and not symlinked

Re: Help running ManaServ on Cygwin

Posted: 31 Jan 2010, 13:35
by Crush
Why do you try to run ManaServ on Cygwin? It compiles natively on windows without problems.

Re: Help running ManaServ on Cygwin

Posted: 31 Jan 2010, 18:54
by FBSC
really? i thought it uses UNIX sockets.... Now I'll try...
[EDIT]
I can't reach how to compile on MinGW... i can't run autoreconf and configure...