0.0.21 Ubuntu package

Ask for help regarding any technical issue or report any bug or OS independent issues.
User avatar
Modanung
Grand Knight
Grand Knight
Posts: 1719
Joined: 20 May 2005, 15:51
Location: Groningen, The Netherlands
Contact:

Post by Modanung »

Is that the last log after the crash?
If you're looking for 3D FOSS games be sure to check out LucKey Productions on itch.io
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

vxd wrote: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)
One piece of information we can find there is that the last line reads:

[10:10:47] ResourceManager::get(sfx/fist-swish.ogg)

When your came crashes after this line, that might indicate a problem with playing sounds. More detailed information would be available when you compile TMW with debug information and run it in gdb. Then when the game crashes, you can type "bt" to get a backtrace telling us more about where exactly the game crashed.
User avatar
VxD
Peon
Peon
Posts: 49
Joined: 19 Sep 2006, 22:23
Location: Fra..Scotland

Post by VxD »

thanks you !.. I doing that..

then, I think the probleme is in relation with this, when I try to compile wesnoth :

Code: Select all

configure: error: *** SDL_mixer has no OGG support! You need SDL_mixer with OGG support
however, I have compiled SDL_mixer. How I can add the OGG support ?
Zaggynl
Peon
Peon
Posts: 1
Joined: 25 Sep 2006, 19:18

Post by Zaggynl »

Hi, I tried your package, but when typing tmw in the terminal I get:
bash: /usr/local/bin/tmw: No such file or directory

running ./tmw from /usr/bin/ does work, but howto correct this?
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

vxd wrote:however, I have compiled SDL_mixer. How I can add the OGG support ?
When configuring SDL_mixer try with ./configure --help
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Zaggynl wrote:Hi, I tried your package, but when typing tmw in the terminal I get:
bash: /usr/local/bin/tmw: No such file or directory

running ./tmw from /usr/bin/ does work, but howto correct this?
I guess you need to refresh your bash runtime path cash or something. Can't recall how that's done though.
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

There are now semi-official packages for Ubuntu, based on the same build scripts used to build the Debian packages. The plan is to see if we can add them to the repository, but until then they are available here (including Guichan):

http://www.lindeijer.nl/~bjorn/tmw-dapper/
dho
Peon
Peon
Posts: 1
Joined: 12 Nov 2006, 21:33
Location: The Netherlands

Post by dho »

Thanks for the packages Bjørn, the 'official' ubuntu/debian packages where down, so I had to use these for Ubuntu Edgy.
They worked like a charm, except for libguichan0-dev, I had to change liballegro-dev to liballegro4.2-dev in control.tar.gz
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

dho wrote:Thanks for the packages Bjørn, the 'official' ubuntu/debian packages where down, so I had to use these for Ubuntu Edgy.
They worked like a charm, except for libguichan0-dev, I had to change liballegro-dev to liballegro4.2-dev in control.tar.gz
I guess the Guichan packages you got were built on Dapper. If you use our current Edgy repository (see downloads page), it should be fine. If not please say so cause then we have to fix that.
Post Reply