-
Notifications
You must be signed in to change notification settings - Fork 80
(Windows) GModule-CRITICAL **: g_module_symbol: assertion 'symbol != NULL' failed #298
Comments
i'm not sure, but |
Those are just tests for the
|
I see. |
I'm not sure why I'm getting the GModule errors in that case? I'm running this on windows in a terminal and not on a headless server... |
@musm Do you see something not working? |
Things work AFAIK but the endless critical warnings are annoying, this probably has to do with how things where built in WinRPM I suspect |
julia> ProfileView.view()
(julia.exe:43564): GModule-CRITICAL **: g_module_symbol: assertion 'symbol != NULL' failed
Gtk.GtkWindowLeaf(name="", parent, width-request=-1, height-request=-1, visible=TRUE, sensitive=TRUE, app-paintable=FALSE, can-focus=FALSE, has-focus=FALSE, is-focus=FALSE, can-default=FALSE, has-default=FALSE, receives-default=FALSE, composite-child=FALSE, style, events=0, no-show-all=FALSE, has-tooltip=FALSE, tooltip-markup=NULL, tooltip-text=NULL, window, opacity=1.000000, double-buffered, halign=GTK_ALIGN_FILL, valign=GTK_ALIGN_FILL, margin-left, margin-right, margin-start=0, margin-end=0, margin-top=0, margin-bottom=0, margin=0, hexpand=FALSE, vexpand=FALSE, hexpand-set=FALSE, vexpand-set=FALSE, expand=FALSE, scale-factor=1, border-width=0, resize-mode, child, type=GTK_WINDOW_TOPLEVEL, title="Profile", role=NULL, resizable=TRUE, modal=FALSE, window-position=GTK_WIN_POS_NONE, default-width=-1, default-height=-1, destroy-with-parent=FALSE, hide-titlebar-when-maximized=FALSE, icon, icon-name=NULL, screen, type-hint=GDK_WINDOW_TYPE_HINT_NORMAL, skip-taskbar-hint=FALSE, skip-pager-hint=FALSE, urgency-hint=FALSE, accept-focus=TRUE, focus-on-map=TRUE, decorated=TRUE, deletable=TRUE, gravity=GDK_GRAVITY_NORTH_WEST, transient-for, attached-to, has-resize-grip, resize-grip-visible, application, is-active=TRUE, has-toplevel-focus=TRUE, startup-id, mnemonics-visible=FALSE, focus-visible=FALSE, is-maximized=FALSE) I'm getting this on the v0.5.1 generic binary. |
I can reproduce (after some downloading and installation and http_proxy issues ...) on:
and i'm pretty much convinced, that it's a Gtk3 problem, not a Gtk.jl or julia problem. Gtk3 assumes some other components available and fails in connecting to them. Maybe it's possible to build the library without the assertions, but that's really a different story. |
@ChrisRackauckas are you also on Windows? If so, let's edit the title of this issue to indicate that it seems Windows-specific. |
Yeah Windows. |
OK, so it's probably how the library is built for Windows. Perhaps this is an OpenSUSE build service issue: https://build.opensuse.org/project/show/windows%3Amingw%3Awin64 (via WinRPM.jl)? |
just for the record:
|
The firefox one, is that on linux or windows? |
Linux |
stale |
The text was updated successfully, but these errors were encountered: