| 
		
	
		| walter   Junior Member
 
 Posts: 2
 Threads: 0
 Joined: Apr 2007
 Reputation: 
0
 | 
			| RE: Linux Beta Demo and Feedback 
 
				opened the tracker page, but no torrent file there ??? could it possible because i'm using firefox ???
			 
				
(This post was last modified: 04-03-2007, 03:45 PM by 242.)
 |  |  
	| 04-03-2007, 03:14 PM |  |  
	
		| Urkle   FG - Associate
 
 Posts: 1,172
 Threads: 31
 Joined: Jul 2006
 Reputation: 
21
 | 
			| RE: Linux Beta Demo and Feedback 
 
				walter Wrote:opened the tracker page, but no torrent file there ??? could it possible because i'm using firefox ??? 
You probably have some extension installed that is improperly blocking content.   The tracker page loads up in Safari, Opera and Firefox fine for me across Mac and Linux.
			 
 Developing away on one ofMultiple Macs running 10.6, 10.7, 10.8, and 10.9.
 Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
 |  |  
	| 04-03-2007, 10:58 PM |  |  
	
		| bierenf   Junior Member
 
 Posts: 1
 Threads: 0
 Joined: Apr 2007
 Reputation: 
0
 | 
			| RE: Linux Beta Demo and Feedback 
 
				great game,
 the following libs have to be replaced out of this packages for debian etch_64
 
 libalut0_1.1.0-1_i386.deb     libstdc++6_4.1.1-21_i386.deb
 libogg0_1.1.3-2_i386.deb      libvorbis0a_1.1.2.dfsg-1.2_i386.deb
 libopenal0a_0.0.8-4_i386.deb  libvorbisfile3_1.1.2.dfsg-1.2_i386.deb
 
 Where can I buy the packaged version in Germany ?
 
 Michael
 |  |  
	| 04-03-2007, 11:01 PM |  |  
	
		| lunadog   Junior Member
 
 Posts: 1
 Threads: 0
 Joined: Apr 2007
 Reputation: 
0
 | 
			| RE: Linux Beta Demo and Feedback 
 
				Really nice game! 
To get it to work under Debian, I had to delete everything in the ./lib directory except libCgGL.so and libCg.so
 
Sound in intro cuts out at the end of phrases.
 
Otherwise, perfect!
 
Ends too quickly though    
Can't wait for the full version!
			
				
(This post was last modified: 04-04-2007, 10:13 PM by MancLad.)
 |  |  
	| 04-04-2007, 10:03 PM |  |  
	
		| Ano   Junior Member
 
 Posts: 3
 Threads: 0
 Joined: Mar 2007
 Reputation: 
0
 | 
			| RE: Linux Beta Demo and Feedback 
 
				lunadog Wrote:To get it to work under Debian, I had to delete everything in the ./lib directory except libCgGL.so and libCg.so 
It works too, if you change the LD_LIBRARY_PATH to /usr/lib:/lib:./lib !
 
Ano
			 |  |  
	| 04-05-2007, 06:21 AM |  |  
	
		| thetargos   Junior Member
 
 Posts: 30
 Threads: 4
 Joined: Apr 2007
 Reputation: 
0
 | 
			| RE: Linux Beta Demo and Feedback 
 
				Ano Wrote:lunadog Wrote:To get it to work under Debian, I had to delete everything in the ./lib directory except libCgGL.so and libCg.so It works too, if you change the LD_LIBRARY_PATH to /usr/lib:/lib:./lib !
 
 Ano
 Maybe that could be set in the launcher, something like:
 LD_LIBRARYPATH=$LD_LIBRARYPATH:./lib
  |  |  
	| 04-05-2007, 07:35 AM |  |  
	
		| DeeKey   Junior Member
 
 Posts: 5
 Threads: 0
 Joined: Apr 2007
 Reputation: 
