Opened 15 years ago
Closed 15 years ago
#39 closed defect (fixed)
get rid of the "libgio-2.0.0.dll was not found" error on MS Windows
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.9 |
Component: | Client | Keywords: | |
Cc: |
Description (last modified by )
When starting the application on win32, we get what looks like a fatal error (it is not):
The application has failed to start because libgio-2.0.0.dll was not found. Re-installing the application may fix this problem.
This is bogus, the application is fine, it is just something to do with gtk pixbuf loaders (svg?)
We should at least prevent this error from coming up, ideally we should find a proper fix for #10 (SVG support)
Change History (3)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This seems to be fixed by adding the libraries from win32-svg
I would have thought that this should also provide SVG support for win32, but that does not seem to be the case..