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 argusthome, 03-08-2026, 10:06 AM
|
0 responses
79 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
45 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment