Skip to content

Jacobi.Vst.Samples.Host loading reacomp-standalone.dll results in NullReferenceException at HostCommandStub.HostCommands.GetCurrentPluginID() Line 203 #62

Open
@paulpv

Description

@paulpv

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

image

PluginInfo is indeed null.

Note that all of the other reaplug plugins do load. There is just something odd about the reacomp-standalone.dll
image

To Reproduce
Steps to reproduce the behavior:

  1. Install reaplugs https://www.reaper.fm/reaplugs/
  2. 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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions