Problem with linux version

Any issues, suggestions, and bug reports about new FTP Rush v3
Post Reply
unkn0wn20
Posts: 28
Joined: Wed May 06, 2020 7:48 pm

Problem with linux version

Post by unkn0wn20 »

Hi,

since version 3.2.6. it does not start on linux (ArchLinux). I only get this error message:

Code: Select all

Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Gtk.SpinButton.OutputSignalCallback (System.IntPtr arg0, System.IntPtr gch) [0x00049] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, System.Boolean is_terminal) [0x00000] in <ed39f21b9e9343dcbd442a17ad356a9f>:0 
  at Gtk.SpinButton.OutputSignalCallback (System.IntPtr arg0, System.IntPtr gch) [0x00000] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at Gtk.SpinButton.gtk_spin_button_set_value (System.IntPtr , System.Double ) [0x00000] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at Gtk.SpinButton.set_Value (System.Double value) [0x00000] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at Eto.GtkSharp.Forms.Controls.NumericStepperHandler.set_Value (System.Double value) [0x00000] in <0ff815e300d949f2aa3cc33cfa001031>:0 
  at Eto.GtkSharp.Forms.Controls.NumericStepperHandler.set_MinValue (System.Double value) [0x00000] in <0ff815e300d949f2aa3cc33cfa001031>:0 
  at Eto.Forms.NumericStepper.set_MinValue (System.Double value) [0x00000] in <5f2dc170a25b48d9911a9b9c8d21b059>:0 
  at FTPRushDesktop.MainForm..ctor (System.String args) [0x00000] in <ac01afd1afb94573b46ad1d5c0395339>:0 
  at FTPRushDesktop.Gtk.MainClass.Main (System.String[] args) [0x00000] in <6a7c33799d1f43ebb69699242bad44e0>:0 
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Problem with linux version

Post by FTP »

unkn0wn20 wrote:Hi,

since version 3.2.6. it does not start on linux (ArchLinux). I only get this error message:

Code: Select all

Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Gtk.SpinButton.OutputSignalCallback (System.IntPtr arg0, System.IntPtr gch) [0x00049] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, System.Boolean is_terminal) [0x00000] in <ed39f21b9e9343dcbd442a17ad356a9f>:0 
  at Gtk.SpinButton.OutputSignalCallback (System.IntPtr arg0, System.IntPtr gch) [0x00000] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at Gtk.SpinButton.gtk_spin_button_set_value (System.IntPtr , System.Double ) [0x00000] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at Gtk.SpinButton.set_Value (System.Double value) [0x00000] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at Eto.GtkSharp.Forms.Controls.NumericStepperHandler.set_Value (System.Double value) [0x00000] in <0ff815e300d949f2aa3cc33cfa001031>:0 
  at Eto.GtkSharp.Forms.Controls.NumericStepperHandler.set_MinValue (System.Double value) [0x00000] in <0ff815e300d949f2aa3cc33cfa001031>:0 
  at Eto.Forms.NumericStepper.set_MinValue (System.Double value) [0x00000] in <5f2dc170a25b48d9911a9b9c8d21b059>:0 
  at FTPRushDesktop.MainForm..ctor (System.String args) [0x00000] in <ac01afd1afb94573b46ad1d5c0395339>:0 
  at FTPRushDesktop.Gtk.MainClass.Main (System.String[] args) [0x00000] in <6a7c33799d1f43ebb69699242bad44e0>:0 
Thanks for your report, we will fix this bug in next release
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Problem with linux version

Post by FTP »

unkn0wn20 wrote:Hi,

since version 3.2.6. it does not start on linux (ArchLinux). I only get this error message:

Code: Select all

Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object
  at Gtk.SpinButton.OutputSignalCallback (System.IntPtr arg0, System.IntPtr gch) [0x00049] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, System.Boolean is_terminal) [0x00000] in <ed39f21b9e9343dcbd442a17ad356a9f>:0 
  at Gtk.SpinButton.OutputSignalCallback (System.IntPtr arg0, System.IntPtr gch) [0x00000] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at Gtk.SpinButton.gtk_spin_button_set_value (System.IntPtr , System.Double ) [0x00000] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at Gtk.SpinButton.set_Value (System.Double value) [0x00000] in <7aab76e87bce48a4b45cf7fa613cb70c>:0 
  at Eto.GtkSharp.Forms.Controls.NumericStepperHandler.set_Value (System.Double value) [0x00000] in <0ff815e300d949f2aa3cc33cfa001031>:0 
  at Eto.GtkSharp.Forms.Controls.NumericStepperHandler.set_MinValue (System.Double value) [0x00000] in <0ff815e300d949f2aa3cc33cfa001031>:0 
  at Eto.Forms.NumericStepper.set_MinValue (System.Double value) [0x00000] in <5f2dc170a25b48d9911a9b9c8d21b059>:0 
  at FTPRushDesktop.MainForm..ctor (System.String args) [0x00000] in <ac01afd1afb94573b46ad1d5c0395339>:0 
  at FTPRushDesktop.Gtk.MainClass.Main (System.String[] args) [0x00000] in <6a7c33799d1f43ebb69699242bad44e0>:0 
Which desktop environment you are using? GNOME or KDE?
unkn0wn20
Posts: 28
Joined: Wed May 06, 2020 7:48 pm

Re: Problem with linux version

Post by unkn0wn20 »

Hi,

i am using xfce4

Best regards
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Problem with linux version

Post by FTP »

unkn0wn20 wrote:Hi,

i am using xfce4

Best regards
Please download version 3.3.0, this bug has been fixed.
unkn0wn20
Posts: 28
Joined: Wed May 06, 2020 7:48 pm

Re: Problem with linux version

Post by unkn0wn20 »

Hi,

yes it works now. Thank you very much!

Best regards
Post Reply