Page 2 of 2

Posted: 22 Sep 2006, 17:48
by Modanung
Is that the last log after the crash?

Posted: 23 Sep 2006, 15:46
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.

Posted: 25 Sep 2006, 16:40
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 ?

Posted: 25 Sep 2006, 19:21
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?

Posted: 26 Sep 2006, 06:40
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

Posted: 26 Sep 2006, 21:33
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.

Posted: 05 Oct 2006, 19:52
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/

Posted: 12 Nov 2006, 22:43
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

Posted: 15 Nov 2006, 20:21
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.