TDR Nova VST3 crashes Light Host on startup #38

Open
opened 2023-01-31 05:32:21 +00:00 by Skillter · 1 comment
Skillter commented 2023-01-31 05:32:21 +00:00 (Migrated from github.com)

TDR Nova VST3 crashes Light Host on startup, normal VST does work but VST3 crashes. After manually removing the plugin from pluginListActive in the config file, Light Host doesn't crash anymore. This part of the config is responsible for it:

  <VALUE name="pluginListActive">
    <KNOWNPLUGINS>
      <PLUGIN name="TDR Nova" format="VST3" category="Fx|EQ" manufacturer="Tokyo Dawn Labs"
              version="2.1.3" file="C:\Program Files\VstPlugins\TDR Nova.vst3"
              uid="da73ed21" isInstrument="0" fileTime="1756de8d990" infoUpdateTime="186064835c2"
              numInputs="4" numOutputs="2" isShell="0"/>
    </KNOWNPLUGINS>
  </VALUE>
TDR Nova VST3 crashes Light Host on startup, normal VST does work but VST3 crashes. After manually removing the plugin from pluginListActive in the config file, Light Host doesn't crash anymore. This part of the config is responsible for it: ``` <VALUE name="pluginListActive"> <KNOWNPLUGINS> <PLUGIN name="TDR Nova" format="VST3" category="Fx|EQ" manufacturer="Tokyo Dawn Labs" version="2.1.3" file="C:\Program Files\VstPlugins\TDR Nova.vst3" uid="da73ed21" isInstrument="0" fileTime="1756de8d990" infoUpdateTime="186064835c2" numInputs="4" numOutputs="2" isShell="0"/> </KNOWNPLUGINS> </VALUE> ```
stormmaster commented 2023-02-25 15:12:38 +00:00 (Migrated from github.com)

Where is the config file situated? I got crash on startup, but there in no config file in Light Host's folder.
SOLVED Found it on %AppData%\Roaming\Light Host

Where is the config file situated? I got crash on startup, but there in no config file in Light Host's folder. **SOLVED** Found it on %AppData%\Roaming\Light Host
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nikolay-vm-host/LightHost#38