Version 1.7.1 causes an exception in Ubuntu 18.04
Similar to #185 (closed) the application won't start after upgrade to 1.7.1 in Ubuntu 18.04. I tried to reinstall the application but it didn't help
I checked whether I'm using the newest version and it's 1.7.1
miro@miro-lenovo:~$ sudo apt list | grep gnome-subtitles
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
gnome-subtitles/bionic,now 1.7.1-1ppa1~bionic1 amd64 [installed]
miro@miro-lenovo:~$ gnome-shell --version
GNOME Shell 3.28.4
miro@miro-lenovo:~$ uname -a
Linux miro-lenovo 4.15.0-161-generic #169-Ubuntu SMP Fri Oct 15 13:41:54 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Exception:
miro@miro-lenovo:~$ gnome-subtitles
(gnome-subtitles:23734): Gtk-WARNING **: 12:44:30.774: Theme parsing error: gtk.css:1:106: Failed to import: Error opening file /home/miro/.local/share/gnome-shell/extensions/unite@hardpixel.eu/styles/buttons-right.css: No such file or directory
Marshaling activate signal
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.EntryPointNotFoundException: dlopen
at (wrapper managed-to-native) External.Interop.Interop:dlopen (string,int)
at External.Interop.Interop.Open (System.String filename) [0x00000] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at External.Enchant.Enchant.OpenLib () [0x00000] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at External.Enchant.Enchant.Open () [0x00000] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at GnomeSubtitles.Core.SpellLanguages.GetProvidersAndLanguages () [0x00006] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at GnomeSubtitles.Core.SpellLanguages.Init () [0x00000] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at GnomeSubtitles.Core.SpellLanguages..ctor () [0x0003e] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at GnomeSubtitles.Core.Base.Init () [0x0005f] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at GnomeSubtitles.Core.Base.<Execute>m__0 () [0x00000] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at GnomeSubtitles.Execution.ExecutionContext+<Execute>c__AnonStorey0.<>m__0 (System.Object sender, System.EventArgs e) [0x00000] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00038] in <8f2c484307284b51944a1a13a14c0266>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00053] in <8f2c484307284b51944a1a13a14c0266>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x0010d] in <8f2c484307284b51944a1a13a14c0266>:0
at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x0000b] in <8f2c484307284b51944a1a13a14c0266>:0
at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x0003e] in <6b18dc2e94c64faa9ddba710ad41aaa1>:0
at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00011] in <6b18dc2e94c64faa9ddba710ad41aaa1>:0
at GLib.SignalClosure.MarshalCallback (System.IntPtr raw_closure, System.IntPtr return_val, System.UInt32 n_param_vals, System.IntPtr param_values, System.IntPtr invocation_hint, System.IntPtr marshal_data) [0x00089] in <6b18dc2e94c64faa9ddba710ad41aaa1>:0
at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, System.Boolean is_terminal) [0x00000] in <6b18dc2e94c64faa9ddba710ad41aaa1>:0
at GLib.SignalClosure.MarshalCallback (System.IntPtr raw_closure, System.IntPtr return_val, System.UInt32 n_param_vals, System.IntPtr param_values, System.IntPtr invocation_hint, System.IntPtr marshal_data) [0x00000] in <6b18dc2e94c64faa9ddba710ad41aaa1>:0
at GLib.Application.g_application_run (System.IntPtr , System.Int32 , System.IntPtr ) [0x00000] in <54ffe6003de5451fa8c71446acf97edc>:0
at GLib.Application.Run (System.Int32 argc, System.String argv) [0x00000] in <54ffe6003de5451fa8c71446acf97edc>:0
at GnomeSubtitles.Execution.ExecutionContext.Execute (System.Action methodToExecute) [0x00000] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at GnomeSubtitles.Core.Base.Execute (GnomeSubtitles.Execution.ExecutionContext context) [0x00000] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
at GnomeSubtitles.Execution.Executable.Main (System.String[] args) [0x00000] in <ab145bdce6ba439b8b2c33a18cbf9208>:0
Edited by Miroslav Mydlo