The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Bug in the launch script for Overture in the PenumbraCollection for Linux
wooden Offline
Junior Member

Posts: 3
Threads: 2
Joined: Dec 2009
Reputation: 0
#1
Solved: 8 Years, 2 Months, 4 Weeks ago Bug in the launch script for Overture in the PenumbraCollection for Linux

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

The installer created this launch script for Penumbra: Overture.

#!/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.

#!/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.
12-25-2009, 08:49 PM
Find


Messages In This Thread
Bug in the launch script for Overture in the PenumbraCollection for Linux - by wooden - 12-25-2009, 08:49 PM



Users browsing this thread: 1 Guest(s)