|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
02-13-2009, 01:21 AM | #1 |
Guest
Posts: n/a
|
[howto] If the mumble overlay isn't working...
Well, i fixed many people (and mines) mumble overlays on various Linux distros, and most of the time it's because your system don't have shared memory support active. Don't worry it's not difficult ^^
Check the basics before At first, the overlay isn't "automatic". Launch Mumble first and don't forget to use the command Code:
mumble-overlay ./rolauncher Finally if you're alone in channel, you should check the "show yourself" box in overlay options, and define a mute shortcut. Then when your char enter in game press the mute button to see your own name, so it's sure it works (or not). Check if the overlay and Mumble can communicate together If it's still not working :
Look at the logs in the console, if you see : Code:
shm.c: shm_open() failed: Permission denied Fix it Open the file /etc/fstab as root and add this line (the white spaces are actually tabs) : Code:
shm /dev/shm tmpfs defaults 0 0
Now this file is opened, add this on the first line : Code:
mount shm Code:
mount | grep shm Code:
shm on /dev/shm type tmpfs (rw) |
03-24-2009, 12:44 PM | #2 |
Apprentice
Join Date: Jan 2008
Location: Bulgaria
Posts: 76
|
I also got errors while trying to start mumble-overlay. It doesnt work by this way you posted, so the problem is elsewhere. It give that error and nothing else:
MUMBLE OVERLAY:: NO CONTACT WITH MUMBLE If you need information pls post here.Thanks |
03-26-2009, 01:06 PM | #3 | |
Apprentice
Join Date: Sep 2008
Posts: 64
|
Quote:
I only get this error when I forget to start mumble first. Make sure you start mumble before loading regnum. Viperdh |
|
05-01-2009, 07:18 PM | #4 |
Count
Join Date: Oct 2006
Posts: 1,260
|
After upgrading to Ubuntu 9.04 , the overlay stop working, I try on terminal and get the following error mesage
mumble-overlay ./rolauncher 32-bit libmumble.so.1 not found in /usr/lib32 What is this ? Last edited by ljrossi; 05-01-2009 at 11:14 PM. |
05-04-2009, 04:45 AM | #5 |
Initiate
Join Date: Mar 2006
Location: San Miguel, Buenos Aires, Argentina
Posts: 118
|
just create the simbolic link, in a terminal type:
Code:
sudo ln -s /usr/lib/mumble/libmumble.so.1 /usr/lib32/libmumble.so.1
__________________
Berel Caba WM - Chirulina Bruja WM - Proxyta BB WM - Pichichus Tira WM - Laruskia Conju lvl 57 - Anicita Caza WM - Menchi Caba lvl 32 Last edited by Berel; 10-17-2009 at 01:29 AM. |
05-11-2009, 12:30 PM | #6 |
Count
Join Date: Oct 2006
Posts: 1,260
|
Berel solution did works, for my case U 9.04 ,thanks .
|
03-09-2010, 04:55 AM | #7 |
Baron
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
|
A note to anyone attempting to use the mumble compatibility client from 1.2.2 (eg. you have the newest client but an outdated server) :- the compatibility client no longer has overlay support, and you can't get it to work except by downgrading to an earlier version.
__________________
If you can't detect sarcasm yourself, please pay attention when it's pointed out to you.
Arathael :: Wyrd Sceote :: Gwn M'ger — Soul Taker, Imperial Guard of Ignis |
03-09-2010, 01:11 PM | #8 |
Initiate
Join Date: Nov 2009
Location: Leicester, UK
Posts: 174
|
When you install mumble now, you actually get a 1.1 client with a separate binary on linux.
So, if you need to use a 1.1 server, (such as Teamignis), then start the client called "mumble11x". This uses its own config dir, and the overlay works just fine. |
03-09-2010, 04:35 PM | #9 |
Baron
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
|
The problem is, you don't get a separate overlay binary. The overlay works differently now.
__________________
If you can't detect sarcasm yourself, please pay attention when it's pointed out to you.
Arathael :: Wyrd Sceote :: Gwn M'ger — Soul Taker, Imperial Guard of Ignis |
03-09-2010, 04:55 PM | #10 |
Self-called retired user
Join Date: Mar 2009
Location: In NGD's ticket system hoping for a response.
Posts: 517
|
the overlay worked right off the bat for me except one tiny little problem..... it crashes the game as soon as the NGD intro finishes.
|
|
|