vialab / SMT

Simple Multi-Touch (SMT) Toolkit
http://vialab.science.uoit.ca/smt
GNU General Public License v3.0
43 stars 18 forks source link

Improve Runtime Exception Handling: Failure is not Graceful #137

Closed kiwistrongis closed 10 years ago

kiwistrongis commented 11 years ago

Runtime Exceptions Don't Properly Exit Windows, nor End Processes.

Issue:

Any RuntimeException will causes processing to freeze without attempting to recover nor exit cleanly.

Notes:

This is most likely a processing issue.

Platforms:

kiwistrongis commented 10 years ago

Closing - this is processing's desired behavior, annoying as it is.