TMW Eathena doesn't work... Has never worked... Linux Ubuntu
Posted: 08 Jul 2010, 19:42
Never has... I decided to make a new thread to try to get some definitive answers. I've been plugging away at this for some time, and have yet to make TMW eathena server work on Linux. (ubuntu 9.10 Karmic)
Here are the steps I take...
git clone git://gitorious.org/tmw-eathena/mainline.git eathena
cd eathena
make
(Output)
http://pastebin.com/raw.php?i=QfcLb5TD
make tools
(Output)
http://pastebin.com/raw.php?i=5xGsgexs
cd ..
git clone git://gitorious.org/tmw-eathena-data/mainline.git eathena-data
cd eathena-data
cp -iv ../eathena/*-server .
cp -iv ../eathena/eathena-monitor .
cd $HOME
ln -s home/user/eathena-data/ tmwserver
Usually everything builds alright... But just today it decided it won't build the map-server anymore. I don't have a 64 bit system for Linux. I tried a few different things but haven't been successful.
However if I compile a regular eathena build it will start up, run, etc. But when I try to connect to it using TMW client it disconnects in the character creation screen. I'm sure this has to do with the RO hooks and such. I would love to get this going but as of now I can't get this going... I'm not so much of a programmer in Linux. But I like running server stuff on Linux just because it's "usually" less of a hassle than windows. (And uses less RAM.)
If someone could offer some insight I would be forever grateful...
Here are the steps I take...
git clone git://gitorious.org/tmw-eathena/mainline.git eathena
cd eathena
make
(Output)
http://pastebin.com/raw.php?i=QfcLb5TD
make tools
(Output)
http://pastebin.com/raw.php?i=5xGsgexs
cd ..
git clone git://gitorious.org/tmw-eathena-data/mainline.git eathena-data
cd eathena-data
cp -iv ../eathena/*-server .
cp -iv ../eathena/eathena-monitor .
cd $HOME
ln -s home/user/eathena-data/ tmwserver
Usually everything builds alright... But just today it decided it won't build the map-server anymore. I don't have a 64 bit system for Linux. I tried a few different things but haven't been successful.
However if I compile a regular eathena build it will start up, run, etc. But when I try to connect to it using TMW client it disconnects in the character creation screen. I'm sure this has to do with the RO hooks and such. I would love to get this going but as of now I can't get this going... I'm not so much of a programmer in Linux. But I like running server stuff on Linux just because it's "usually" less of a hassle than windows. (And uses less RAM.)
If someone could offer some insight I would be forever grateful...