dsharlet / LiveSPICE

Real time SPICE simulation for audio signals
MIT License
419 stars 61 forks source link

VST returns Runtime Error in REAPER #214

Closed Suzuki-Re closed 8 months ago

Suzuki-Re commented 8 months ago

Hi,

I just installed Preview 14 and Microsoft .NET 6.0 runtime as instructed.

The standalone version works fine, but VST3 gives me an error and immediately crashes when opening it in REAPER v7.09.

How can I address the issue? I tried reinstalling the plugin and runtime, and restarting PC, but no luck. Do they conflict?

.NET runtimes installed:
  Microsoft.AspNetCore.App 7.0.15 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 6.0.16 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 7.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 7.0.15 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 6.0.16 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 7.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 7.0.15 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

ApplicationFrameHost_Leo3mJOQCn

I'm using ASIO. After the crash, no sound from audio interface and I need to restart PC.

Thanks.

Federerer commented 8 months ago

This might be the framework version problem that we've already solved in AudioPlugSharp some time ago. Seems like "rollForward": "LatestMajor" was set in runtime config in version 0.5.6 and LiveSPICE still uses 0.5.0. So we should probably do an update. @mikeoliphant

Federerer commented 8 months ago

Looks like we already have those changes in master, so maybe we need a new release @dsharlet?

Suzuki-Re commented 8 months ago

Thank you for the reply! It would be awesome if @dsharlet can release a new one.

dsharlet commented 8 months ago

I've done a new release. I'm assuming it will fix this issue, so I'm going to close it, please re-open if you still see this.

Thank you for reporting the issue!

Suzuki-Re commented 8 months ago

Thank you so much! It certainly fixed the issue!