osxmidi / LinVst3

Linux Windows vst3 wrapper/bridge
GNU General Public License v3.0
90 stars 7 forks source link

LinVst3 stopped working with WINE-Staging 9.5 #22

Open GoaSkin opened 8 months ago

GoaSkin commented 8 months ago

Hello,

when I update WINE-Staging to the most recent version (9.5), LinVst3 doesn't work anymore. Rebuilding LinVst3 doesn't not help.

The reason is that lin-vst3-server.exe doesn't start anymore. When a VST host (in my case Bitwig) opens a plugin, my process list just shows "start.exe " when a plugin is tried to be loaded.

When I run lin-vst3-server.exe directly, I get the error message:

Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.

But there is no information what it tries to open and what is missing.

When I revert WINE to version 9.4, everything works again. I am using LinVst3-4.9.

osxmidi commented 8 months ago

Hello,

when I update WINE-Staging to the most recent version (9.5), LinVst3 doesn't work anymore. Rebuilding LinVst3 doesn't not help.

The reason is that lin-vst3-server.exe doesn't start anymore. When a VST host (in my case Bitwig) opens a plugin, my process list just shows "start.exe " when a plugin is tried to be loaded.

When I run lin-vst3-server.exe directly, I get the error message:

Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.

But there is no information what it tries to open and what is missing.

When I revert WINE to version 9.4, everything works again. I am using LinVst3-4.9.

The Wine devs sometimes add some code to a new version of Wine that interferes with apps built with winegcc like LinVst etc.

A bug report gets posted and usually by the next version of Wine it's all ok.

osxmidi commented 7 months ago

Hello,

when I update WINE-Staging to the most recent version (9.5), LinVst3 doesn't work anymore. Rebuilding LinVst3 doesn't not help.

The reason is that lin-vst3-server.exe doesn't start anymore. When a VST host (in my case Bitwig) opens a plugin, my process list just shows "start.exe " when a plugin is tried to be loaded.

When I run lin-vst3-server.exe directly, I get the error message:

Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.

But there is no information what it tries to open and what is missing.

When I revert WINE to version 9.4, everything works again. I am using LinVst3-4.9.

I've put up a temporary fix on the releases page.