FutureAIGuru / BrainSimII

Neural Simulator for AGI research and development
http://brainsim.org
MIT License
87 stars 25 forks source link

Exceptions in modules not handled properly #199

Open FutureAIGuru opened 2 years ago

FutureAIGuru commented 2 years ago

Describe the bug In the release version any unhandled exception in a module should be handled with a message box offering to remove the offending module. In debug, this is disabled so an unhandled exception will immediately break into the debugger. The release functionality seems to not be working.

Application: Brain Simulator

Module/Network: (if your network, please attach XML file)

To Reproduce Steps to reproduce the behavior:

  1. Reported by a user with a screenshot: On a machine without a speech engine installed, the release version shows a general crash message with a stack dump rather than the desired message box.
  2. It is likely that any module with a thrown exception will exhibit the problem.

1 3