Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline omorr  
#1 Posted : 24 July 2010 14:27:08(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
Hello Andrey,

The F8 functionality is quite good. Changing the same names in the math regions at once. However, I've noticed that clicking on an emty space in the worksheet and pressin F8 can cause "Unhandled exception ... " error. It migh be due to my computer, of course - but it happened to me avery time.

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline stefanodel  
#2 Posted : 25 July 2010 11:01:49(UTC)
stefanodel

Rank: Newbie

Groups: Registered
Joined: 02/06/2010(UTC)
Posts: 6
Man
Italy
Location: Italy

Was thanked: 1 time(s) in 1 post(s)
omorr wrote:
Hello Andrey,

The F8 functionality is quite good. Changing the same names in the math regions at once. However, I've noticed that clicking on an emty space in the worksheet and pressin F8 can cause "Unhandled exception ... " error. It migh be due to my computer, of course - but it happened to me avery time.

Regards,
Radovan



I have the same problem, my os is winxp sp3( italian version) and use portable version 0.89 of Smath Studio

the details of error are:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at SMath.Control.CanvasControl.ParseInsertString(String value)
at SMath.Control.CanvasControl.Insert(String value)
at SMath.Desktop.canv.ActionEscaper(String value)
at SMath.Desktop.canv.canvasControl1_PreviewKeyDown(Object sender, PreviewKeyDownEventArgs e)
at System.Windows.Forms.Control.OnPreviewKeyDown(PreviewKeyDownEventArgs e)
at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

SMathStudio_Desktop
Assembly Version: 0.89.3856.7126
Win32 Version: 1.1.15.0
CodeBase: file:///C:/Programmi/smathstudio/SMathStudio_Desktop.exe

System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

ioman
Assembly Version: 0.89.3856.7122
Win32 Version: 0.89.3856.7122
CodeBase: file:///C:/Programmi/smathstudio/ioman.DLL

Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

HTMLFileType
Assembly Version: 1.2.3856.6720
Win32 Version: 1.2.3856.6720
CodeBase: file:///C:/Programmi/smathstudio/plugins/HTMLFileType.dll

canvas
Assembly Version: 0.89.3856.7124
Win32 Version: 0.89.3856.7124
CodeBase: file:///C:/Programmi/smathstudio/canvas.DLL

SpecialFunctions
Assembly Version: 1.2.3856.6823
Win32 Version: 1.2.3856.6823
CodeBase: file:///C:/Programmi/smathstudio/plugins/SpecialFunctions.dll

XMCDFileType
Assembly Version: 1.2.3856.6795
Win32 Version: 1.2.3856.6795
CodeBase: file:///C:/Programmi/smathstudio/plugins/XMCDFileType.dll

System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

NuLib
Assembly Version: 1.55.3856.7123
Win32 Version: 1.55.3856.7123
CodeBase: file:///C:/Programmi/smathstudio/NuLib.DLL

SyLib
Assembly Version: 1.22.3856.7123
Win32 Version: 1.22.3856.7123
CodeBase: file:///C:/Programmi/smathstudio/SyLib.DLL


************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Regards
Stefano
Offline Andrey Ivashov  
#3 Posted : 26 July 2010 23:33:41(UTC)
Andrey Ivashov


Rank: Administration

Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member
Joined: 11/07/2008(UTC)
Posts: 1,616
Man
Russian Federation

Was thanked: 1978 time(s) in 666 post(s)
Thanks. Unfortunately I can't recreate a problem. Please, send to me any file where I can test the exception to fix it.

Regards.
Offline omorr  
#4 Posted : 27 July 2010 00:07:03(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

Was thanked: 318 time(s) in 268 post(s)
Hello Andrey,
smath wrote:
Thanks. Unfortunately I can't recreate a problem. Please, send to me any file where I can test the exception to fix it.

I tried on few more computers today (install and portable SMath) and again the error. There is no need for any file. Just try to run SMath and first thing you do after that is to press F8, nothing else. Or open, say, an example file and press F8. It will be Ok if you click in any region before that. But if you clik eanywhere on an empty space in the worksheet and press F8 "Unhandled exception..." will ocur.
I hope that you could reproduce this or someone else except me and stefanodel

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
Offline sttrebo  
#5 Posted : 27 July 2010 05:41:02(UTC)
sttrebo

Rank: Newbie

Groups: Registered
Joined: 10/03/2009(UTC)
Posts: 6
Location: sf bay area, california

loaded up 0.88 on my windows vista machine (all the latest service packs). hit F8 and got the update dialog. installed the update (0.89), and ran SMath. hit F8 and got the error below.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at SMath.Control.CanvasControl.ParseInsertString(String value)
at SMath.Control.CanvasControl.Insert(String value)
at SMath.Desktop.canv.ActionEscaper(String value)
at SMath.Desktop.canv.canvasControl1_PreviewKeyDown(Object sender, PreviewKeyDownEventArgs e)
at System.Windows.Forms.Control.OnPreviewKeyDown(PreviewKeyDownEventArgs e)
at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4200 (NetFxQFE.050727-4200)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

SMathStudio_Desktop
Assembly Version: 0.89.3856.7126
Win32 Version: 1.1.15.0
CodeBase: file:///C:/Program%20Files/SMath/SMath%20Studio/SMathStudio_Desktop.exe

System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4205 (VistaSP2GDR.050727-4200)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

ioman
Assembly Version: 0.89.3856.7122
Win32 Version: 0.89.3856.7122
CodeBase: file:///C:/Program%20Files/SMath/SMath%20Studio/ioman.DLL

HTMLFileType
Assembly Version: 1.2.3856.6720
Win32 Version: 1.2.3856.6720
CodeBase: file:///C:/Program%20Files/SMath/SMath%20Studio/plugins/HTMLFileType.dll

canvas
Assembly Version: 0.89.3856.7124
Win32 Version: 0.89.3856.7124
CodeBase: file:///C:/Program%20Files/SMath/SMath%20Studio/canvas.DLL

SpecialFunctions
Assembly Version: 1.2.3856.6823
Win32 Version: 1.2.3856.6823
CodeBase: file:///C:/Program%20Files/SMath/SMath%20Studio/plugins/SpecialFunctions.dll

XMCDFileType
Assembly Version: 1.2.3856.6795
Win32 Version: 1.2.3856.6795
CodeBase: file:///C:/Program%20Files/SMath/SMath%20Studio/plugins/XMCDFileType.dll

System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

NuLib
Assembly Version: 1.55.3856.7123
Win32 Version: 1.55.3856.7123
CodeBase: file:///C:/Program%20Files/SMath/SMath%20Studio/NuLib.DLL


************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Offline Andrey Ivashov  
#6 Posted : 29 July 2010 01:50:13(UTC)
Andrey Ivashov


Rank: Administration

Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member
Joined: 11/07/2008(UTC)
Posts: 1,616
Man
Russian Federation

Was thanked: 1978 time(s) in 666 post(s)
Thanks, reproduced. Will fix.

Regards.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.