This repository was archived by the owner on Oct 22, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Errors at startup (reading GeoLite2-Country.mmdb...) #937
Copy link
Copy link
Closed
Labels
bugConfirmed bugs.Confirmed bugs.
Description
Technical information
Using version: 2.2.3 (AppImage)
Running on: Ubuntu 20.04 x64
Problem
I'm getting errors on startup (when displaying UI), also appearing in a message box
✖ error Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-Country.mmdb not found in /tmp/.mount_eDEX-UpPuFLu/resources/app.asar: Uncaught Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-Country.mmdb not found in /tmp/.mount_eDEX-UpPuFLu/resources/app.asar
⬤ debug at events.js 287:7
✖ error Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-ASN.mmdb not found in /tmp/.mount_eDEX-UpPuFLu/resources/app.asar: Uncaught Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-ASN.mmdb not found in /tmp/.mount_eDEX-UpPuFLu/resources/app.asar
⬤ debug at events.js 287:7
✖ error Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-City.mmdb not found in /tmp/.mount_eDEX-UpPuFLu/resources/app.asar: Uncaught Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-City.mmdb not found in /tmp/.mount_eDEX-UpPuFLu/resources/app.asar
⬤ debug at events.js 287:7
Tried to remove all the config files, clean everything, download again the AppImage, but no help.
Full startup messages in terminal
▶ start Starting eDEX-UI v2.2.3
ℹ info With Node 12.16.3 and Electron 10.1.6
ℹ info Renderer is Chrome 85.0.4183.121
▶ Startup Initialized timer...
ℹ info Base config dir is /home/barna/.config/eDEX-UI
☐ pending Mirroring internal assets...
☐ pending Loading settings file...
☐ pending Resolving shell path...
ℹ info Shell found at /usr/bin/fish
✔ success Settings loaded!
☐ pending Creating new terminal process on port 3000
✔ success Terminal back-end initialized!
☐ pending Starting multithreaded calls controller...
✔ success Multithreaded controller ready
ℹ info Creating window...
☒ complete Frontend window created!
… watching Waiting for frontend connection...
ℹ info Multithread worker started at 157684
ℹ info Multithread worker started at 157686
ℹ info Multithread worker started at 157687
ℹ info Multithread worker started at 157694
ℹ info Multithread worker started at 157693
ℹ info Multithread worker started at 157688
ℹ info Multithread worker started at 157696
[157663:1203/180738.619676:ERROR:gl_utils.cc(316)] [.RendererMainThread-0x3faba6fb8000] GL_INVALID_OPERATION: Framebuffer is incomplete.
[157663:1203/180738.620682:ERROR:gl_utils.cc(316)] [.RendererMainThread-0x3faba6fb8000] GL_INVALID_OPERATION: Framebuffer is incomplete.
[157663:1203/180738.623821:ERROR:gl_utils.cc(316)] [.RendererMainThread-0x3faba6fb8000] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
[157663:1203/180738.624003:ERROR:gl_utils.cc(316)] [.RendererMainThread-0x3faba6fb8000] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
[157663:1203/180738.809237:ERROR:gl_utils.cc(316)] [.RendererMainThread-0x3faba6fb8000] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
[157663:1203/180738.809531:ERROR:gl_utils.cc(316)] [.RendererMainThread-0x3faba6fb8000] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
[157663:1203/180738.876509:ERROR:gl_utils.cc(316)] [.RendererMainThread-0x3faba6fb8000] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
✔ success Connected to frontend!
◼ Startup Timer run for: 4.80s
ℹ info Resized TTY to 134 029
ℹ info UpdateChecker: Running latest version.
✖ error Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-ASN.mmdb not found in /tmp/.mount_eDEX-UfNpYWf/resources/app.asar: Uncaught Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-ASN.mmdb not found in /tmp/.mount_eDEX-UfNpYWf/resources/app.asar
⬤ debug at events.js 287:7
✖ error Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-Country.mmdb not found in /tmp/.mount_eDEX-UfNpYWf/resources/app.asar: Uncaught Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-Country.mmdb not found in /tmp/.mount_eDEX-UfNpYWf/resources/app.asar
⬤ debug at events.js 287:7
✖ error Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-City.mmdb not found in /tmp/.mount_eDEX-UfNpYWf/resources/app.asar: Uncaught Error: ENOENT, node_modules/geolite2-redist/dbs-tmp/GeoLite2-City.mmdb not found in /tmp/.mount_eDEX-UfNpYWf/resources/app.asar
⬤ debug at events.js 287:7
ℹ info All windows closed
☒ complete Shutting down...
☒ complete Terminal exited { exitCode: 0, signal: 0 } undefined
Metadata
Metadata
Assignees
Labels
bugConfirmed bugs.Confirmed bugs.