Hi,
i used DVR 19.1 on Tuxedos (Ubuntu 22.04 based) without problems. (installed with the .run file)
Then i 'm updating the OS to new version (Ubuntu 24.04 based).
DVR then gives an error mesage:
symbol lookup error: /lib/x86_64-linux-gnu/libpango-1.0.so.0: undefined symbol: g_once_init_leave_pointer
I found solution with execute this:
- Code: Select all
sudo cp /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 /opt/resolve/libs/
cd /opt/resolve/libs
sudo mkdir not_used
sudo mv libgio* not_used
sudo mv libgmodule* not_used
Then DVR launched without errors, but there are no sound (new projects, old projects, only wav.... tried all), Fairlight tab playhead don't move, mixer don't show anything, too. CPU runs at 100% all the time, DVR is running.
Uninstalled DVR, delete all in folder /opt/resolve (but license-folder), and repack install file with makeresolvedeb, then install it.
Result: No error messages, but same problems as before: No sound in DVR and cpu runs at 100%.
Then DVR 19.1.1 are aviable, i also tried that version, but no difference.
Hopefully, you have some tips, what i can do?