Kiriki-liszt / JS_Inflator

JS Inflator is a copy of Sonox Inflator.
GNU General Public License v3.0
203 stars 24 forks source link

Cubase 13 pro crashing with JS #36

Open CiriusGodlover opened 2 months ago

CiriusGodlover commented 2 months ago

Hi there! When I put into insert JS in my any Cubase project and trying resize and then changing oversampling Cubase goes to crash. It always happened and its not and occasion in any of my projects. Then, when I try to explore Cubase crash log I see problems with any different plugins loaded into this project. Despite this problem I really love this plugin. And really want it to work!

Kiriki-liszt commented 2 months ago

Hello! Thanks for checking it out!!

About Cubase 13, even though I didn't explicitly wrote anywhere, I had similar crashes too. That bug was present up to v2.0.2.2, and fixed in v2.0.3(latest Release). Just to be sure, please test it out with v2.0.3 if bug still happens. If it is, load blank project and JS Inflator only to make clean crash log and share it here.

Have a nice day!

CiriusGodlover commented 2 months ago

Hi! Sorry...I don't know how to send you a IPS crashlog, be

Screenshot 2024-07-23 at 21 05 28

cause only most known files allowed here. I made a screenshot... hope it helps...

Kiriki-liszt commented 1 month ago

Thanks!! Very similar to what I had... I'll look more into this issue. It's about multithread processing from Cubase 13 that causes this crash, I probably used some variable outside of function or so. This would not happen with Cubase 12, or x1 oversampling.

I'll make comment here after some progress is made! Have a great day!

Kiriki-liszt commented 1 month ago

I think what caused this issue. When plugin is changing latency, it unloads and reloads plugin. While unloading, some part of code calls that is already unloaded. It was verified by disabling the latency change function - if so, it runs fine.

I'll update and leave another comment here if another progress is made!

Kiriki-liszt commented 1 month ago

Just updated to v2.0.3.1 with Cubase 13 bug fixed! (Edit: updated to v2.0.3.2!) Please check it out and comment how it works.

Have a nice day!

CiriusGodlover commented 1 month ago

Thank you! Looking forward