Opened 9 years ago
Last modified 2 years ago
#50386 assigned defect
Glib error gives Invalid byte sequence in conversion input — at Version 2
Reported by: | m.rick@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | dbevans (David B. Evans), landonf (Landon Fuller), murrayc@… | |
Port: | glibmm glom |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I am not sure it is a Glib related error, but I have installed Glom in a new fresh installation and when I Stat it I get this error when i want to create a new brand new database file:
information for file '/Users/aymeric/Desktop/Nantes voirie/Nantes voirie.glom': Glib::ustring GlomBakery::get_file_display_name(const Glib::ustring &): uri=file:///Users/aymeric/Desktop/Nantes%20voirie/Nantes%20voirie.glom): error: Error when getting information for file '/Users/aymeric/Desktop/Nantes voirie/Nantes voirie.glom': 0 Glib::ustring GlomBakery::get_file_display_name(const Glib::ustring &): uri=file:///Users/aymeric/Desktop/Nantes%20voirie/Nantes%20voirie.glom): error: (<unknown>:81958): glibmm-CRITICAL **: unhandled exception (type Glib::Error) in signal handler: domain: g_convert_error code : 1 what : Invalid byte sequence in conversion input
It creates the database folder, but won't create the ~.glom file describing the database and it won't initialize the database and won't create the database configuration. I can create a database from the included examples and I can use already existing databases.
I didn't have it with previous versions.
I have a back-up of December and it does work well, while dbus, glib and glibmm libraries have the same versions… And the Glom binary is the same version as well. I made a packaged version of it (December) that works well too.
I installed Glom with the following steps:
port install gtk3 +quartz+python27
port install gtk2 +quartz+python27
port install libglade2 +quartz
port install py27-pygtk +quartz
port install avahi +gtk+gtk3+quartz+x11
port install libepc
port install libgda5 +db60+postgresql94+quartz
port install evince +quartz
port -f deactivate gtk3 @3.18.6_0+quartz
port install gtk3 +x11+python27
port install gcr
port -f deactivate gtk3 @3.18.6_0+x11
port activate gtk3 @3.18.6_0+quartz
port install glom +db60+postgresql94+quartz
Change History (5)
Changed 9 years ago by m.rick@…
Attachment: | Glom - 17 décembre 2016.txt added |
---|
Changed 9 years ago by m.rick@…
Attachment: | Glom - 20 janvier 2016.txt added |
---|
Changed 9 years ago by m.rick@…
Attachment: | Capture d’écran 2016-01-20 à 22.13.32.png added |
---|
comment:1 Changed 9 years ago by m.rick@…
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
I have also discovered that the unworking version adds a slash after the name of the new database, like it was a path, it doesn't with the working version. Capture d’écran 2016-01-20 à 22.13.32.png
It doesn't seem D-Bus related, because it happens wether D-Bus is running or not.