Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,046 Was thanked: 1176 time(s) in 752 post(s)
|
I just did some tests on a linux mint 17.2 virtual box with smath 6654: install maxima, copy /usr/bin/maxima to /usr/bin/maxima.bat Insert> maxima> settings: Path to maxima: /usr/bin Then smath crashes with the following console output. Understanding this is beyond my experience level in c#.
X11 Error encountered: Error: BadMatch (invalid parameter attributes) Request: 12 (0) Resource ID: 0x3A00096 Serial: 2593 Hwnd: Hwnd, Mapped:True ClientWindow:0x3A00097, WholeWindow:0x3A00096, Zombie=False, Parent:[<null>] Control: System.Windows.Forms.Button, Text: at System.Environment.get_StackTrace () [0x00000] in <filename unknown>:0 at System.Windows.Forms.XplatUIX11.HandleError (IntPtr display, System.Windows.Forms.XErrorEvent& error_event) [0x00000] in <filename unknown>:0 at System.Windows.Forms.X11Keyboard.XCreateIC (IntPtr , System.String , XIMProperties , System.String , IntPtr , System.String , IntPtr , IntPtr ) [0x00000] in <filename unknown>:0 at System.Windows.Forms.X11Keyboard.CreateXic (IntPtr window, IntPtr xim) [0x00000] in <filename unknown>:0 at System.Windows.Forms.X11Keyboard.CreateXicForWindow (IntPtr window) [0x00000] in <filename unknown>:0 at System.Windows.Forms.X11Keyboard.FocusIn (IntPtr window) [0x00000] in <filename unknown>:0 at System.Windows.Forms.XplatUIX11.SetFocus (IntPtr handle) [0x00000] in <filename unknown>:0 at System.Windows.Forms.XplatUI.SetFocus (IntPtr handle) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ContainerControl.SendControlFocus (System.Windows.Forms.Control c) [0x00000] in <filename unknown>:0 at System.Windows.Forms.MdiClient.ActivateChild (System.Windows.Forms.Form form) [0x00000] in <filename unknown>:0 at System.Windows.Forms.MdiWindowManager.FormVisibleChangedHandler (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.OnVisibleChanged (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.ScrollableControl.OnVisibleChanged (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnVisibleChanged (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.SetVisibleCore (Boolean value) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <filename unknown>:0 at .. (System.String[] ) [0x00000] in <filename unknown>:0
System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/user/.config/SMath/extensions\plugins\44011c1e-5d0d-4533-8e68-e32b5badce41/maxima.xml". at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x7fb8bb55d1f0 + 0x001f4> in <filename unknown>:0 at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) <0x7fb8bb55cf60 + 0x0004d> in <filename unknown>:0 at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync) <0x7fb8bb55cf00 + 0x00051> in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool) at System.Xml.XmlWriterSettings.CreateWriter (System.String outputFileName) <0x417801b0 + 0x000af> in <filename unknown>:0
|
|