Jump to content

Recommended Posts

Posted

sudo apt-get install libfont-freetype-perl libxml-libxml-perl xapian-tools dwww deborphan apt-xapian-index software-properties-gtk
cd Downloads/escribe/
bash SetupEScribe2_SP50_INT.run

Posted
47 minutes ago, ronnie.redd said:

sudo apt-get install libfont-freetype-perl libxml-libxml-perl xapian-tools dwww deborphan apt-xapian-index software-properties-gtk
cd Downloads/escribe/
bash SetupEScribe2_SP50_INT.run

and after doing that, I have 57 int, i get the following output trying to run the .sh file after installing

./launch-escribe-suite 
13:42:23.1049: System.IO.FileNotFoundException: Could not load file or assembly 'gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
File name: 'gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f'
  at A.GLL.PO () [0x00027] in <e86c68b7d5a148c3bcf9f4cb27453eae>:0 
  at A.GAI.CE () [0x00034] in <7f503517b0c24202b94c6c77ff97f7ca>:0 
  at A.GAI+<>c.SE () [0x00000] in <7f503517b0c24202b94c6c77ff97f7ca>:0 
  at A.GAI.TE (System.Boolean , System.String ) [0x0017b] in <7f503517b0c24202b94c6c77ff97f7ca>:0 

HRESULT: 0x80070002

Unhandled Exception:
System.PlatformNotSupportedException: Operation is not supported on this platform.
  at A.GAI.TE (System.Boolean , System.String ) [0x001b0] in <7f503517b0c24202b94c6c77ff97f7ca>:0 
  at A.BE.BE (System.String[] ) [0x00011] in <8e2979cefe5e41efada4eb30def4adb6>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.PlatformNotSupportedException: Operation is not supported on this platform.
  at A.GAI.TE (System.Boolean , System.String ) [0x001b0] in <7f503517b0c24202b94c6c77ff97f7ca>:0 
  at A.BE.BE (System.String[] ) [0x00011] in <8e2979cefe5e41efada4eb30def4adb6>:0 

 

Posted

Sounds like you need to install gdk-sharp

I'll write a shell script for your version if you want. Might take a day. What distro are you on? Linux Mint. Ubuntu based or Debian? (LMDE)

Posted
On 6/10/2025 at 4:22 PM, James Bellinger said:

I've posted SP67 for Linux, which adds support for Oxva Pro 2 DNA.

Do we have any idea if this will work on Linux Mint 22 which uses Ubuntu 24.04? gtk sharp is near impossible to get now-a-days. Could really use a bit of help getting it to run as i can't as of yet.

thanks.

  • 1 month later...
Posted
On 6/16/2025 at 10:53 PM, rsandage said:

Do we have any idea if this will work on Linux Mint 22 which uses Ubuntu 24.04? gtk sharp is near impossible to get now-a-days. Could really use a bit of help getting it to run as i can't as of yet.

thanks.

In LM 22 load Software Manager

In Software Manager, search for Synaptic

If it's not installed, install it.

Search Synaptic for your dependencies, check the box, click apply, confirm with another click on apply and it should load.

  • 3 weeks later...
Posted

I've ported Linux EScribe SP68 from GTK 2 to GTK 3. Some newer systems didn't have gtk-sharp2 easily available, so this should make those systems usable.

*This is still a test version*, but if you'd like to try it,  let me know what bugs you run into!

https://downloads.evolvapor.com/SetupEScribe2_SP68_INT_GTK_Test1.run

The bugs I've found so far are:

(1) Multiline labels such as in Atomizer Analyzer don't lay out correctly.

(2) Text fields with escape codes (such as Format and Label on Small Screen Pod devices) don't save properly.

(3) Occasionally, dialog boxes are misaligned relative to the window that is showing them.

Enjoy :)

God bless.

James

  • Thanks 3
Posted

Currently attempting to run the new test version. GTK3 is present and up to date on Arch (Wayland KDE). 

Last version ran great! This one, not so much.
When launching from shortcut, I get nothing.
When launching from terminal, here's what I get. 

 

[alexander@archwinmax ~]$ bash /home/alexander/.local/opt/evolv/escribe-suite/launch-escribe-suite
11:42:20.2213: System.MissingMethodException: Method not found: void Gdk.Screen.add_MonitorsChanged(System.EventHandler)
  at A.ZYY.EX () [0x00027] in <02b00bdd2b4f4d34a20952e967aab6dc>:0
  at A.WXU.BN () [0x00034] in <d1b359a9d8c44ee289d7b8b5f23cb7c1>:0
  at A.WXU+<>c.QN () [0x00000] in <d1b359a9d8c44ee289d7b8b5f23cb7c1>:0
  at A.WXU.HN (System.Boolean , System.String ) [0x0017b] in <d1b359a9d8c44ee289d7b8b5f23cb7c1>:0

HRESULT: 0x80131513

Unhandled Exception:
System.PlatformNotSupportedException: Operation is not supported on this platform.
  at A.WXU.HN (System.Boolean , System.String ) [0x001b0] in <d1b359a9d8c44ee289d7b8b5f23cb7c1>:0
  at A.SN.SN (System.String[] ) [0x00011] in <5ef53635d6784895aa259437f6ef683f>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.PlatformNotSupportedException: Operation is not supported on this platform.
  at A.WXU.HN (System.Boolean , System.String ) [0x001b0] in <d1b359a9d8c44ee289d7b8b5f23cb7c1>:0
  at A.SN.SN (System.String[] ) [0x00011] in <5ef53635d6784895aa259437f6ef683f>:0

 

From what I understand (and I could be very wrong), monitors-changed is an X11 function, not sure if this might be some Xwayland issue? 

Please let me know if there's any further information I can provide

I'm no programmer, but happy to do what I can do to diagnose and bug-hunt

 

Posted

This was my concern about porting to GTK 3. The C# bindings have been in beta forever (effectively abandonware), so each distribution is likely to have a different version with  different functions.

Give this a try:

https://downloads.evolvapor.com/SetupEScribe2_SP69_INT.run

I changed how I register for the monitors changed event. I'll bet you'll have some other error, but it should take care of that one.

My version of GTK Sharp 3, on Mint, is 2.99.3-4. What does it list as your version? Also, what's the specific OS version, etc.? I've not used Arch Linux before, but certainly could give it a try in a virtual machine.

Thanks!

God bless.

James

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...