-
Notifications
You must be signed in to change notification settings - Fork 80
Crash on load with version 1.2.3 or 1.3.0 on Windows #683
Comments
CC @staticfloat since I suspect this is related to #619. However CI is passing on Windows, any clue of what could be special on your system? |
This has been reported from at least five separate users, on all kinds of systems. The only notable thing so far is that one of our users confirmed they were using Windows 11, and none of the other affected people have yet confirmed which version of Windows they are using. Edit: We got another crash report, another Windows 11 user. This might be related. |
I have the same error on a Windows 10. I encountered this while trying to use ProfileView on a new project. Weirdly enough, on older projects it works. I've tested this on my own computer and on a remote server, all Windows 10. Error message after
|
Since version 1.2.3, Gtk.jl crashes on load on Windows with the following error:
The crash occurs upon executing the first file containing a
using Gtk
. We have confirmed that downgrading to Gtk.jl version 1.2.2 fixes the issue.The text was updated successfully, but these errors were encountered: