Hi Faruton, Thanks for your great plugin. Everything works perfectly with the last update.
I do have a small question about some errors in my logfile and basicly want to know if its possible to clean those up a bit?
The log shows the following:
08:44:45: CLR host plugin strings not found, dynamically loading 4 strings
08:44:45: CLRHost::Initialize() attempting to load and start the .NET runtime (null)
08:44:45: CLRHost::Initialize() Found version v2.0.50727 .NET runtime
08:44:45: CLRHost::Initialize() Found version v4.0.30319 .NET runtime
08:44:45: CLRHost::Initialize() attempting to use v4.0.30319 .NET runtime
08:44:45: CLRHost::LoadInteropLibrary() load the assembly plugins\CLRHostPlugin\CLRHost.Interop.dll
08:44:45: CLRHost::LoadPlugins() attempting to load the plugin assembly CLRBrowserSourcePlugin
08:44:45: CLRHost:: Could not find/load browser settings at location C:\Users\Gebruiker\AppData\Roaming\OBS\pluginData\browser.json
08:44:45: CLRHost:: Exception: System.IO.FileNotFoundException: Kan bestand C:\Users\Gebruiker\AppData\Roaming\OBS\pluginData\browser.json niet vinden.
08:44:45: Bestandsnaam: C:\Users\Gebruiker\AppData\Roaming\OBS\pluginData\browser.json
08:44:45: bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
08:44:45: bij System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
08:44:45: bij System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
08:44:45: bij System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
08:44:45: bij CLRBrowserSourcePlugin.Shared.BrowserSettings.Reload()
08:44:45: CLRHost::LoadPlugins() successfully added CLR plugin [Type: CLRBrowserSourcePlugin.CLRBrowserSourcePlugin, Name: CLR Browser Source Plugin]
08:44:53: CLR host plugin instance deleted; removing dynamically loaded localization strings
so it's basicly that it can not find browser.json in AppData\Roaming\OBS\pluginData as far as i can see.
(This is with a fresh install of OBS and the CLR plugin + dependency's)
What would be the best approach to solve this?