You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
(julia.exe:212012): Gdk-CRITICAL **: gdk_window_new: assertion 'GDK_IS_WINDOW (parent)' failed
(julia.exe:212012): Gdk-WARNING **: gdk_input_wintab_init: gdk_window_new failed
Warning: could not import Gtk.gtk_main into Main
Warning: could not import Gtk.gtk_quit into Main```
I get the above error when running this:
using Gtk.ShortNames
import Gtk.gtk_main, Gtk.gtk_quit
RPMbindir = Pkg.dir("WinRPM","deps","usr","$(Sys.ARCH)-w64-mingw32","sys-root","mingw","bin")
ENV["PATH"]=ENV["PATH"]*";"*RPMbindir
window = @window("Hello world")
signal_connect(window, "destroy") do widget
println("Destroy")
end
showall(window)
gtk_main()
A window still opens, but it often crashes.
I've tried re-installing it, as well as running the code in the troubleshooting instructions.
With the latter I got this error:
ERROR: Package candidate for gtk3 not found
in select at C:\Users\user.julia\v0.3\WinRPM\src\WinRPM.jl:314
The text was updated successfully, but these errors were encountered:
using Gtk.ShortNames
import Gtk.gtk_main, Gtk.gtk_quit
RPMbindir = Pkg.dir("WinRPM","deps","usr","$(Sys.ARCH)-w64-mingw32","sys-root","mingw","bin")
ENV["PATH"]=ENV["PATH"]*";"*RPMbindir
window = @window("Hello world")
signal_connect(window, "destroy") do widget
println("Destroy")
end
showall(window)
gtk_main()
The text was updated successfully, but these errors were encountered: