Dmitriy Kurbatov

Results 14 comments of Dmitriy Kurbatov

Try to reinstall program. Delete old files (except *config* folder) and download from Releases page. If it will not help something might be wrong with your Voicemeeter installation or vmrapi....

Might be fixed in [new version](https://github.com/A-tG/VoicemeeterFancyOSD/releases/tag/v0.13.1.0). Try to change new option InitializationDelay to 5000 or 10000. My only guess this bug was happening because of "early" connection to VoicemeeterAPI on...

Try to enable Logger with new [v0.13.2.0](https://github.com/A-tG/VoicemeeterFancyOSD/releases/tag/v0.13.2.0) release. This is how usual log file looks like when everything function properly. ``` 25-05-2022 21:10:07.977 Reading config: OK 25-05-2022 21:10:07.980 Writing config......

Nothing unusual in these logs. I've added more logging in 0.13.3.0 version maybe it will catch some internal .NET error

Do Faders (sliders) function properly apart from that the gain is not displayed? Looks like this is some .NET or WPF bug, I have no idea how to fix that....

The only explanation that I came up with: text in the thumb of the slider (that circle with the number) is Binded to Value of slider, but thumb's UI Template...

I found this Issue when I was trying to figure out why I cant open database on both phone and desktop. It seems to be happening somehow due to the...

Open Command Prompt and enter `dotnet --list-runtimes` to see installed runtimes. ![image](https://user-images.githubusercontent.com/19589064/232447325-ee3de7ac-dddb-4cd1-8ded-0d11022b9bed.png) Try to launch VoicemeeterFancyOsd.exe instead of VoicemeeterFancyOsdHost.exe if there is no bug in Host it will probably ask...

What about launching VoicemeeterFancyOsd.exe instead of VoicemeeterFancyOsdHost.exe ?

It can't be. "Error loading CLR" is a custom error message for VoicemeeterFancyOsdHost only.