Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glibc_2.29 not found #1566

Closed
dhruv-solanki opened this issue Apr 11, 2023 · 5 comments
Closed

glibc_2.29 not found #1566

dhruv-solanki opened this issue Apr 11, 2023 · 5 comments

Comments

@dhruv-solanki
Copy link

After upgrading my Linux system to a newer version, I am unable to open beekeeper-studio.
On my system current GLIBC version: 2.37

And Beekeeper Studio requires GLIBC version: 2.29

@artem-itdim
Copy link

Yeah the same issue with 2.31 version

Unhandled Exception UnhandledRejection Error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /run/user/1000/snap.beekeeper-studio/.org.chromium.Chromium.1DXbCR)

@rathboma
Copy link
Collaborator

What OS are you on? And what version?

GitHub retired their Ubuntu 18 build images so we had to move to 20.04

@matthiasbaldi
Copy link

matthiasbaldi commented Apr 11, 2023

Same issue here in a snap package on Ubuntu:

❯ lsb_release -a
Distributor ID: Ubuntu
Description:    Ubuntu 22.10
Release:        22.10
Codename:       kinetic

Kernel: 5.19.0-38-generic

Complete Stacktrace when I open it in the terminal (consider that some loglines are maybe because I open it from terminal):

❯ beekeeper-studio 
14:44:45.749                     › initializing background
Gtk-Message: 14:44:45.754: Failed to load module "appmenu-gtk-module"

(beekeeper-studio-bin:74609): Gtk-WARNING **: 14:44:45.761: Theme parsing error: gtk.css:3536:25: 'font-feature-settings' is not a valid property name
14:44:45.804                     › Unhandled Exception UnhandledRejection Error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /run/user/1000/snap.beekeeper-studio/.org.chromium.Chromium.sspxG1)
    at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1812)
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
    at Object.func [as .node] (node:electron/js2c/asar_bundle:5:2039)
    at Module.load (node:internal/modules/cjs/loader:988:32)
    at Module._load (node:internal/modules/cjs/loader:829:12)
    at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
    at Module.require (node:internal/modules/cjs/loader:1012:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at bindings (/snap/beekeeper-studio/206/resources/app.asar/node_modules/bindings/bindings.js:112:48)
    at new Database (/snap/beekeeper-studio/206/resources/app.asar/node_modules/better-sqlite3/lib/database.js:48:64)
(node:74609) UnhandledPromiseRejectionWarning: UnhandledRejection Error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /run/user/1000/snap.beekeeper-studio/.org.chromium.Chromium.sspxG1)
    at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1812)
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
    at Object.func [as .node] (node:electron/js2c/asar_bundle:5:2039)
    at Module.load (node:internal/modules/cjs/loader:988:32)
    at Module._load (node:internal/modules/cjs/loader:829:12)
    at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
    at Module.require (node:internal/modules/cjs/loader:1012:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at bindings (/snap/beekeeper-studio/206/resources/app.asar/node_modules/bindings/bindings.js:112:48)
    at new Database (/snap/beekeeper-studio/206/resources/app.asar/node_modules/better-sqlite3/lib/database.js:48:64)
(Use `beekeeper-studio-bin --trace-warnings ...` to show where the warning was created)
(node:74609) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
Driver does not support the 0x46a6 PCI ID.
libGL error: failed to create dri screen
libGL error: failed to load driver: iris
[74698:0411/144445.825807:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization
[74742:0411/144445.841155:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
Driver does not support the 0x46a6 PCI ID.

@rathboma
Copy link
Collaborator

I pushed a fix for this. Sorry for the problems!

@artem-itdim
Copy link

artem-itdim commented Apr 11, 2023

OS version

lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.6 LTS
Release:	20.04
Codename:	focal

Beekeeper version

beekeeper-studio   3.9.5                       206    latest/stable

Updated to

beekeeper-studio   3.9.6  

works, thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants