Giter VIP home page Giter VIP logo

Comments (10)

shae-ra avatar shae-ra commented on September 26, 2024 4

I've encountered the same problem, I've managed to solve this by following this thread

I got it working running
LD_PRELOAD="/usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so" /opt/resolve/bin/resolve

Can we get a permanent fix for this?

from howdy.

00xBAD avatar 00xBAD commented on September 26, 2024 4

Thank you @shae-ra !

also this can be done to avoid launch the program via terminal every time.

cp /usr/lib/libgio-2.0.so /opt/resolve/libs
cp /usr/lib/libgmodule-2.0.so /opt/resolve/libs
cp /usr/lib/libglib-2.0.so /opt/resolve/libs

if you have resolve in different dir than /opt/resolve be sure to change it.

from howdy.

ishmeals avatar ishmeals commented on September 26, 2024 1

Run pacman -Syu

from howdy.

tchilikov avatar tchilikov commented on September 26, 2024 1

I've encountered the same problem, I've managed to solve this by following this thread

I got it working running LD_PRELOAD="/usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so" /opt/resolve/bin/resolve

Can we get a permanent fix for this?

Was facing the same issue on Davinci Resolve, this fixed it for me

from howdy.

alessandro-vulcu-code avatar alessandro-vulcu-code commented on September 26, 2024

I already tried to run pacman -Syu, still doesn't work

from howdy.

duylong avatar duylong commented on September 26, 2024

I already tried to run pacman -Syu, still doesn't work

Same problem with rrdtool command. I think there is a problem with the pango package.

from howdy.

kstar avatar kstar commented on September 26, 2024

I encounter the same problem with pango-1:1.52.2-1, even after running pacman -Syu

from howdy.

kstar avatar kstar commented on September 26, 2024

I hit the same issue even if I build the libpango 1.52.2 tag from source and install. Seems like an issue with the glib package? grepping the pango source code for g_once_init_leave_pointer produces no matches, but the compiled binaries match.

from howdy.

shawn-peery avatar shawn-peery commented on September 26, 2024

I'll just add that I had the same error but running pacman -Syu did fix it for me. I'm running Arch Linux in WSL2.

from howdy.

dimitrijepetrovic avatar dimitrijepetrovic commented on September 26, 2024

thank you @tchilikov
for those on Ubuntu

LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so" /opt/resolve/bin/resolve

from howdy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.