Calico crashes after mono crashes (win8)

Issue #88 resolved
Yuexi Ma created an issue

Platform: windows 8

Calico 2.3.9

Calico crashes after running the following Myro sim code:

(using "Myro") (Myro.init "sim") (Myro.turnLeft 1 1)

Comments (4)

  1. Doug Blank

    To help debug these kinds of problems, it might help to run calico like this:

    StartCalico --debug --debug-handler
    

    The --debug will send output to the console rather than the Output tab, and the --debug-handler will make it so that Calico does not catch system exceptions, but will print them out and exit. Might help.

  2. Log in to comment