FS#8469 - Secret Maryo Chonicles 64bit
Attached to Project:
Arch Linux
Opened by John Antoniou (kakashigr) - Wednesday, 31 October 2007, 14:07 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 08 December 2007, 03:37 GMT
Opened by John Antoniou (kakashigr) - Wednesday, 31 October 2007, 14:07 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 08 December 2007, 03:37 GMT
|
Details
Description:
I installed secret maryo chronicles (pacman -S smc smc-music), but when I try to run the game it crashes. Here is the console ouput: bash-3.2$ smc Couldn't open preferences file : /home/archangel/.smc/config.xml CEGUI Exception occurred : Imageset::xmlHandler::startElement - An unexpected error occurred while creating a Texture object from file 'SMCLook256.png' I googled a bit and found out that cegui needs to be compiled with SILLYImageCodec as the default image codec. I fetched silly ogre and some other required stuff from AUR and I tried to compile cegui, but, at the end of the build, it exits with no error code (Strange). Can you fix that please? Additional info: * package version 1.2.1 Steps to reproduce: just fetch pacman -S smc smc-music and try to run smc. I don't know if it works in 32bit arch. |
This task depends upon
Jürgen, can you try to alter cegui's config and recompile? Apparently it needs SILLYImageCodec as default in order to load png files. I tried on my computer but the build always fails and it doesn't even give me errors (?).
Jürgen: As you're cegui's maintainer, what's your opinion on this? I could do the changes if you want.
PKGBUILD (0.9 KiB)
I dont know about side effects/performance issues of this options. what about:
[ "${CARCH}" = "x86_64" ] && EXTRAOPTS=--with-default-image-codec=SILLYImageCodec
I would appreciate if you do the update: Thanks.
Jürgen
BTW, that option also adds a dependency on silly.