horsicq/Detect-It-Easy

AppImage: Cannot load database: $data/db

Open

#364 opened on Jun 28, 2026

View on GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (642 forks)batch import
bughelp wanted

Repository metrics

Stars
 (5,697 stars)
PR merge metrics
 (Avg merge 1d 5h) (1 merged PR in 30d)

Description

Hello, I'm trying to run the AppImage version on openSUSE Tumbleweed. Version 3.21 struggled with lots of things (initial window placement out of screen, theme loading didn't work), but beta 3.22 seems better so far.

However, there seems to be an issue with loading the database. When dragging an executable into the window I just get "unknown", with a single log line:

Cannot load database: $data/db

Probably unrelated: There seems to be an issue with loading some PNGs as well, seeing this when running die from the terminal:

libpng warning: zTXt: unexpected end of LZ stream
libpng warning: iCCP: unexpected end of LZ stream
libpng error: IDAT: invalid distance too far back
libpng warning: iCCP: invalid distance too far back
libpng error: IDAT: incorrect header check
libpng warning: iCCP: invalid distance too far back
libpng error: IDAT: incorrect header check
libpng warning: iCCP: invalid distance too far back
libpng error: IDAT: incorrect header check
libpng warning: iCCP: invalid distance too far back
libpng error: IDAT: invalid distance too far back
libpng warning: iCCP: invalid distance too far back
libpng error: IDAT: invalid distance too far back
libpng warning: iCCP: invalid distance too far back
libpng error: IDAT: invalid distance too far back
libpng warning: iCCP: invalid distance too far back
libpng error: IDAT: incorrect header check
libpng warning: iCCP: invalid distance too far back
libpng error: IDAT: incorrect header check
libpng warning: zTXt: unexpected end of LZ stream
libpng warning: iCCP: unexpected end of LZ stream
libpng error: IDAT: invalid distance too far back

Contributor guide