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

Compiled windows binaries do not run #1

Open
ipamo opened this issue Dec 12, 2018 · 2 comments
Open

Compiled windows binaries do not run #1

ipamo opened this issue Dec 12, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@ipamo
Copy link
Owner

ipamo commented Dec 12, 2018

cardpeek.exe builds successfully but does not run.

Error message: Could not load a pixbuf from /org/gtk/libgtk/icons/24x24/status/image-missing.png

Same behavior for:

  • 32 and 64 bits
  • Built on Windows (using msys2) or Linux (cross-compiling from Debian)
@ipamo ipamo changed the title Compiled windows binaries does not run Compiled windows binaries do not run Dec 12, 2018
@ipamo
Copy link
Owner Author

ipamo commented Dec 12, 2018

Output of 64-bit cardpeek.exe built using msys2:

C:\Program Files\Cardpeek>cardpeek.exe

(cardpeek.exe:8964): Gtk-WARNING **: 01:31:55.619: Could not find the icon 'edit-clear-ltr'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
        http://icon-theme.freedesktop.org/releases

(cardpeek.exe:8964): Gtk-WARNING **: 01:31:56.323: Could not load a pixbuf from /org/gtk/libgtk/icons/24x24/status/image-missing.png.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/24x24/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)

@ipamo ipamo added the bug Something isn't working label Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
@ipamo and others