AidaDSP / AIDA-X

AIDA-X, an Amp Model Player leveraging AI
GNU General Public License v3.0
184 stars 2 forks source link

Crashes caused on Studio One 6.1.1, Win11 22H2 #22

Open edsoftitaly opened 1 year ago

edsoftitaly commented 1 year ago

The VST version causes the following error on W11, 22H2, Studio One 6 x64.

Audio card: SSL 2, latest driver and firmware, sample rate 44.1, buffer 64 samples. Sometimes the plugin will make the DAW crash instantly. Sometimes, the plugin loads but whenever a knob is rotated, the daw starts to stutter and then crashes.

Faulting application name: Studio One.exe, version: 6.1.1.0, time stamp: 0x6423ff97 Faulting module name: textinputframework.dll, version: 10.0.22621.436, time stamp: 0x241995fd Exception code: 0xc0000005 Fault offset: 0x00000000000252f1 Faulting process id: 0x0x1248 Faulting application start time: 0x0x1D976122E94213F Faulting application path: C:\Program Files\PreSonus\Studio One 6\Studio One.exe Faulting module path: C:\WINDOWS\SYSTEM32\textinputframework.dll Report Id: 8003fd60-d986-4dd8-9e3f-0e75ca035c5e Faulting package full name: Faulting package-relative application ID:

falkTX commented 1 year ago

VST3? likely the same issue as https://github.com/DISTRHO/Cardinal/issues/441

I tried to reproduce the problem, but it didnt happen to me with the demo version.

edsoftitaly commented 1 year ago

Good evening,

I can confirm this happens with VST3

Best regards

Ed


From: Filipe Coelho @.> Sent: Sunday, April 23, 2023 8:56:52 PM To: AidaDSP/AIDA-X @.> Cc: Ed @.>; Author @.> Subject: Re: [AidaDSP/AIDA-X] Crashes caused on Studio One 6.1.1, Win11 22H2 (Issue #22)

VST3? likely the same issue as DISTRHO/Cardinal#441https://github.com/DISTRHO/Cardinal/issues/441

I tried to reproduce the problem, but it didnt happen to me with the demo version.

— Reply to this email directly, view it on GitHubhttps://github.com/AidaDSP/AIDA-X/issues/22#issuecomment-1519132209, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANDEI3JZKYFIZ4DFYJLCTSLXCV3PJANCNFSM6AAAAAAXIWPHTU. You are receiving this because you authored the thread.Message ID: @.***>

falkTX commented 1 year ago

if I provide a debug build, are you able to get a backtrace/dump?

StarveTheEgo commented 1 year ago

Yes, sir, let's try it this way;

For your info, at start i messed up with threads, my previous comment was meant to be in a related Cardinal's issue thread;

StarveTheEgo commented 1 year ago

There was Studio One update today, with bunch of bugfixes, but the plugin still crashes in my case; Installed WinDbg, i am open to help with stacktrace and stuff

falkTX commented 1 year ago

sorry for the late response, finally got the details needed for this sorted out. can you try one of the debug builds from https://github.com/DISTRHO/dear-plugins/actions/runs/5644111364 ? (under "artifacts")

these are for demo plugins that use the same base framework that aida-x does (and cardinal too).

if we can find why/where it crashes, then we begin to fix them.

thanks!

StarveTheEgo commented 1 year ago

None of these two plugins are crashing for me; Will play with combinations of settings in the UI plugin probably;