Page 1 of 2

0.0.21 Ubuntu package

Posted: 20 Sep 2006, 10:21
by ElvenProgrammer
I made my first attempt at creating an Ubuntu package. Feel free to test it.

You can find it at http://elvenprogrammer.themanaworld.org ... 1_i386.deb

It should require SDL 1.2.11 and Guichan 0.5.0

Posted: 20 Sep 2006, 18:22
by VxD
hello, I am new here (my english is not really good)... and I will try to help you if I can.

Thanks you for the Ubuntu package, I have a little problem.

Code: Select all

sudo dpkg -i tmw-0.0.21-1_i386.deb
work perfectly..

but when I launch the game with :

Code: Select all

tmw
i have this :

Code: Select all

tmw: error while loading shared libraries: libcurl.so.2: cannot open shared object file: No such file or directory
Could you help me ?

Posted: 21 Sep 2006, 00:17
by VxD
as SDL 1.2.11 and Guichan 0.5.0 packages apparently doesn't exist... that seem really difficult for ubuntu/linux commons users to play at tmw.

Posted: 21 Sep 2006, 07:15
by ElvenProgrammer
Ok then first get the libcurl package. Oh and I should probably think about creating ubuntu packages for guichan and sdl as well.

Posted: 21 Sep 2006, 08:22
by VxD
oh.. it's will be really great :P

Edit : libcurl was installed..

Posted: 21 Sep 2006, 09:03
by AquaFox
Nooo!! The problem is that Ubuntu repos have libcurl3 not 2 :/. Please make it libcurl3 compatible.

Posted: 21 Sep 2006, 11:49
by VxD
I m not sure... the version 0.0.20 work perfectly.. I have just a problem with the new one.

Posted: 21 Sep 2006, 18:43
by ElvenProgrammer
AquaFox wrote:Nooo!! The problem is that Ubuntu repos have libcurl3 not 2 :/. Please make it libcurl3 compatible.
I have the default package installed and it works perfectly.

Posted: 21 Sep 2006, 23:26
by VxD
Now the game work perfectly thanks to Platyna who have spend around two hours for help me on IRC.

thanks you. ;)

the problem have been resolved by ... re-installation of all the library SDL and compilation of the last versions of Guichan (the pink one) and The Mana World.

I have just a odd bug, when I click on the monsters the game crash and say me :

Code: Select all

Fatal signal: Segmentation Fault (SDL Parachute Deployed)
but it's ok ;)

Posted: 22 Sep 2006, 06:14
by AquaFox
/me will recompile SDL and get Guichan.

Posted: 22 Sep 2006, 07:16
by ElvenProgrammer
vxd wrote:Now the game work perfectly thanks to Platyna who have spend around two hours for help me on IRC.

thanks you. ;)

the problem have been resolved by ... re-installation of all the library SDL and compilation of the last versions of Guichan (the pink one) and The Mana World.

I have just a odd bug, when I click on the monsters the game crash and say me :

Code: Select all

Fatal signal: Segmentation Fault (SDL Parachute Deployed)
but it's ok ;)
Probably the log could tell us something more...

Posted: 22 Sep 2006, 10:01
by VxD
erh.. good idea.. who have the log ? :oops:

Posted: 22 Sep 2006, 13:48
by Rotonen
~/.tmw could hold the information you're looking after.

Posted: 22 Sep 2006, 16:17
by Modanung
vxd, tmw.log is the log file... you can open it with any regular text editor.

Posted: 22 Sep 2006, 17:10
by VxD
http://phpfi.com/155960 ?

I don't understand what information I can find here..
(yes I know.. I use linux with the package manager, and I know perfectly only to launch Gimp and Firefox)