Crash on right-click with Squinky Labs modules on Windows (with workarounds and fix)

updated graphics drivers, but this is a new problem

end of log file:

[65.204 fatal src/main.cpp:45] Fatal signal 11. Stack trace:
37: ZN4rack10appDestroyEv 0x456435
36: gai_strerrorW 0x739800
35: _C_specific_handler 0x378c7fb0
34: _chkstk 0x39241100
33: RtlRaiseException 0x39209ec0
32: KiUserExceptionDispatcher 0x3923fe60
31: ZZN4rack11createModelI11BasicModule11BasicWidgetEEPNS_6plugin5ModelERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEN6TModel12createModuleEv 0xd063880
30: ZZN4rack11createModelI11BasicModule11BasicWidgetEEPNS_6plugin5ModelERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEN6TModel12createModuleEv 0xd063880
29: ZZN4rack11createModelI11BasicModule11BasicWidgetEEPNS_6plugin5ModelERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEN6TModel12createModuleEv 0xd063880
28: ZZN4rack11createModelI11BasicModule11BasicWidgetEEPNS_6plugin5ModelERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEN6TModel12createModuleEv 0xd063880
27: _chkstk 0x39241100
26: RtlRaiseException 0x39209ec0
25: RtlRaiseException 0x39209ec0
24: RaiseException 0x36cc3ac0
23: ZZN4rack11createModelI11BasicModule11BasicWidgetEEPNS_6plugin5ModelERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEN6TModel12createModuleEv 0xd063880
22: ZZN4rack11createModelI11BasicModule11BasicWidgetEEPNS_6plugin5ModelERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEN6TModel12createModuleEv 0xd063880
21: ZN10KeyMappingC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE 0xcf88820
20: ZN10KeyMapping4makeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE 0xcf894d0
19: ZN10KbdManager4initEv 0xcf896f0
18: ZN10KbdManagerC2Ev 0xcf898c0
17: ZN11NoteDisplayC2ERKN4rack4math3VecES4_St10shared_ptrI13MidiSequencerEPNS0_6engine6ModuleE.constprop.185 0xcf84a60
16: ZN15SequencerWidgetC2EP15SequencerModule 0xd01bc90
15: ZZN4rack11createModelI15SequencerModule15SequencerWidgetEEPNS_6plugin5ModelERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEN6TModel22createModuleWidgetNullEv 0xd01c2d0
14: ZN4rack3app8ModelBox4drawERKNS_6widget6Widget8DrawArgsE 0x75c360
13: ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE 0x4a776c
12: ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE 0x4a776c
11: ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE 0x4a776c
10: ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE 0x4a776c
9: ZN4rack2ui12ScrollWidget4drawERKNS_6widget6Widget8DrawArgsE 0x4a3fd4
8: ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE 0x4a776c
7: ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE 0x4a776c
6: ZN4rack6widget6Widget4drawERKNS1_8DrawArgsE 0x4a776c
5: ZN4rack6Window3runEv 0x4594ea
4: main 0x781840
3: main 0x781840
2: main 0x781840
1: BaseThreadInitThunk 0x373d7c10
0: RtlUserThreadStart 0x3920ce80 ```
1 Like

What are you right clicking on? It llooks a little bit like my Seq++.

Oh, yeah, something bad happens when I bring up the module browser. Will look at it in a bit.

Seems like the module browser because I can load previous patches, but it crashes when I attempt to add a module

Yep, I’m seeing it too. That log looks like me. I’ll investigate after dinner.

Having the same problem. Following.

Yup… I’m in the same boat. Crashes whenever I attempt to add a module. Watching this, closely!

If you want to try deleting the SquinkyLabs plugin folder it might help. What operating system are these crashes happening on?

Same problem here, let’s hope we can find a solution soon!

I’m having the same problem. Deleting the Squinky labs plugin folder solves the problem. I’m on Windows

thanks. me 2.

I don’t like to post logs but it seems to be failing at the point in the process where it’s loading

Rack/plugins-v1/squinkylabs-plug1/res/seq_panel.svg

seems to fail at different points.

I don’t yet know why the build in the plugin manager is not working. I did post my own windows build that seems ok. It’s here: https://github.com/squinkylabs/SquinkyVCV/releases/tag/v1.0.14

So, delete your squinkylabs-plug1 folder and you will stop crashing. Then you can either [temporarily] do without Squinky Labs plugins, or you can download the release, above.

Very sorry for the inconvenience.

3 Likes

Is the problem with loading an svg? That would explain why the module browser doesn’t load but, at least for me, it does load patches with Squinky modules in.

I can’t tell, but I suspect not. Not only does the module browser need to load all the SVG, but it needs to instantiate each module, render it, and take its picture. The first crash log looked like it was in deleting the module after taking its picture.

Windows here, too (Windows 10).

Removing the Squinky Labs folder also worked, for me.

I edited the title. Is this happening on Windows only?

Thanks to all the users posting here for their first time and helping to fix this. Welcome aboard!

4 Likes