Created
November 12, 2017 11:36
-
-
Save se5a/7e54feb3ab56ef479a0df640f2abc77d to your computer and use it in GitHub Desktop.
AvalonStudio error.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ dotnet ./AvalonStudio.dll | |
| Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. | |
| (dotnet:20419): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion 'G_IS_OBJECT (object)' failed | |
| (dotnet:20419): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer | |
| (dotnet:20419): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed | |
| (dotnet:20419): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer | |
| (dotnet:20419): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed | |
| Failed to initialize CoreCLR, HRESULT: 0x80131500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment