Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Unhandled Exception: Close all?
Collapse
X
-
Unhandled Exception: Close all?
Sometimes I get this unhandled exception dialog - usually do to some minor typo. It produces a million instances, can we get a way to close these without restarting the app? The main problem is that it's stuck on the top of the windowTags: None
-
Hello Skifree,
If your script is producing this error because of its logic you need to resolve that in the scripts code, there is no way to close all error windows those are mandatory for the user to be notified that the script is not working correctly. If this is something you made you need to debug and fix the code, if this is something you imported you will need to remove the item and then reach out to the developer for assistance.
Comment
-
Helo Skifree,
Scripts normally won't produce many messages like that unless you are using a try/catch in the code. Scripts should stop when hitting an error. If you are using try/catch statements a starting point would be to remove those so the script is stopped on the first error. You would still need to correct the code to avoid this from happening.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
182 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
334 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
258 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
358 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
187 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment