Open SeleDreams opened 6 years ago
@Krutonium did you get this to run on Arch?
I've had it running on Arch, and at the time, this wasn't an issue. It has been a while, though.
I'm able to run it without problems (latest commit) on Arch Linux.
I was using KDE Plasma if it may be the problem
I can't get Plasma running on here to test that.
I have the same problem on Ubuntu 18.04, with DotNet Core 2.1.500. When I create a new project and try to run it, this happens:
LTTng-UST: Error (-17) while registering tracepoint probe. Duplicate registration of tracepoint probes having the same name is not allowed.
Aborted (core dumped)
Full log:
$ ./AvalonStudio
(AvalonStudio:6769): Gtk-CRITICAL **: 02:05:55.187: gtk_application_new: assertion 'application_id == NULL || g_application_id_is_valid (application_id)' failed
(AvalonStudio:6769): Gtk-CRITICAL **: 02:05:58.357: gtk_window_resize: assertion 'width > 0' failed
Gtk-Message: 02:06:01.508: GtkDialog mapped without a transient parent. This is discouraged.
(AvalonStudio:6769): GLib-GObject-CRITICAL **: 02:06:05.290: g_object_set_qdata: assertion 'G_IS_OBJECT (object)' failed
(AvalonStudio:6769): GLib-GObject-WARNING **: 02:06:05.291: instance with invalid (NULL) class pointer
(AvalonStudio:6769): GLib-GObject-CRITICAL **: 02:06:05.291: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
(AvalonStudio:6769): GLib-GObject-WARNING **: 02:06:05.291: instance with invalid (NULL) class pointer
(AvalonStudio:6769): GLib-GObject-CRITICAL **: 02:06:05.291: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Gtk-Message: 02:06:07.925: GtkDialog mapped without a transient parent. This is discouraged.
(AvalonStudio:6769): GLib-GObject-CRITICAL **: 02:06:12.169: g_object_set_qdata: assertion 'G_IS_OBJECT (object)' failed
(AvalonStudio:6769): GLib-GObject-WARNING **: 02:06:12.169: instance with invalid (NULL) class pointer
(AvalonStudio:6769): GLib-GObject-CRITICAL **: 02:06:12.169: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
(AvalonStudio:6769): GLib-GObject-WARNING **: 02:06:12.169: instance with invalid (NULL) class pointer
(AvalonStudio:6769): GLib-GObject-CRITICAL **: 02:06:12.169: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Automatically selecting netcoreapp2.1 as TargetFramework
LTTng-UST: Error (-17) while registering tracepoint probe. Duplicate registration of tracepoint probes having the same name is not allowed.
Aborted (core dumped)
@Krutonium Could you please tell me how did you install AvalonStudio on Arch? I tried to use debtap to convert the deb into tar.xz and install it on my arch, but when i try i to run it, it stuck, and there was no error, no log. Just like this:
Hello, I wanted to test AvalonStudio on Arch Linux so i've created a project using the default template for a .net core project using Avalonia UI and built it in order to see the result, the build succeeded so I clicked on the run button and it ended up making avalon studio crash I'm using Arch Linux with the KDE desktop environment using plasma Since the project is still in early stages, I know that crashes are to be expected, so I'm sharing the log in order to help fixing it, so here is the log