asb2m10 / dexed

DX7 FM multi plaform/multi format plugin
GNU General Public License v3.0
2.76k stars 240 forks source link

VST3 0.9.6 crashes in Cubase 13.0.30 #414

Closed fellowcraft closed 1 week ago

fellowcraft commented 3 months ago

Upon exiting Cubase 13.0.30 Dexed VST3 0.9.6 crashed. I'm on Windows 11. Crashdump attached Cubase 13.0.30 64bit2024.3.26 22.41.39.463.dmp

asb2m10 commented 1 week ago

There are known issues with VST3 automation with 0.9.6. Please confirm if the issue is still present with the pre-release version.

https://github.com/asb2m10/dexed/releases/tag/v0.9.7pre4

fellowcraft commented 1 week ago

Thanks for addressing it. I get "Virus detected" and can't download. Latest Chrome and Edge. Latest Windows 11.

On Tue, Jul 9, 2024 at 7:31 PM Pascal Gauthier @.***> wrote:

There are known issues with VST3 automation with 0.9.6. Please confirm if the issue is still present with the pre-release version.

https://github.com/asb2m10/dexed/releases/tag/v0.9.7pre4

— Reply to this email directly, view it on GitHub https://github.com/asb2m10/dexed/issues/414#issuecomment-2219376791, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHFKJOUC3CSRRZQPDHFQGLZLSMH7AVCNFSM6AAAAABFLJHPECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJZGM3TMNZZGE . You are receiving this because you authored the thread.Message ID: @.***>

fellowcraft commented 1 week ago

Managed to download via WSL Ubuntu. The ZIP folder only contains a

unzip -l dexed-0.9.7pre4-win.zip Archive: dexed-0.9.7pre4-win.zip Length Date Time Name


5082975 2024-07-09 19:24 dexed-0.9.7pre4.exe.exe


5082975 1 file

On Wed, Jul 10, 2024 at 12:33 PM Frank Rothkamm @.***> wrote:

Thanks for addressing it. I get "Virus detected" and can't download. Latest Chrome and Edge. Latest Windows 11.

On Tue, Jul 9, 2024 at 7:31 PM Pascal Gauthier @.***> wrote:

There are known issues with VST3 automation with 0.9.6. Please confirm if the issue is still present with the pre-release version.

https://github.com/asb2m10/dexed/releases/tag/v0.9.7pre4

— Reply to this email directly, view it on GitHub https://github.com/asb2m10/dexed/issues/414#issuecomment-2219376791, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHFKJOUC3CSRRZQPDHFQGLZLSMH7AVCNFSM6AAAAABFLJHPECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJZGM3TMNZZGE . You are receiving this because you authored the thread.Message ID: @.***>

asb2m10 commented 1 week ago

Sorry about that, it's the installer that triggers the warning, not the Dexed code. I will see what I can do with it.

I've also added the executable without the installer. This one doesn't trigger any warnings : https://github.com/asb2m10/dexed/releases/download/v0.9.7pre4/dexed-0.9.7pre4-noinstaller-win.zip

asb2m10 commented 1 week ago

I think I've found the problem, Windows doesn't like the compression algo with the installer: https://stackoverflow.com/questions/68834409/program-installed-with-inno-setup-seen-as-trojan-wacatac-bml

I've changed it and now it works; yes the installer is 'bigger' but there is no false positive...

You can test this since I've updated the installer package.

fellowcraft commented 1 week ago

I downloaded and installed the windows version, no problem. I tested the VST3 and the CLAP in Bitwig and I can assign remote controllers, no problem. I prefer the CLAP version. Thanks! Should I test the VST in Cubase?

On Wed, Jul 10, 2024 at 3:41 PM Pascal Gauthier @.***> wrote:

I think I've found the problem, Windows doesn't like the compression algo with the installer: https://stackoverflow.com/questions/68834409/program-installed-with-inno-setup-seen-as-trojan-wacatac-bml

I've changed it and now it works; yes the installer is 'bigger' but there is no false positive...

You can test this since I've updated the installer package.

— Reply to this email directly, view it on GitHub https://github.com/asb2m10/dexed/issues/414#issuecomment-2221647235, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHFKJO4RO7U3JTSDQ7MYY3ZLW2ABAVCNFSM6AAAAABFLJHPECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRRGY2DOMRTGU . You are receiving this because you authored the thread.Message ID: @.***>

asb2m10 commented 1 week ago

Great news!

If you can test on Cubase it would be great since I don't have a license.

fellowcraft commented 1 week ago

VST3, as Cubase does not support CLAP. Works, can assign remote controllers. However, "Get Default QCs from Plug-In" remains empty and is not populated with default values. On all other VST synths they are (pre-)populated with 8 default values.

On Wed, Jul 10, 2024 at 4:11 PM Pascal Gauthier @.***> wrote:

Great news!

If you can test on Cubase it would be great since I don't have a license.

— Reply to this email directly, view it on GitHub https://github.com/asb2m10/dexed/issues/414#issuecomment-2221677265, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHFKJMZPZXO7DOHAFQN7XTZLW5TDAVCNFSM6AAAAABFLJHPECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRRGY3TOMRWGU . You are receiving this because you authored the thread.Message ID: @.***>

asb2m10 commented 1 week ago

Thanks, I'll close this and update on the QC stuff with #415