FIXED: [2025.31310 Win11] Exceptions in script OPs are silently ignored

Steps to reproduce:

  • Create a script DAT
  • In the onCook function add raise Exception(‘hi’)
  • Nothing gets shown on the operator or in the textport
1 Like

Thanks for the report, I can reproduce the issue. We will take a look into it.

1 Like

This will be fixed in builds 2025.31386+ and later.

1 Like

Any chance this could be fixed in 099? We have 8 licenced machines all running 2023.12600 and this is a major issue for us. @rob @eric.b

We tried to downgrade projects to 12370 but were getting fatal errors. Moving to 2025 builds not a safe option for us currently.

Currently only option is to wrap everything in try/except…

x2, this has been problematic for us as well.

Any chance this could be fixed in 099? We have 8 licenced machines all running 2023.12600 and this is a major issue for us. @rob @eric.b

We’re currently taking a look into applying the fix to the 2023.10000 build series and releasing a hotfix. We’ll get back to you soon on that.

The fix will now be in builds 2023.12610 and later. Please contact support@derivative.ca if you require immediate access.
Cheers.

1 Like

Thank you, guys!

Excellent news