Issue 33 in cfast: CFAST crashes with Vista

12 views
Skip to first unread message

codesite...@google.com

unread,
Oct 3, 2008, 6:26:52 AM10/3/08
to cfast-...@googlegroups.com
Issue 33: CFAST crashes with Vista
http://code.google.com/p/cfast/issues/detail?id=33

New issue report by barbro:
What steps will reproduce the problem?
1. Using a dual core dell hybrid
2. with Vista
3. Running sample

What is the expected output? What do you see instead?
cfast running

What version of the product are you using? On what operating system?
CFAST 6.0.10.61027, Windows Vista

Please provide any additional information below.

Using sample file CFAST just crashes.


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

************** Exception Text **************
System.InvalidCastException: Conversion from string " 0.0 " to type
'Single' is not valid. ---> System.FormatException: Input string was not in
a correct format.
at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String
Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToSingle(String
Value, NumberFormatInfo NumberFormat)
--- End of inner exception stack trace ---
at Microsoft.VisualBasic.CompilerServices.Conversions.ToSingle(String
Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToSingle(String
Value)
at CEdit.RunModel.RunTimer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.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.1826 (QFE.050727-1800)
CodeBase:
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CEdit
Assembly Version: 6.0.10.61027
Win32 Version: 6.0.10.61027
CodeBase: file:///C:/Program%20Files/CFAST6/CEdit.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (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.1434 (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.1434 (REDBITS.050727-1400)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.1434 (REDBITS.050727-1400)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
C1.Win.C1Preview.2
Assembly Version: 2.0.20063.41006
Win32 Version: 2.0.20063.41006
CodeBase: file:///C:/Program%20Files/CFAST6/C1.Win.C1Preview.2.DLL
----------------------------------------
C1.C1Preview.2
Assembly Version: 2.0.20063.41006
Win32 Version: 2.0.20063.41006
CodeBase: file:///C:/Program%20Files/CFAST6/C1.C1Preview.2.DLL
----------------------------------------
System.Design
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase:
file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
C1.Win.C1FlexGrid.2
Assembly Version: 2.6.20071.312
Win32 Version: 2.6.20071.312
CodeBase: file:///C:/Program%20Files/CFAST6/C1.Win.C1FlexGrid.2.DLL
----------------------------------------
NPlot
Assembly Version: 0.9.9.0
Win32 Version: 0.9.9.0
CodeBase: file:///C:/Program%20Files/CFAST6/NPlot.DLL
----------------------------------------
C1.Win.C1Sizer.2
Assembly Version: 2.1.20063.16
Win32 Version: 2.1.20063.16
CodeBase: file:///C:/Program%20Files/CFAST6/C1.Win.C1Sizer.2.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase:
file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.


Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

codesite...@google.com

unread,
Oct 3, 2008, 7:19:13 AM10/3/08
to cfast-...@googlegroups.com
Issue 33: CFAST crashes with Vista
http://code.google.com/p/cfast/issues/detail?id=33

Comment #1 by barbro:
Nevemind, was problem with regional settings

codesite...@google.com

unread,
Oct 6, 2008, 8:22:53 AM10/6/08
to cfast-...@googlegroups.com
Issue 33: CFAST crashes with Vista
http://code.google.com/p/cfast/issues/detail?id=33

Comment #2 by cfastdev:
You are correct, this is a known issue with non-US English regional
settings. It is covered in the CFAST FAQ at
http://cfast.nist.gov/FAQ.htm#Q6.


Issue attribute updates:
Status: Done

Reply all
Reply to author
Forward
0 new messages