SLS v1.3.3 on Ubuntu 22.04 LTS - crash with segmentation fault (core dump)

Once again with the latest version 1.3.3 of Squareline Studio.

Any file choosing dialog crashes the application wtih a core dump.

For instance:
1.) Start SLS
2.) Goto Examples and choose one. Smartwatch.
3.) Push the green Button “Add Files to Assets” on bottom right
=> Segmentation fault (Core Dump)

I use a plain and up-to-date Ubuntu 22.04 LTS (the current LTS version). Nothing special. Also Ubuntu is a very common linux desktop. Do you test your releases? I have tried SLS 1.3.2 und 1.3.1 and no version does work. All have this File chooser bug. This bug seems to be present on MacOS too, as the topic “Crashes on macOS when clicking off the system file chooser dialog” suggest.

All the license stuff does work, but the main purpose of this application does not.

Here is the shell output:

> ~/Downloads/SquareLine_Studio_Linux_v1_3_3$ ./SquareLine_Studio.x86_64 
[UnityMemory] Configuration Parameters - Can be set up in boot.config
    "memorysetup-bucket-allocator-granularity=16"
    "memorysetup-bucket-allocator-bucket-count=8"
    "memorysetup-bucket-allocator-block-size=4194304"
    "memorysetup-bucket-allocator-block-count=1"
    "memorysetup-main-allocator-block-size=16777216"
    "memorysetup-thread-allocator-block-size=16777216"
    "memorysetup-gfx-main-allocator-block-size=16777216"
    "memorysetup-gfx-thread-allocator-block-size=16777216"
    "memorysetup-cache-allocator-block-size=4194304"
    "memorysetup-typetree-allocator-block-size=2097152"
    "memorysetup-profiler-bucket-allocator-granularity=16"
    "memorysetup-profiler-bucket-allocator-bucket-count=8"
    "memorysetup-profiler-bucket-allocator-block-size=4194304"
    "memorysetup-profiler-bucket-allocator-block-count=1"
    "memorysetup-profiler-allocator-block-size=16777216"
    "memorysetup-profiler-editor-allocator-block-size=1048576"
    "memorysetup-temp-allocator-size-main=4194304"
    "memorysetup-job-temp-allocator-block-size=2097152"
    "memorysetup-job-temp-allocator-block-size-background=1048576"
    "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
    "memorysetup-temp-allocator-size-background-worker=32768"
    "memorysetup-temp-allocator-size-job-worker=262144"
    "memorysetup-temp-allocator-size-preload-manager=262144"
    "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
    "memorysetup-temp-allocator-size-audio-worker=65536"
    "memorysetup-temp-allocator-size-cloud-worker=32768"
    "memorysetup-temp-allocator-size-gfx=262144"
Segmentation fault (core dumped)

Hi, we tested your use-case in LMDE (Linux Mint Debian Edition) version 5 and there the native file dialog works fine, a picture was added successfully to the assets, no SEGFAULT whatsoever. Maybe the issue is related to your specific linux distribution Ubuntu.

There seem to be the same issue mentioned here too:

We have a little bit more log information there so will see what could be done to solve this Ubuntu-related issue.