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 Eddy  
#1 Posted : 11 February 2010 04:39:53(UTC)
Eddy

Rank: Newbie

Groups: Registered
Joined: 10/02/2010(UTC)
Posts: 2
Location: Belgium

Hi,

I installed SMath Studio 0.87 today and first everything worked fine, but then I got an error when selecting the menu "Help / Examples".
The error I get is shown in the screenshot.
Right after installation, this worked fine and I could open various examples.
But now, opening examples via the Help/Examples menu does not work anymore.
Everything else still seems to work fine.
I can open examples via "File / Open" and make calculations without problems.
I can also open new calculation pages, etc.
The only problem seems to be opening examples via Help/Examples.

I uninstalled, then re-installed SMath, but the problem remains the same.

I am using Windows XP Pro SP3.
I installed SMath Studio using SMathStudioDesktop.0_87.Setup.msi

Any ideas?

See screenshot of the error and the error message.

Kind regards
Eddy


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

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at SMath.Desktop.Examples.Examples_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


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

SMathStudio_Desktop
Assembly Version: 0.87.3692.42684
Win32 Version: 1.1.13.0
CodeBase: file:///D:/Program%20Files/SMath/SMath%20Studio/SMathStudio_Desktop.exe

System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
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.3053 (netfxsp.050727-3000)
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.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

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

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

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

System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
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.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

SyLib
Assembly Version: 1.20.3692.42681
Win32 Version: 1.20.3692.42681
CodeBase: file:///D:/Program%20Files/SMath/SMath%20Studio/SyLib.DLL

NuLib
Assembly Version: 1.53.3692.42681
Win32 Version: 1.53.3692.42681
CodeBase: file:///D:/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.

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

Offline Andrey Ivashov  
#2 Posted : 11 February 2010 06:38:40(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)
Many thanks for the report. I've made some improvements for you in the main programs executable file: SMathStudio_Desktop.exe. Please, could you download it: http://smath.info/?file=739013 (zipped file), unpack and replace original SMathStudio_Desktop.exe with this debug version? Hope you will not see any messages, but if the problem will appear again SMath Studio will not go down - you'll just see a message with some information. If so, please, send me screenshot of this message.

Thank you. Best regards, Andrey Ivashov.
Offline Eddy  
#3 Posted : 11 February 2010 15:22:07(UTC)
Eddy

Rank: Newbie

Groups: Registered
Joined: 10/02/2010(UTC)
Posts: 2
Location: Belgium

I replaced the executable and everything works fine now!
Thanks for your quick action!

Kind regards
Eddy
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.