Toinane / colorpicker

A mininal but complete colorpicker desktop app
https://colorpicker.fr
GNU General Public License v3.0
1.59k stars 119 forks source link

Uncaught Exception version GLIBC_2.34 not found #126

Open kabeza opened 2 years ago

kabeza commented 2 years ago

Describe the bug I'm getting a JavaScript error while trying to pick a color

To Reproduce Steps to reproduce the behavior:

  1. Install deb package
  2. Open the app from AppLauncher
  3. Click on Pick Color Icon
  4. See the error

Expected behavior To pick the color on screen

Screenshots imagen_0706

OS (please complete the following information):

Colorpicker (please complete the following information):

Toinane commented 2 years ago

Hey @kabeza thank you for your bug report! I didn't already saw this issue, sorry for getting this.. Have you tried to install the .AppImage instead? Looks to be more stable than .deb one

If it's don't work, you can try to install glibc and lib32-glibc, it should be related to your issue. sudo pacman -S glibc lib32-glibc

thank you!

kabeza commented 2 years ago

Hi @Toinane I didn't know about AppImage format

I got the latest appImage file, moved to my home folder, gave correct attrs and executed It took so long, but got the same error

imagen_0708

I don't have pacman (my OS is Ubuntu based) so I'll do some research about how to upgrade GLIB version with APT, because I already have it installed for developing React Native (hope upgrading glib doesn't screw this lol)

Thanks