Member Site › Forums › Rosetta++ › Rosetta++ – Build/Install › “Unhandled exception” error while running on Windows › Reply To: “Unhandled exception” error while running on Windows
December 7, 2010 at 10:01 pm
#4702
Oops, I have 2.3 installed, not 3.1, sorry.
When compiling in debug mode, the program crashes, and the error in the scripting says:
Assertion failed: exp2_p_->value() !=0.0, file c:….rosetta++srcObjexxFCL/DimensionExpressionDiv.hh, line 210
Here are the relevant lines in the file:
207 /// @brief DimensionExpression != DimensionExpression
208 inline
209 bool
210 operator ! DimensionExpression const & exp1, DimensionExpression const & exp2 )
211 {
212 return !( exp1 == exp2 );
213 }