Need help with a constant crash on launch. I'm on Nobara 43 (Fedora 43 base) with an NVIDIA RTX 3050. Resolve kills the process during the splash screen while "Launching main window."
System Specs:
- OS: Nobara 43 (KDE Plasma/Wayland)
- CPU: i5-12400F
- RAM: 32GB
- GPU: RTX 3050 (Driver 595.58.03 - CUDA 13.2)
- Version: DaVinci Resolve Studio 20.3.2
The crash dump points to a Signal 6 in fusionscript.so and libtbbmalloc_proxy.so.2 during a PNG destruction call:
/opt/resolve/bin/../libs/libtbbmalloc_proxy.so.2(free+0xb0)
/opt/resolve/bin/../libs/Fusion/fusionscript.so(inflateEnd+0x5f)
/opt/resolve/bin/resolve-real(png_destroy_read_struct+0x141)
What I've tried:
- Removed
mesa-libOpenCLto avoid driver conflicts. - Symlinked
libcrypt.so.2tolibcrypt.so.1. - Tried
LD_PRELOADforlibglib-2.0.so.0. - Disabled bundled
libglibandlibgiolibraries in/opt/resolve/libs. - Tried DaVincibox, but it won't launch (likely due to the 595.58 driver mismatch).
Is this a zlib conflict or a Python 3.13 mismatch specific to the Fedora 43 base? Any advice on how to bypass the fusionscript inflation crash would be appreciated!