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
Describe the bug
When trying to execute AM2R_Launcher on a system that has libwebkit2gtk-5.0 installed, the application crashes with the following:
Unhandled Exception has occured in your Application.
Unable to load shared library 'libwebkit2gtk-4.0.so.37' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
/home/kyle/am2r/AM2R_Launcher/libwebkit2gtk-4.0.so.37.so: cannot open shared object file: No such file or directory
/opt/dotnet-sdk-bin-7.0/shared/Microsoft.NETCore.App/7.0.0/libwebkit2gtk-4.0.so.37.so: cannot open shared object file: No such file or directory
/home/kyle/am2r/AM2R_Launcher/liblibwebkit2gtk-4.0.so.37.so: cannot open shared object file: No such file or directory
/opt/dotnet-sdk-bin-7.0/shared/Microsoft.NETCore.App/7.0.0/liblibwebkit2gtk-4.0.so.37.so: cannot open shared object file: No such file or directory
/home/kyle/am2r/AM2R_Launcher/libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
/opt/dotnet-sdk-bin-7.0/shared/Microsoft.NETCore.App/7.0.0/libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
/home/kyle/am2r/AM2R_Launcher/liblibwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
/opt/dotnet-sdk-bin-7.0/shared/Microsoft.NETCore.App/7.0.0/liblibwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
*****Stack Trace*****
at Eto.GtkSharp.NativeMethods.NMLinux.webkit_web_view_new()
at Eto.GtkSharp.NativeMethods.webkit_web_view_new()
at Eto.GtkSharp.Forms.Controls.WebViewHandler..ctor()
at Eto.GtkSharp.Platform.<>c.<AddTo>b__12_61()
at Eto.Widget..ctor()
at Eto.Forms.BindableWidget..ctor()
at Eto.Forms.Control..ctor()
at Eto.Forms.WebView..ctor()
at AM2RLauncher.MainForm..ctor() in /home/runner/work/AM2RLauncher/AM2RLauncher/AM2RLauncher/AM2RLauncher/MainForm/MainForm.UI.cs:line 324
at AM2RLauncher.Gtk.MainClass.Main() in /home/runner/work/AM2RLauncher/AM2RLauncher/AM2RLauncher/AM2RLauncher.Gtk/Program.cs:line 79
Check the logs at /root/.local/share/AM2RLauncher for more info!
Describe the bug
When trying to execute AM2R_Launcher on a system that has libwebkit2gtk-5.0 installed, the application crashes with the following:
Expected behavior
AM2R launcher runs
To Reproduce
Steps to reproduce the behavior:
Platform
AM2RLauncher.log
The text was updated successfully, but these errors were encountered: