The method or operation is not implemented.

The method or operation is not implemented.

avatar

Hi, if I try to connect RDM4Linux to our Devolution Password Server I get following erros/warning in the console:

./RemoteDesktopManager
(RemoteDesktopManager:42241): GLib-GObject-CRITICAL **: 10:28:36.093: g_signal_connect_data: assertion 'c_handler != NULL' failed
(RemoteDesktopManager:42241): GLib-GObject-CRITICAL **: 10:28:36.123: g_signal_connect_data: assertion 'c_handler != NULL' failed
(RemoteDesktopManager:42241): GLib-GObject-CRITICAL **: 10:28:36.128: g_signal_connect_data: assertion 'c_handler != NULL' failed
(RemoteDesktopManager:42241): Gtk-CRITICAL **: 10:28:36.218: gtk_entry_set_text: assertion 'text != NULL' failed
(RemoteDesktopManager:42241): Gtk-CRITICAL **: 10:28:41.613: gtk_tree_store_iter_has_child: assertion 'iter->user_data != NULL' failed
(RemoteDesktopManager:42241): Gtk-CRITICAL **: 10:29:13.820: gtk_entry_set_text: assertion 'text != NULL' failed
System.NotImplementedException: The method or operation is not implemented.
at Devolutions.RemoteDesktopManager.Managers.ImageManager.LoadConnectionImagesAddHoc (Devolutions.RemoteDesktopManager.Business.Connection[] connections) [0x000cb] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.PrivateConnectionManager.Refresh () [0x00113] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.PrivateConnectionManager.FindConnection (System.Guid connectionId, System.String groupMain) [0x00010] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.FindConnection (System.Guid connectionId, System.String groupMain) [0x00087] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.FindConnection (System.String connectionId) [0x0000c] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Services.ConnectionService.FindConnection (System.String id) [0x00000] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.FavoriteManager.UpdatePayloads () [0x00053] in <9c0c0be179e34f48b5719bef81bd514d>:0
at Devolutions.RemoteDesktopManager.Managers.FavoriteManager.LoadFolders (Devolutions.RemoteDesktopManager.Business.DataSources.BaseConnectionDataSource dataSource) [0x00076] in <9c0c0be179e34f48b5719bef81bd514d>:0
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.LoadConnections (Devolutions.RemoteDesktopManager.Business.DataSources.BaseConnectionDataSource dataSource) [0x00399] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.RefreshConnections () [0x00014] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Client.Views.Navigation.NavigationConnectionTreeView.RefreshConnectionsList () [0x00026] in <35c4923b93bb4114808e0c445732187b>:0
at Client.Windows.MainWindow.RefreshViewBase () [0x0000f] in <35c4923b93bb4114808e0c445732187b>:0

Version: v 2020.1.10.0


BR

All Comments (6)

avatar

Hi, I think the message "not implemented" comes from the Dashboard. I tried to remove the "Local Datasource", to force the "remote datasouce"
Now the RDM does not start anymore.

Error:

./RemoteDesktopManager

(RemoteDesktopManager:48092): GLib-GObject-CRITICAL **: 11:21:36.385: g_signal_connect_data: assertion 'c_handler != NULL' failed

(RemoteDesktopManager:48092): GLib-GObject-CRITICAL **: 11:21:36.415: g_signal_connect_data: assertion 'c_handler != NULL' failed

(RemoteDesktopManager:48092): GLib-GObject-CRITICAL **: 11:21:36.422: g_signal_connect_data: assertion 'c_handler != NULL' failed

(RemoteDesktopManager:48092): Gtk-CRITICAL **: 11:21:36.526: gtk_tree_store_iter_has_child: assertion 'iter->user_data != NULL' failed
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NotImplementedException: The method or operation is not implemented.
at Devolutions.RemoteDesktopManager.Managers.ImageManager.LoadConnectionImagesAddHoc (Devolutions.RemoteDesktopManager.Business.Connection[] connections) [0x000cb] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.PrivateConnectionManager.Refresh () [0x00113] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.PrivateConnectionManager.FindConnection (System.Guid connectionId, System.String groupMain) [0x00010] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.FindConnection (System.Guid connectionId, System.String groupMain) [0x00087] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.FindConnection (System.String connectionId) [0x0000c] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Services.ConnectionService.FindConnection (System.String id) [0x00000] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.FavoriteManager.UpdatePayloads () [0x00053] in <9c0c0be179e34f48b5719bef81bd514d>:0
at Devolutions.RemoteDesktopManager.Managers.FavoriteManager.LoadFolders (Devolutions.RemoteDesktopManager.Business.DataSources.BaseConnectionDataSource dataSource) [0x00076] in <9c0c0be179e34f48b5719bef81bd514d>:0
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.LoadConnections (Devolutions.RemoteDesktopManager.Business.DataSources.BaseConnectionDataSource dataSource) [0x00399] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.RefreshConnections () [0x00014] in <ca9a5be1a0724e39b2926a7ba80cbaf7>:0
at Client.Views.Navigation.NavigationConnectionTreeView.RefreshConnectionsList () [0x00026] in <35c4923b93bb4114808e0c445732187b>:0
at Client.Views.Navigation.NavigationConnectionTreeView..ctor (Gtk.Builder builder) [0x0008b] in <35c4923b93bb4114808e0c445732187b>:0
at Client.Views.Navigation.NavigationConnectionTreeView..ctor () [0x0000b] in <35c4923b93bb4114808e0c445732187b>:0
at Client.Windows.MainWindow..ctor (Gtk.Builder builder) [0x00071] in <35c4923b93bb4114808e0c445732187b>:0
at Client.Windows.MainWindow..ctor () [0x0000b] in <35c4923b93bb4114808e0c445732187b>:0
at Devolutions.RemoteDesktopManager.App.OnStartup () [0x0001b] in <eb46a4ea140b4d81a34e03a663171859>:0
at GLib.Application.Startup_cb (System.IntPtr inst) [0x00007] in <8edda7f6a1914cfe8e37efbd0f66a90c>:0
at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, System.Boolean is_terminal) [0x00000] in <5a34df7d261240358d61453b6bc52857>:0
at GLib.Application.Startup_cb (System.IntPtr inst) [0x00000] in <8edda7f6a1914cfe8e37efbd0f66a90c>:0
at System.Object.wrapper_native_0x7f27dcc1ee10 (System.IntPtr , System.IntPtr , System.IntPtr& ) [0x00000] in <a1ae6166591d4020b810288d19af38d4>:0
at GLib.Application.Register (GLib.Cancellable cancellable) [0x00000] in <8edda7f6a1914cfe8e37efbd0f66a90c>:0
at Devolutions.RemoteDesktopManager.Program.Main (System.String[] args) [0x00000] in <eb46a4ea140b4d81a34e03a663171859>:0

avatar

Hi,

Your dps data source contains data that try to load an image in a way RDM Linux doesn't yet support.
I've added this issue to the our priority list for the next release.

In the meanwhile, you can delete the .rdm folder in your home folder to reset RDM to its default state.

Regards

Jonathan Lafontaine

avatar

i'ts the same problem:

(RemoteDesktopManager.Free:8912): GLib-GObject-CRITICAL **: 09:47:41.185: g_signal_connect_data: assertion 'c_handler != NULL' failed
Marshaling clicked 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. ---> Devolutions.RemoteDesktopManager.Business.TryGoOfflineException: Unable to connect to Devolutions account.
at Devolutions.RemoteDesktopManager.RDMOProxy.RDMOWebApiClient.Login (System.String username, System.String datasourceID, System.Boolean forcePromptLucid, System.String source, System.String applicationPassword) [0x0037e] in <5a01f333c1b24eb485e7d644d16382fa>:0
at Devolutions.RemoteDesktopManager.Managers.RDMOManager.GetLoginInfo (System.Boolean forcePromptLucid, System.Boolean isFirstLogin) [0x0002d] in <5a01f333c1b24eb485e7d644d16382fa>:0
at Devolutions.RemoteDesktopManager.Managers.RDMOManager.Login (System.Boolean forcePromptLucid, System.Boolean isFirstLogin) [0x00009] in <5a01f333c1b24eb485e7d644d16382fa>:0
at Devolutions.RemoteDesktopManager.Managers.RDMOManager.EnsureLogged (System.Boolean forcePromptLucid) [0x00007] in <5a01f333c1b24eb485e7d644d16382fa>:0
at Devolutions.RemoteDesktopManager.Managers.RDMOManager.ApplyFreeEditionLicense () [0x00000] in <5a01f333c1b24eb485e7d644d16382fa>:0
at Devolutions.RemoteDesktopManager.Managers.RDMOManager.ApplyUserLicense () [0x00007] in <5a01f333c1b24eb485e7d644d16382fa>:0
at Client.Windows.RegistrationFreeOptionWindow.ValidateRegistration () [0x00034] in <b284e3f701744ee0b254830995ba51d8>:0
at Client.Windows.RegistrationFreeOptionWindow.OnOk (System.Object sender, System.EventArgs args) [0x00000] in <b284e3f701744ee0b254830995ba51d8>:0
at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <a17fa1457c5d44f2885ac746c1764ea5>:0
--- End of inner exception stack trace ---
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00083] in <a17fa1457c5d44f2885ac746c1764ea5>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <a17fa1457c5d44f2885ac746c1764ea5>:0
at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000e7] in <a17fa1457c5d44f2885ac746c1764ea5>:0
at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00008] in <a17fa1457c5d44f2885ac746c1764ea5>:0
at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <a17fa1457c5d44f2885ac746c1764ea5>:0
at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00034] in <5a34df7d261240358d61453b6bc52857>:0
at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00009] in <5a34df7d261240358d61453b6bc52857>: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) [0x00080] in <5a34df7d261240358d61453b6bc52857>:0
at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, System.Boolean is_terminal) [0x00000] in <5a34df7d261240358d61453b6bc52857>: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 <5a34df7d261240358d61453b6bc52857>:0
at System.Object.wrapper_native_0x7f0f732b1440 (System.IntPtr ) [0x00000] in <a17fa1457c5d44f2885ac746c1764ea5>:0
at Gtk.Dialog.Run () [0x00000] in <c2feb1c5d39a4660b3f5c10dab7825eb>:0
at Devolutions.RemoteDesktopManager.Managers.UIManager.ShowFreeRegistration () [0x00000] in <b284e3f701744ee0b254830995ba51d8>:0
at Devolutions.RemoteDesktopManager.Services.UIService.ShowFreeRegistration () [0x00000] in <b284e3f701744ee0b254830995ba51d8>:0
at Devolutions.RemoteDesktopManager.Managers.RegistrationManager.ShowRegisterFree () [0x00000] in <5a01f333c1b24eb485e7d644d16382fa>:0
at Devolutions.RemoteDesktopManager.Managers.ActionManager.RegisterVersion () [0x00000] in <b284e3f701744ee0b254830995ba51d8>:0
at Devolutions.RemoteDesktopManager.Managers.MainFormManager.CheckRegistration () [0x00000] in <b284e3f701744ee0b254830995ba51d8>:0
at Client.Windows.MainWindow..ctor (Gtk.Builder builder) [0x00000] in <b284e3f701744ee0b254830995ba51d8>:0
at Client.Windows.MainWindow..ctor () [0x00000] in <b284e3f701744ee0b254830995ba51d8>:0
at Devolutions.RemoteDesktopManager.App+<>c.<OnStartup>b__1_0 () [0x00000] in <99ebc7a7bf3e453eb43f89e5272cde92>:0
at Client.Windows.SplashScreenWindow.DoWork () [0x00000] in <b284e3f701744ee0b254830995ba51d8>:0
at GLib.Timeout+TimeoutProxy.Handler () [0x00000] in <5a34df7d261240358d61453b6bc52857>:0
at System.Object.wrapper_native_0x7f0f73348aa0 () [0x00000] in <a17fa1457c5d44f2885ac746c1764ea5>:0
at Gtk.Application.Run () [0x00000] in <c2feb1c5d39a4660b3f5c10dab7825eb>:0
at Devolutions.RemoteDesktopManager.Program.Main (System.String[] args) [0x00000] in <99ebc7a7bf3e453eb43f89e5272cde92>:0

avatar

What version of RDM Linux were you using when this error occurred?

Jonathan Lafontaine

avatar

Hi, I tried the enterprise version today, with this version the problem does not occure. thanks BR Christian

avatar

@garygsv 2020.2.1.0 (either free or enterprise) has a fix for this problem. Could you please confirm you are using the latest version and still reproduce the issue?

@christianneuhold Glad to hear it is fixed for you.

Jonathan Lafontaine