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


Can't install PenumbraCollection-1.0 (Linux)
Kakarott Offline
Junior Member

Posts: 8
Threads: 3
Joined: Jul 2009
Reputation: 0
#1
Solved: 8 Years, 1 Month ago Can't install PenumbraCollection-1.0 (Linux)

Hello,

I bought the PenumbraCollection-1.0 (Linux) from http://store.frictionalgames.com/ yesterday.
The md5sum :
26f6c28936867c454ab7fe3747c6423c PenumbraCollection-1.0.sh

I tried to install but it is really slow.
After hours (!!!) it was half way trough so I aborted ( I can't let it run for days ...).
I know that linux could run for days but I don't want it to do that.

I'm running Debian testing 64bit on an AMD phenom II 905e with an ATI radeon 4770 and there is about 200gb free on my home directory. Also 6gb of ram are available.
I see the installer taking one core to max 2500mhz .


Just what to do ?
How to install (faster)?



Greetings
Kakarott
(This post was last modified: 07-21-2009, 10:47 PM by Steenis1.)
07-20-2009, 01:22 PM
Find
jens Offline
Frictional Games

Posts: 4,093
Threads: 199
Joined: Apr 2006
Reputation: 202
#2
Solved: 8 Years, 1 Month ago RE: Can't install PenumbraCollection-1.0 (Linux)

The md5sum is correct. Not sure what could be the problem, maybe the tmp folder is low on space (but it should give an error if that is the case) you could try to run it with
sh PenumbraCollection-1.0.sh --target ~
07-23-2009, 09:21 AM
Website Find
Kakarott Offline
Junior Member

Posts: 8
Threads: 3
Joined: Jul 2009
Reputation: 0
#3
Solved: 8 Years, 1 Month ago RE: Can't install PenumbraCollection-1.0 (Linux)

(07-23-2009, 09:21 AM)jens Wrote: The md5sum is correct. Not sure what could be the problem, maybe the tmp folder is low on space (but it should give an error if that is the case) you could try to run it with
sh PenumbraCollection-1.0.sh --target ~

On my root partition are 40gb free
and on my home partition 214gb.

Tried the --target option - no change.
Tried just extracting and installing from there - no change.
Tried to install with root to /usr/local/games ( i choose from selection) -- and it installes to /root/PenumbraCollection --- what ???
Same for selecting /usr/games.
And both times no change.

There seems also a bug in browse:
in snapshot1.png I tried to browse as root and went up to "/" but as you see this is not the real "/". As I type the right folders appear.
And so I can install in /usr/local/games - but it also don't change a thing.



For a user installation to ~games/PenumbraCollection:
The installation starts normal.
Files are copied fast.
But as more and more files are copied this process goes slower and slower.
It's like in a single linked-list :
you start at the beginning and for every entry you restart at the beginning. So for the first entries its fast, but it slows down because you need to jump over all previous entries.

I hope this example helps understanding.



Got yesterday through "Prey".
Now I hope this problem will be fixed fast so I can play Penumbra Big Grin


Greetings
Kakarott
07-23-2009, 11:37 AM
Find
bugmenot Offline
Member

Posts: 94
Threads: 21
Joined: Nov 2006
Reputation: 0
#4
Solved: 8 Years, 1 Month ago RE: Can't install PenumbraCollection-1.0 (Linux)

The really slow extracting happened to me too. It must have taken more than 14 hours, but I went to sleep so I'm not really sure.
08-02-2009, 01:45 PM
Find
Kakarott Offline
Junior Member

Posts: 8
Threads: 3
Joined: Jul 2009
Reputation: 0
#5
Solved: 8 Years, 1 Month ago RE: Can't install PenumbraCollection-1.0 (Linux)

I got it now installed fast with a 32bit live cd.

The shortcuts are a little wrong:
One pointed : ./overture/overture
but it should be ./overture/penumbra
(or something like that; sorry, now not on my linux-system to look it up).

Just tried playing overture and it worked for me.


For the next time I should install this it would be nice to do that without using a live-cd ...


Greetings
Kakarott

ps: Thanks for the linux-version of this great games.
08-02-2009, 03:38 PM
Find
fabioamd87 Offline
Junior Member

Posts: 33
Threads: 6
Joined: Aug 2007
Reputation: 0
#6
Solved: 8 Years, 1 Month ago RE: Can't install PenumbraCollection-1.0 (Linux)

I had the same problem, solved by waiting one enteire day :p

but I can understand that not all can have my patience... ^^
(This post was last modified: 08-03-2009, 08:02 PM by ndonolli.)
08-03-2009, 08:01 PM
Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#7
Solved: 8 Years, 1 Month ago RE: Can't install PenumbraCollection-1.0 (Linux)

That is strange.. From the screenshot it looks like the installer is using the FLTK front-end, so maybe there is a bug in fltk when THAT much text is shoved in the window. You can try running the Ncurses frontend or if you install the 32bit GTK2 you can use the gtk 2 front-end which doesn't have that issue.

To run the ncurses installer do the following.

DISPLAY= ./PenumbraCollection-1.0.sh

This will cause the installer to not find an X display and run the text-mode installer.

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
08-05-2009, 03:31 PM
Website Find
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#8
Solved: 8 Years, 1 Month ago RE: Can't install PenumbraCollection-1.0 (Linux)

BTW a patch is available for linux here http://www.frictionalgames.com/forum/sho...p?tid=3108

I'm using a new version of the installer and am including a 64bit GTK frontend (and dropping the fltk). which should help with everyone who's installing on a 64-bit system and doesn't have the 32bit gtk+ installed.

I will be re-building the main installer this weekend to use the new installer base as well.

NOTE Penumbra (the game) still requires 32bit libraries to run. Unfortunately this won't be changing as two of the libraries we user require 32bit.

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
09-03-2009, 04:05 PM
Website Find
Kakarott Offline
Junior Member

Posts: 8
Threads: 3
Joined: Jul 2009
Reputation: 0
#9
Solved: 8 Years, 1 Month ago RE: Can't install PenumbraCollection-1.0 (Linux)

Greetings,

Now I tried to install with "$ DISPLAY= sh PenumbraCollection-1.0.sh"
and it run nice and fast till the end.
The upgrade run without problems with "$ sh PenumbraCollectionUpgrade-1.0.1-2995.sh".

I tried starting all 3 games and they worked.

Best regards
Kakarott
09-16-2009, 10:40 AM
Find




Users browsing this thread: 1 Guest(s)