Cannot save patch on Linux

I’m not sure this is the right place to report this bug. I am unable to save any patch on two of my Linux machines. As soon as I hit “save”, nothing happens but this trace is logged:

[1721.835 fatal adapters/standalone.cpp:60 fatalSignalHandler] Fatal signal 11 SIGSPEICHERZUGRIFFSFEHLER. Stack trace:
17: /opt/VCV/Rack() [0x403d89]
16: /lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7f5f1e0d6210]
15: /lib/x86_64-linux-gnu/libpthread.so.0(+0xaaab) [0x7f5f1e077aab]
14: /usr/lib/x86_64-linux-gnu/dri/iris_dri.so(+0x147b77) [0x7f5f02834b77]
13: /usr/lib/x86_64-linux-gnu/dri/iris_dri.so(+0x147c0c) [0x7f5f02834c0c]
12: /lib/x86_64-linux-gnu/libc.so.6(+0x49a27) [0x7f5f1e0d9a27]
11: /lib/x86_64-linux-gnu/libc.so.6(on_exit+0) [0x7f5f1e0d9be0]
10: ./libRack.so(osdialog_file+0x2df) [0x7f5f1e7d993f]
9: ./libRack.so(_ZN4rack5patch7Manager12saveAsDialogEv+0x1bc) [0x7f5f1e6e9cec]
8: ./libRack.so(_ZN4rack3app5Scene10onHoverKeyERKNS_6widget6Widget13HoverKeyEventE+0xae3) [0x7f5f1e7737a3]
7: ./libRack.so(_ZN4rack6widget10EventState9handleKeyENS_4math3VecEiiii+0x494) [0x7f5f1e7cbfe4]
6: ./libRack.so(+0x36ff5c) [0x7f5f1e764f5c]
5: ./libRack.so(_glfwPlatformPollEvents+0xd37) [0x7f5f1e81edb7]
4: ./libRack.so(_ZN4rack6window6Window4stepEv+0x5b) [0x7f5f1e76752b]
3: ./libRack.so(_ZN4rack6window6Window3runEv+0x28) [0x7f5f1e767f08]
2: /opt/VCV/Rack(main+0xa95) [0x403875]
1: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f5f1e0b70b3]
0: /opt/VCV/Rack() [0x403b69]

KDE neon User Edition, Ubuntu 20.04

Using the official binary of VCV Rack Pro 2.0.4

Autosaves are working, I guess this is a problem with the GUI/Desktop environment

Don’t you need to install some extra desktop manager?

1 Like

Argh, you are right. I was missing the zenity package.

To be honest, this probably belongs into the INSTALL.txt in the zip file. It is only mentioned in the online installation docs: VCV Manual - Installing & Running

1 Like

Yeah, it’s a pretty recent change. There is for sure a need for more installation info and help.

1 Like