FTP Rush v3 - Ubuntu 22.04

Any issues, suggestions, and bug reports about new FTP Rush v3
Post Reply
infoxtreme
Posts: 4
Joined: Wed Oct 02, 2024 8:19 pm

FTP Rush v3 - Ubuntu 22.04

Post by infoxtreme »

Hi,

I am unable to start ftprush on ubuntu 22.04.

https://www.wftpserver.com/download/FTPRush_linux.tar.bz2

tar xzvf FTPRush_linux.tar.bz2

I can't start FTP Rush file, should I do any other steps? I'm using gnome

Best Regards,
FTP
Site Admin
Posts: 2102
Joined: Tue Sep 29, 2009 6:09 am

Re: FTP Rush v3 - Ubuntu 22.04

Post by FTP »

You can decompress the bz2 file by the command "tar xvf FTPRush_linux.tar.bz2", or just right-click on that file and extract it.
Then double-click on the program file "FTPRush" to launch FTPRush.
infoxtreme
Posts: 4
Joined: Wed Oct 02, 2024 8:19 pm

Re: FTP Rush v3 - Ubuntu 22.04

Post by infoxtreme »

FTP wrote: Sat Oct 05, 2024 12:39 pm You can decompress the bz2 file by the command "tar xvf FTPRush_linux.tar.bz2", or just right-click on that file and extract it.
Then double-click on the program file "FTPRush" to launch FTPRush.
Then double-click on the program file "FTPRush" to launch FTPRush. = nothing happens, it doesn't open, it doesn't give an error, simply nothing happens
FTP
Site Admin
Posts: 2102
Joined: Tue Sep 29, 2009 6:09 am

Re: FTP Rush v3 - Ubuntu 22.04

Post by FTP »

So you can use the command line to start it and check the errors.

cd [FTPRush's folder]
./FTPRush
infoxtreme
Posts: 4
Joined: Wed Oct 02, 2024 8:19 pm

Re: FTP Rush v3 - Ubuntu 22.04

Post by infoxtreme »

Unhandled Exception:
System.TypeInitializationException: The type initializer for 'FTPRushDesktop.Settings.DesktopOptions' threw an exception. ---> System.ArgumentOutOfRangeException: Font Family specified is not supported by this system
Parameter name: familyName
Actual value was Cantarell.
at Eto.GtkSharp.Drawing.FontFamilyHandler.Create (System.String familyName) [0x001a3] in <92421573c1c34f3aa4e64915a8d2fe0b>:0
at Eto.Drawing.FontFamily..ctor (System.String familyName) [0x0001f] in <61a6c8b1c865438bb5f2c7efceca5ce4>:0
at Eto.GtkSharp.Drawing.FontHandler.get_Family () [0x00024] in <92421573c1c34f3aa4e64915a8d2fe0b>:0
at Eto.GtkSharp.Drawing.FontHandler.get_FamilyName () [0x0000a] in <92421573c1c34f3aa4e64915a8d2fe0b>:0
at Eto.Drawing.Font.get_FamilyName () [0x00006] in <61a6c8b1c865438bb5f2c7efceca5ce4>:0
at FTPRushDesktop.Settings.DesktopSettings..ctor () [0x00070] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.Settings.DesktopOptions.Load (System.String settingFile) [0x00060] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.Settings.DesktopOptions..cctor () [0x00000] in <4046eadcffa14b3ba871d82712db9aa9>:0
--- End of inner exception stack trace ---
at FTPRushDesktop.BottomView.SetStyle () [0x00000] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.BottomView..ctor () [0x00147] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.MainForm.GenerateContent () [0x00083] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.MainForm..ctor (System.String args) [0x002f2] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.Gtk.MainClass.Main (System.String[] args) [0x00061] in <52f673ab5b434c9a806a5032828317d3>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'FTPRushDesktop.Settings.DesktopOptions' threw an exception. ---> System.ArgumentOutOfRangeException: Font Family specified is not supported by this system
Parameter name: familyName
Actual value was Cantarell.
at Eto.GtkSharp.Drawing.FontFamilyHandler.Create (System.String familyName) [0x001a3] in <92421573c1c34f3aa4e64915a8d2fe0b>:0
at Eto.Drawing.FontFamily..ctor (System.String familyName) [0x0001f] in <61a6c8b1c865438bb5f2c7efceca5ce4>:0
at Eto.GtkSharp.Drawing.FontHandler.get_Family () [0x00024] in <92421573c1c34f3aa4e64915a8d2fe0b>:0
at Eto.GtkSharp.Drawing.FontHandler.get_FamilyName () [0x0000a] in <92421573c1c34f3aa4e64915a8d2fe0b>:0
at Eto.Drawing.Font.get_FamilyName () [0x00006] in <61a6c8b1c865438bb5f2c7efceca5ce4>:0
at FTPRushDesktop.Settings.DesktopSettings..ctor () [0x00070] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.Settings.DesktopOptions.Load (System.String settingFile) [0x00060] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.Settings.DesktopOptions..cctor () [0x00000] in <4046eadcffa14b3ba871d82712db9aa9>:0
--- End of inner exception stack trace ---
at FTPRushDesktop.BottomView.SetStyle () [0x00000] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.BottomView..ctor () [0x00147] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.MainForm.GenerateContent () [0x00083] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.MainForm..ctor (System.String args) [0x002f2] in <4046eadcffa14b3ba871d82712db9aa9>:0
at FTPRushDesktop.Gtk.MainClass.Main (System.String[] args) [0x00061] in <52f673ab5b434c9a806a5032828317d3>:0
FTP
Site Admin
Posts: 2102
Joined: Tue Sep 29, 2009 6:09 am

Re: FTP Rush v3 - Ubuntu 22.04

Post by FTP »

So please install the fonts-cantarell package: sudo apt install fonts-cantarell
infoxtreme
Posts: 4
Joined: Wed Oct 02, 2024 8:19 pm

Re: FTP Rush v3 - Ubuntu 22.04

Post by infoxtreme »

FTP wrote: Sun Oct 06, 2024 3:15 am So please install the fonts-cantarell package: sudo apt install fonts-cantarell
Thanks very much for all help, all works.

Kind Regards,
Post Reply