Hello. I downloaded SMath Studio for Mono (Desktop Linux version) using link in this topic (first post). I also updated mono fololowing instructions on Mono oficial web page for my distribution. Sorry, but the program still doesn't function properly (it just dumps it's core in some cases). Steps to reproduce:
1. Install Mono distribution following instructions on official website (for your distribution).
2. Download SMath Studio for Desktop Linux (by the link from this topic or any older version).
3. Run the program using launcher in SMath distribution (run smathstudio_desktop_mono script).
4. Enter a simple expression like a:=1
5. Select this expression with mouse, press Ctrl+C to copy or choose Copy in context menu.
6. Paste this expression anywhere in the worksheet (Ctrl+V or via menu Paste).
7. Result: A dialog is displayed (Save changes? Yes/No/Cancel), but it doesnt'n matter what button you press. The program crashes.
It generates a traceback. First and last messages in this traceback are:
Code:System.ObjectDisposedException: Cannot access a closed Stream.
at System.IO.MemoryStream.Read (System.Byte[] buffer, Int32 offset, Int32 count) <0x7efdc5d65f10 + 0x0007d> in <filename unknown>:0
at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) <0x4081c190 + 0x003c0> in <filename unknown>:0
Could you please fix this? SMath is very useful and this bug is a real "pain in the ass"
because I can't copy enything and when I forget about it it crashes without saving the document (like yesterday with a simple calculation for cassette player amp). Also, there is a bug with focus. If you swithc to another window and then back to SMath, the focus (placeholder) is still displayed but really there is no focus that is very annoying when copying something from another program (the number can be inserted without crash, previously described bug applies to expressions).
OS: Ubuntu 12.04 with current updates
Mono: current version (mono-devel, mono-complete) from official webside (for Ubuntu)
SMath: from this topic (Desktop Linux version)
The same behaviour is on Centos 6.7 with older Mono version so I think that the problem is not in mono.
Thanks for attention.
Edited by user 22 August 2016 20:06:52(UTC)
| Reason: Not specified