Frictional Games Forum (read-only)
Demo crashes - audio problem [ubuntu] - 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 - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html)
+---- Forum: Linux - ATDD (https://www.frictionalgames.com/forum/forum-32.html)
+---- Thread: Demo crashes - audio problem [ubuntu] (/thread-15266.html)



Demo crashes - audio problem [ubuntu] - zk123 - 05-05-2012

When I try to play the
Amnesia demo, it first starts normally, tells me the normal stuff, asks
for gamma setting (which all look the same to me, btw), I get to the first
loading screen and then it's just gone.


The terminal output is at http://paste.ubuntu.com/952375/, seems to be some kind of audio problem.
The sound in the menu works fine.


RE: Demo crashes - audio problem [ubuntu] - Urkle - 05-05-2012

The audio errors tend to be misleading. Really that is the openAL library detecting what is on your system. Can you post your hpl.log file? ~/.frictionalgames/Amnesia/Demo/hpl.log and the launcher.log as well.


RE: Demo crashes - audio problem [ubuntu] - zk123 - 05-05-2012

(05-05-2012, 02:56 PM)Urkle Wrote: The audio errors tend to be misleading. Really that is the openAL library detecting what is on your system. Can you post your hpl.log file? ~/.frictionalgames/Amnesia/Demo/hpl.log and the launcher.log as well.
http://paste.ubuntu.com/969210/ ← hpl.log
http://paste.ubuntu.com/969212/ ← launcher.log


RE: Demo crashes - audio problem [ubuntu] - plutomaniac - 05-06-2012

I don't know about Linux but as far as I understand you have Intel HD 2000 and a driver from Q1 2011 (7.10.2). The latest is from Q1 2012 (8.0.1) and you can find it here:

http://intellinuxgraphics.org/2012.02.html

Again, I'm a Windows helper so I might be wrong...


RE: Demo crashes - audio problem [ubuntu] - zk123 - 05-07-2012

(05-06-2012, 07:44 PM)plutomaniac Wrote: I don't know about Linux but as far as I understand you have Intel HD 2000 and a driver from Q1 2011 (7.10.2). The latest is from Q1 2012 (8.0.1) and you can find it here:

http://intellinuxgraphics.org/2012.02.html

Again, I'm a Windows helper so I might be wrong...

Could that be it? The website says "If you are not experienced doing this, we recommend that you get precompiled packages from one of the many Linux distributions." - where do I get one?


RE: Demo crashes - audio problem [ubuntu] - plutomaniac - 05-07-2012

I don't know how Linux works. I think there is a search place where you can find all linux applications. Search there I guess...


RE: Demo crashes - audio problem [ubuntu] - Your Computer - 05-07-2012

(05-07-2012, 09:35 AM)zk123 Wrote: Could that be it? The website says "If you are not experienced doing this, we recommend that you get precompiled packages from one of the many Linux distributions." - where do I get one?

According to the hpl.log you already have the Mesa drivers installed, but it's not version 8.0.1. Configuring the X server is not a fun task. If you're not used to doing it, i wouldn't mess with it.


RE: Demo crashes - audio problem [ubuntu] - Urkle - 05-07-2012

The reason is this line from the logs.

Texture compression S3TC: 0

You have no S3TC. You have to either compiled & install the libdxt_txcn library or (for more recent distributions) do some mojo to enable S3TC in the open source driver


RE: Demo crashes - audio problem [ubuntu] - zk123 - 05-07-2012

(05-07-2012, 11:51 AM)Your Computer Wrote:
(05-07-2012, 09:35 AM)zk123 Wrote: Could that be it? The website says "If you are not experienced doing this, we recommend that you get precompiled packages from one of the many Linux distributions." - where do I get one?

According to the hpl.log you already have the Mesa drivers installed, but it's not version 8.0.1. Configuring the X server is not a fun task. If you're not used to doing it, i wouldn't mess with it.
I remember having some issues with the X server on my desktop once, that was a royal pain in the ass. I'd like to not have to do that ever again...


(05-07-2012, 03:17 PM)Urkle Wrote: The reason is this line from the logs.

Texture compression S3TC: 0

You have no S3TC. You have to either compiled & install the libdxt_txcn library or (for more recent distributions) do some mojo to enable S3TC in the open source driver

Is there any (sort of) simple way to get this done?