Frictional Games Forum (read-only)
Bug in the launch script for Overture in the PenumbraCollection for Linux - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Penumbra Series (https://www.frictionalgames.com/forum/forum-22.html)
+---- Forum: Linux - Penumbra (https://www.frictionalgames.com/forum/forum-25.html)
+---- Thread: Bug in the launch script for Overture in the PenumbraCollection for Linux (/thread-3112.html)



Bug in the launch script for Overture in the PenumbraCollection for Linux - wooden - 12-25-2009

I installed to /usr/local/games/PenumbraCollection.

The installer created this launch script for Penumbra: Overture.

Code:
#!/bin/sh
P=`dirname ${0}`
${P}/Overture/overture

There is no 'overture' in /usr/local/games/PenumbraCollection/Overture, but there is a 'penumbra' which does what I suppose 'overture' was intended to do, which is run penumbra.bin.

Changed it to this and it works.

Code:
#!/bin/sh
P=`dirname ${0}`
${P}/Overture/penumbra

Might want to fix that in your installer, however.

Thanks for the great games, and thanks for supporting Linux.


RE: Bug in the launch script for Overture in the PenumbraCollection for Linux - zak - 12-26-2009

Hi,
this is already fixed in the Testing-Patch (see link above).
I wonder when the final patch is released, though... :-)

Zak


RE: Bug in the launch script for Overture in the PenumbraCollection for Linux - TuxUnderground - 04-15-2010

Hi, I can confirm this bug is still present in the Linux Penumbra collection I bought yesterday (14/04/2010). It's easy to fix but can be a show-stopper for Linux newcomer, please fix it.

Otherwise the game seems to run great on a Debian Squeeze amd64 system (with ia32-libs installed).

Cheers.


RE: Bug in the launch script for Overture in the PenumbraCollection for Linux - Urkle - 04-21-2010

I actually JUST uploaded the new collection installer last night that fixes that "oops" in the launcher scripts.

And currently I am uploading the patches to gameupdates.org right now.

http://frictionalgames.com/forum/thread-3259.html