install on Mac OSX High Sierra

Support

I am trying to install Software Ideas on Mac Osx High Sierra.

Does anyone know which mono version I need AND how to install/run it?

Regards

Niclo

26 June 2018 12:49:33 nico Verduin

Add Comment

Dusan Rodina - softwareideas.net 28 June 2018 18:27:48

Software Ideas Modeler was tested on Mono 4.8. If you try to run under Mac Os X it is important to use Software Ideas Modeler Portable 32-bit version. 64-bit will not work under Mac Os X because some .NET Framework packages are not supported by Mono 64-bit. Please let me know whether you was able to run it on your system.

Nico Verduin 2 July 2018 10:32:57

Ok so I deinstalled the current mono and replaced it with MonoFramework-MDK-4.8.1.macos10.xamarin.universal.pkg

And I got a step further. Using the 32 bit portable version it crashes with the following dump:

087:~ nicoverduin$ mono Downloads/SoftwareIdeasModeler32-11-60/SoftwareIdeasModeler.exe

** (process:592): WARNING **: NOT IMPLEMENTED: GdipWidenPath

System.ArgumentException: A null reference or invalid value was found

at System.Drawing.GDIPlus.CheckStatus (System.Drawing.Status status) [0x0009b] in <5eb1d9ccfec943adba5ae843e256d04f>:0

at System.Drawing.Drawing2D.LinearGradientBrush..ctor (System.Drawing.RectangleF rect, System.Drawing.Color color1, System.Drawing.Color color2, System.Drawing.Drawing2D.LinearGradientMode linearGradientMode) [0x00025] in <5eb1d9ccfec943adba5ae843e256d04f>:0

at (wrapper remoting-invoke-with-check) System.Drawing.Drawing2D.LinearGradientBrush:.ctor (System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)

at SoftwareIdeas.Ribbon.RibbonControl.FlatRibbonRenderer.DrawBodyBackground (System.Drawing.Graphics g, System.Drawing.RectangleF bounds) [0x00018] in <8bb2676ea43e42af814fa45a0ae3176f>:0

at SoftwareIdeas.Ribbon.RibbonControl.RibbonBarBody.DrawRibbonBody (System.Windows.Forms.PaintEventArgs e) [0x00049] in <8bb2676ea43e42af814fa45a0ae3176f>:0

at SoftwareIdeas.Ribbon.RibbonControl.RibbonBarBody.OnPaint (System.Windows.Forms.PaintEventArgs e) [0x0006d] in <8bb2676ea43e42af814fa45a0ae3176f>:0

at System.Windows.Forms.Control.WmPaint (System.Windows.Forms.Message& m) [0x0008a] in <b4e6df1a5a1f4b78af726adaf5fd3ede>:0

at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x0015f] in <b4e6df1a5a1f4b78af726adaf5fd3ede>:0

at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <b4e6df1a5a1f4b78af726adaf5fd3ede>:0

at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message& m) [0x0003c] in <b4e6df1a5a1f4b78af726adaf5fd3ede>:0

at System.Windows.Forms.UserControl.WndProc (System.Windows.Forms.Message& m) [0x00036] in <b4e6df1a5a1f4b78af726adaf5fd3ede>:0

at SoftwareIdeas.Ribbon.RibbonControl.RibbonBarBody.WndProc (System.Windows.Forms.Message& m) [0x00017] in <8bb2676ea43e42af814fa45a0ae3176f>:0

at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <b4e6df1a5a1f4b78af726adaf5fd3ede>:0

at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <b4e6df1a5a1f4b78af726adaf5fd3ede>:0

at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x0008e] in <b4e6df1a5a1f4b78af726adaf5fd3ede>:0

087:~ nicoverduin$

Dusan Rodina - softwareideas.net 6 July 2018 21:53:44

RE:

This issue will be yet investigated. The truth is that despite a great deal of effort there is still a lot of compatibility issues between Mono and .NET Framework on various platforms which complicates things. I will let you know when there will be more information about this bug.

Nico Verduin 7 July 2018 13:14:16

RE: RE:

Thanks