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

Broken installation with installer #270

Closed
bartlomiejkrolikowski opened this issue Jul 3, 2022 · 1 comment
Closed

Broken installation with installer #270

bartlomiejkrolikowski opened this issue Jul 3, 2022 · 1 comment
Labels
solution: duplicate This issue or pull request already exists

Comments

@bartlomiejkrolikowski
Copy link

bartlomiejkrolikowski commented Jul 3, 2022

Description of the problem

After installing latest version of Coq I get the following message:

(coqide.exe:12032): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file 'C:\Coq-Platform~8.15~2022.04\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
gdk-pixbuf-query-loaders > C:\Coq-Platform~8.15~2022.04\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
to make things work again for the time being.

the same with lower version:

(coqide.exe:4012): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file 'C:\Coq-Platform~8.14~2022.04\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
gdk-pixbuf-query-loaders > C:\Coq-Platform~8.14~2022.04\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
to make things work again for the time being.

running presented commands does not help
there is no directory "gdk-pixbuf-2.0" in "C:\Coq-Platform~8.15~2022.04\lib"

Coq Version

8.15.2 and 8.14.2
(installed with binary installer "Coq-Platform-release-2022.04.1-version_8.15_2022.04-arch-x86_64_signed.exe" on Windows 10 Home)

@Zimmi48 Zimmi48 transferred this issue from coq/coq Jul 3, 2022
@MSoegtropIMC
Copy link
Collaborator

This is a duplicate of (#212).

As mentioned there, CoqIDE doesn't use any dynamic pixbuf loaders (it doesn't load JPEG images and the like), so this does not hurt. Of course one could add them to silence the warning.

If you have any other issue with CoqIDE (say that it actually does not work), please create an issue describing the symptoms.

@MSoegtropIMC MSoegtropIMC added the solution: duplicate This issue or pull request already exists label Jul 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants