Question / Help Mumble Overlay Plugin

Missa

New Member
Hello! I am having some issues with getting the plugin for the mumble overlay to work with OBS. I have followed all of the directions in this post viewtopic.php?f=11&t=6414&p=36656&hilit=mumble+overlay#p36656 and only see that the CLR Host Plugin is showing in the plugins list. The mumble overlay plugin is not showing. I followed the instructions and am not sure what I need to do to fix this. Any help would be much appreciated.

Here is the OBS log file:
15:34:22: CLR host plugin strings not found, dynamically loading 4 strings
15:34:22: CLRHost::Initialize() attempting to load and start the .NET runtime (null)
15:34:22: CLRHost::Initialize() attempting to use v4.0.30319 .NET runtime
15:34:22: CLRHost::LoadInteropLibrary() load the assembly plugins\CLRHostPlugin\CLRHost.Interop.dll
15:34:22: Failed to initialize plugin plugins/MumbleOverlayPlugin.dll
15:34:24: CLR host plugin instance deleted; removing dynamically loaded localization strings


Here is what I see in OBS and in the OBS plugins folder:

OBSinfo_zpsf6bb32a3.jpg
 

Missa

New Member
Faruton said:
You need to put the MumbleOverlayPlugin inside the CLRHostPlugin directory

Did that and it's still not working.

OBS logs:
16:02:52: CLR host plugin strings not found, dynamically loading 4 strings
16:02:52: CLRHost::Initialize() attempting to load and start the .NET runtime (null)
16:02:52: CLRHost::Initialize() attempting to use v4.0.30319 .NET runtime
16:02:53: CLRHost::LoadInteropLibrary() load the assembly plugins\CLRHostPlugin\CLRHost.Interop.dll
16:02:53: CLRHost::LoadPlugins() attempting to load the plugin assembly MumbleOverlayPlugin
16:02:53: CLRHost::LoadPlugins() successfully added CLR plugin [Type: MumbleOverlayPlugin.MumbleOverlayPlugin, Name: Mumble Overlay Plugin]
16:03:43: CLR host plugin instance deleted; removing dynamically loaded localization strings



OBSinfo2_zps1bdd4b20.jpg
 

Faruton

Developer
Looking at the log it did work. CLR plugins (The ones you put in the CLRHostPlugin directory) don't show up in Plugins like other plugins.

Add the plugin by right clicking on sources and add Mumble Overlay
 

Missa

New Member
Thank you so much! It works! I didn't realize it would be a source instead of under plugins! Thank you! Your help has been much appreciated!
 
Top