Skip to content

Error handling

Christian Neuwirth edited this page Feb 20, 2017 · 44 revisions

SimSyn is in an initiale stage of development. So far little time has been spent on testing software functionality. Please report any issues, bugs and weird or unexpected software behavior per e-mail. I really appreciate your help.

Parsing Errors

Parsing errors are probably the most frequently occuring problems with SimSyn. The procedure of parsing Vensim models to code is pretty sensitive to typos, ambiguities in Vensim equations and models.

Here is a list of problems observed so far:

Wrongsdasd Rightadsad Explanation

Uncaught errors

Not every exception could be caught by an error message. In case of a runtime error, however, an error message is reported in a log-file which is created by the system once the application is closed. The log-file named ‘SimSyn.exe.log’ is located in the SimSynEXE folder and may help fixing problems.

Clone this wiki locally