Difference between revisions of "Tips Tricks"

From Mumble Wiki
Jump to: navigation, search
(Moved CentOS information to its own page: Install_CentOS5)
m (Intention of this page: Fixed typo of google, and capitalization of search engines.)
Line 8: Line 8:
  
  
Of course its always a good idea to search the forums or take actively part in discussion there. Even speak up on the IRC chartrooms for mumble or use a web search-engine to look for help ([http://www.goggle.com/ goggle] [http://www.yahoo.com/ yahoo] or [http://www.bing.com bing] just to name a view)
+
Of course its always a good idea to search the forums or take actively part in discussion there. Even speak up on the IRC chartrooms for mumble or use a web search-engine to look for help ([http://www.goggle.com/ Google], [http://www.yahoo.com/ Yahoo], or [http://www.bing.com Bing] just to name a view)
  
 
== Installation of Mumble on not natively supported OS ==
 
== Installation of Mumble on not natively supported OS ==

Revision as of 01:32, 16 April 2011

Intention of this page

on this Page you can find Tips and Tricks from all kinds of sources.

The Tips on this page are just the so called nutshell solutions of those discussions. Some of these Tips are not officially supported or fully tested and should be executed at own risk.

Its likely that some of the content of this page will most likely be moved to different pages if the topic exceeds a certain level or interested.


Of course its always a good idea to search the forums or take actively part in discussion there. Even speak up on the IRC chartrooms for mumble or use a web search-engine to look for help (Google, Yahoo, or Bing just to name a view)

Installation of Mumble on not natively supported OS

Client

Installation of the Mumble client on Windows 2000

The Mumble-Client is only supported to be run on Windows XP or higher (VISTA/Win7 etc.). However it seams that following these steps most basic functions should work.


Here's a quick guide to get the mumble client running.

The fix is confirmed to be working for mumble 1.2.x Please read the Wrapper guide carefully and follow the fix step by step if you are having problems getting the client to work.

  • MISSING DLL EXPORTS
  • KERNEL32.dll - GetVolumePathNamesForVolumeNameW
  • ws_32.dll - getaddrinfo
  • wtsapi32.dll - WTSRegisterSessionNotification
  • psapi.dll - GetProcessImageFileNameW
  • dbghelp.dll - MiniDumpWriteDump

How to fix it: Get the KERNEL32.dll, ws_32.dll and wtsapi32.dll from the wrapper pack . Make sure you follow the instructions as the readme of the wrapper pack says.

Quick guide:

  • 1) Copy original corresponding dlls from WINNT\system32 in mumble-client main folder
  • 2) Rename them to kernel32_ORG.dll/wtsapi32_ORG.dll/ws_32_ORG.dll
  • 3) Place kernel32.dll/wtsapi32.dll/ws_32.dll from the wrapper zip file in the same folder
  • 4) Run ExcludeFromKnownDlls.reg if it's your first time using the wrapper.
  • 5) Get Dbghelp.dll, unzip and put it in the same folder.
  • 6) Get psapi.dll and put it in the same folder.
  • 7) Run the mumble Client !

WARNING: It's still strongly recommended to read the wrapper readme first and to backup your original before you start toying with your dlls.

(thanks to Akan and soma for this tip on the Forum)

Run Multiple instances of the Mumble Client

if you start the mumble client with the option -m You are allowed to start an other instance of the client on the same System. Be aware that this switch is unsupported and can cause all kinds of strange behaviours as the two clients still share the same config, database, overlay,.....you get the idea ;-) (especially make sure you don't use volume attenuation^^)

Run Mumble Client without an active certificate

You can start Mumble with the -n command-line parameter to make it ignore the current user certificate. This way you can temporarily “disable” it for your Mumble process. In combination with the -m parameter for multiple instances you can connect twice to the same server, even though you’re registered with a certificate!

Server

  • Nothing here yet.