Rank: Newbie Groups: Member
Joined: 1/1/2010 Posts: 7
|
I'm working on a project that uses EO.Syntax.Editor and some of my users need to run on a Linux system. When they try to start up the application, they get:
Details of my Linux installation on which BlackCat (which uses EO.Sysntax.Editor) crashes with an exception:
kernel-2.6.31.12-174.2.3.fc12.i686 mono-core-2.4.3.1-1.fc12 mon-winforms-2.4.3.1-1fc12
The exception again:
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for EO.WinForm.Internal.j ---> System.EntryPointNotFoundException: VirtualAlloc at (wrapper managed-to-native) b:VirtualAlloc (intptr,uint,uint,uint) at b.a (System.String A_0, System.Byte[] A_1, IntPtr A_2) [0x00000] at b.a (System.String A_0, System.Byte[] A_1) [0x00000] at b..ctor (System.String A_0, System.Byte[] A_1, Boolean A_2) [0x00000] at a.a (System.String A_0, System.Byte[] A_1, System.String A_2) [0x00000] at g.a (System.String A_0, System.Byte[] A_1, System.String A_2) [0x00000] at d..ctor (System.Type A_0, System.String A_1, System.String A_2, System.String A_3) [0x00000] at a..ctor (System.Type A_0, System.String A_1, System.String A_2, System.String A_3) [0x00000] at g..ctor (System.Type A_0, System.String A_1, System.String A_2, System.String A_3) [0x00000] at c.Invoke (System.Delegate A_0, System.Object[] A_1) [0x00000] at EO.WinForm.Internal.v.a (EO.WinForm.Internal.a A_0, Boolean A_1) [0x00000] at EO.WinForm.Internal.v.a (System.String A_0, Boolean A_1) [0x00000] at EO.WinForm.Internal.v.a (System.String A_0) [0x00000] at EO.WinForm.Internal.j..cctor () [0x00000] --- End of inner exception stack trace --- at EO.WinForm.Runtime.AddLicense (System.String license) [0x00000] at Catalina_Debug_Host.CatalinaDebuggerForm..ctor () [0x00000] at (wrapper remoting-invoke-with-check) Catalina_Debug_Host.CatalinaDebuggerForm:.ctor () at Catalina_Debug_Host.Program.Main () [0x00000]
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The controls are for Windows only and it uses Windows API extensively. It's not just one or two functions calls. It's everywhere. Thus it's not possible to run on Linux.
Thanks!
|