0
 | 
			| RE: Linux Beta Demo and Feedback 
 
				Does not work for Ubuntu 6.06 on i386Added patch from PenumbraDemoBeta2.tar.gz
 
 The output is the following:
 
 denis@ubuntu:~/PenumbraEp1Demo$ ./penumbrademo
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libogg.so.0)
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libvorbis.so.0)
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libvorbisfile.so.3)
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libopenal.so.0)
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libalut.so.0)
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libstdc++.so.6)
 ./penumbrademo.bin: /lib/libgcc_s.so.1: version `GCC_4.2.0' not found (required by ./lib/libstdc++.so.6)
 Penumbra exited unexpectedly, please check
 /home/denis/.frictionalgames/Penumbra Overture/Episode1/hpl.log
 for any error messages
 Also try running
 ulimit -c unlimited
 And re-running Penumbra and try and recreate the error
 then submit the generated core file or stack trace
 
 
 Ubuntu 6.06 does not have glibc 2.4, so easiest way to run this game is to upgrade Ubuntu  to 6.10 or to the 7.04.
 
				
(This post was last modified: 04-08-2007, 08:00 AM by BASGTA.)
 |  |  
	| 04-06-2007, 12:09 PM |  |  
	
		| Urkle   FG - Associate
 
 Posts: 1,172
 Threads: 31
 Joined: Jul 2006
 Reputation: 
21
 | 
			| RE: Linux Beta Demo and Feedback 
 
				DeeKey Wrote:Does not work for Ubuntu 6.06 on i386Added patch from PenumbraDemoBeta2.tar.gz
 
 The output is the following:
 
 denis@ubuntu:~/PenumbraEp1Demo$ ./penumbrademo
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libogg.so.0)
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libvorbis.so.0)
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libvorbisfile.so.3)
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libopenal.so.0)
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libalut.so.0)
 ./penumbrademo.bin: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by ./lib/libstdc++.so.6)
 ./penumbrademo.bin: /lib/libgcc_s.so.1: version `GCC_4.2.0' not found (required by ./lib/libstdc++.so.6)
 
 Ubuntu 6.06 does not have glibc 2.4, so easiest way is to upgrade to 6.10 to the 7.04.
 
Or you can replace the libs mentioned with ones from ubuntu 6.06. 
The next build I'm going to work on getting it linked to glibc 2.3.
			 
 Developing away on one ofMultiple Macs running 10.6, 10.7, 10.8, and 10.9.
 Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
 |  |  
	| 04-06-2007, 02:54 PM |  |  
	
		| Dodger   Junior Member
 
 Posts: 1
 Threads: 0
 Joined: Apr 2007
 Reputation: 
0
 | 
			| RE: Linux Beta Demo and Feedback 
 
				Running on Kubuntu Edgy here, dual Opteron 246/Asus K8N-DL, NForce4 audio, GeForce 6600 with the latest NVIDIA drivers. Works fine with the Beta 2 update (even while running Beryl!), except for the seemingly known problem of intro speech samples cutting out too early.  Good work, and can't wait for the release!
			 |  |  
	| 04-06-2007, 09:29 PM |  |  
	
		| thetargos   Junior Member
 
 Posts: 30
 Threads: 4
 Joined: Apr 2007
 Reputation: 
0
 | 
			| RE: Linux Beta Demo and Feedback 
 
				After reading a bit more about the sound cuts in during the intro, and since I have not experienced such an issue, maybe this is from the length of the buffer ALSA is using? I've got an EMU10K1 based sound card (CLSB Live!), and the default the buffer size for this card is of about 4096, though some apps (audacity) can use a buffer of 8192... Maybe trying to increase this buffer may help? I've also noticed that a lot of people reporting these problems run with onboard sound (not that that's bad or anything, but rather that maybe the buffers are smaller, causing sound stuttering and probably other aureal artifacts).
			 |  |  
	| 04-06-2007, 09:59 PM |  |  |