Description
Describe the bug
I tried loading https://www.reaper.fm/reaplugs/ reacomp-standalone.dll and got the following crash:
System.NullReferenceException
HResult=0x80004003
Message=Object reference not set to an instance of an object.
Source=Jacobi.Vst.Samples.Host
StackTrace:
at Jacobi.Vst.Samples.Host.HostCommandStub.HostCommands.GetCurrentPluginID() in C:\Dev\GitHub\NightVsKnight\vst.net\Source\Samples\Jacobi.Vst.Samples.Host\HostCommandStub.cs:line 203
PluginInfo is indeed null.
Note that all of the other reaplug plugins do load. There is just something odd about the reacomp-standalone.dll
To Reproduce
Steps to reproduce the behavior:
- Install reaplugs https://www.reaper.fm/reaplugs/
- Launch Jacobi.Vst.Samples.Host and load C:\Program Files\VSTPlugins\ReaPlugs\reacomp-standalone.dll
Expected behavior
Plugin loads
Desktop:
- OS: Windows 10 Pro 21H1 19043.1889
I've tried stepping through the code to see where the malfunction is, but so far have not found it...