[b41] Linux version won't start.

Where bugs go to lie down and rest

Moderator: Moderator

Message
Author
ToxicChicken
Wayist
Posts: 20
Joined: Wed Jun 06, 2012 12:44 am

[b41] Linux version won't start.

#1 Post by ToxicChicken »

Linux version won't start.

[CPU] Detected 1 CPUs
ALSA lib conf.c:3314:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so
ALSA lib control.c:951:(snd_ctl_open_noupdate) Invalid CTL hw:0
AL lib: alsa.c:797: control open (0): No such file or directory
OpenAL device available: ALSA Software on default (default ALSA Software on default)
OpenAL device available: OSS Software (default ALSA Software on default)
OpenAL device available: Wave File Writer (default ALSA Software on default)
Available video driver: x11
Available video driver: dummy
Error initializing SDL video: No available video device
AL lib: ALc.c:1302: exit() 1 device(s) and 1 context(s) NOT deleted

cttw
Archmage
Posts: 394
Joined: Sat Oct 22, 2011 10:31 am

Re: [b41] Linux version won't start.

#2 Post by cttw »

Hi, I dealt with this and came here looking for this post.

This is my launch script that fixed it, after looking around on forums for the first line of the error message.

Good luck!

-------------------
#!/bin/bash
cd TOME_FOLDER
env LD_PRELOAD=/usr/lib/i386-linux-gnu/alsa-lib/libasound_module_conf_pulse.so ./t-engine
cd -

Lord Estraven
Uruivellas
Posts: 718
Joined: Tue Dec 13, 2005 12:35 am

Re: [b41] Linux version won't start.

#3 Post by Lord Estraven »

That doesn't work for me, and shouldn't work for you unless you have a different bug - the problem is that it can't initialize the video display for some reason.

Googling around, it looks to me like someone may have forgotten to compile in X11 support, or messed up things in some way at compile time. I'm guessing the Linux version is cross-compiled on OSX?

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [b41] Linux version won't start.

#4 Post by darkgod »

Hum no it's compiled on an old debian and it works on my normal linux (thus making it hard to find the problem).
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

cttw
Archmage
Posts: 394
Joined: Sat Oct 22, 2011 10:31 am

Re: [b41] Linux version won't start.

#5 Post by cttw »

I'm sorry to hear it didn't fix it for you. My problem was associated with running 64 bit OS and ToME using 32 bit libraries. I had also installed the library it complains about, but it was already installed. The command for that is:

apt-get install libasound2-plugins:i386

I had the exact same error messages as you, and on solving the problem of the first error message, it just worked.

Teber2
Halfling
Posts: 105
Joined: Fri Sep 17, 2010 11:49 pm
Location: somewhere in the Netherlands

Re: [b41] Linux version won't start.

#6 Post by Teber2 »

cttw's solution works for me. i'm on ubuntu 12.04 64 bits. thanks a lot cttw!

for those who try to run tome on a 64bits distro:

Code: Select all

sudo apt-get install ia32-libs
had this issue earlier too...
if everything's coming your way, you're in the wrong lane

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: [b41] Linux version won't start.

#7 Post by tiger_eye »

cctw's solution works for me too. I'm also using ubuntu 12.04, 64 bits. Thanks a bunch!
darkgod wrote:OMFG tiger eye you are my hero!

Burt
Posts: 2
Joined: Mon May 21, 2012 6:54 pm

Re: [b41] Linux version won't start.

#8 Post by Burt »

cttw wrote:Hi, I dealt with this and came here looking for this post.

This is my launch script that fixed it, after looking around on forums for the first line of the error message.

Good luck!

-------------------
#!/bin/bash
cd TOME_FOLDER
env LD_PRELOAD=/usr/lib/i386-linux-gnu/alsa-lib/libasound_module_conf_pulse.so ./t-engine
cd -
I had this problem too (Using Ubuntu 12.04 32 bits)

The command posted by cttw solved the problem. Thanks a lot!

j-rod
Halfling
Posts: 106
Joined: Sun Apr 23, 2006 7:17 pm

Re: [b41] Linux version won't start.

#9 Post by j-rod »

I am getting exact same error as the OP, tried installing cctw's line and still no go. Ubuntu 64-bit. This is the first beta I have had an issue with. Anyone else?

**EDIT**

cctw's launch script did the trick!

Malakim
Posts: 2
Joined: Wed Jul 11, 2012 7:32 pm

Re: [b41] Linux version won't start.

#10 Post by Malakim »

Ubuntu 12.04 32
I had the same problem, cctw's starting script helps!
Thank you cctw!

jotwebe
Uruivellas
Posts: 725
Joined: Fri Apr 15, 2011 6:58 am
Location: GMT+1

Re: [b41] Linux version won't start.

#11 Post by jotwebe »

Coming back to tome after a hiatus playing dcss for my roguelike needs, I ran into this problem too. cctw's fix helped on my Ubuntu 12.04 64 bit laptop, but it hasn't worked on my Sabayon desktop, which runs b40 just fine.

EDIT: well, trying again, it works on Sabayon, too. Must've had a typo somewhere.
Ghoul never existed, this never happened!

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: [b41] Linux version won't start.

#12 Post by tiger_eye »

It would be really great if this fix wasn't needed, because it's not at all user friendly if a new player encounters this issue when trying to run on a 64-bit linux system.

Perhaps a pre-built 64-bit linux version would be appropriate?
darkgod wrote:OMFG tiger eye you are my hero!

Teber2
Halfling
Posts: 105
Joined: Fri Sep 17, 2010 11:49 pm
Location: somewhere in the Netherlands

Re: [b41] Linux version won't start.

#13 Post by Teber2 »

tiger_eye wrote:It would be really great if this fix wasn't needed, because it's not at all user friendly if a new player encounters this issue when trying to run on a 64-bit linux system.

Perhaps a pre-built 64-bit linux version would be appropriate?
+1

the not starting under linux issue vanished in b42, thanks for that DG!
if everything's coming your way, you're in the wrong lane

Grahammm
Cornac
Posts: 34
Joined: Tue Dec 14, 2004 7:22 pm
Location: UK
Contact:

Re: [b41] Linux version won't start.

#14 Post by Grahammm »

B42 starts OK for me under 64bit Linux (as did all previous betas). But I still see the problem with alsalib and the LD_PRELOAD startup script does not help

eliotn
Wyrmic
Posts: 244
Joined: Mon Sep 26, 2011 1:49 pm

Re: [b41] Linux version won't start.

#15 Post by eliotn »

cctw's solution works for me under b42

Post Reply