Tiny Addin Crashes Fusion

Tiny Addin Crashes Fusion

chrisNS2SW
Explorer Explorer
459 Views
3 Replies
Message 1 of 4

Tiny Addin Crashes Fusion

chrisNS2SW
Explorer
Explorer

Opening a sketch, and running this addin crashes Fusion. If you're using the api & transactions, make sure you keep track of your transaction states.

import adsk.core
def run(context):
  app = adsk.core.Application.get()
  app.executeTextCommand(f'Transaction.Commit None')
def stop(context):
  pass
460 Views
3 Replies
Replies (3)
Message 2 of 4

Phil.E
Autodesk
Autodesk

Thanks for this great advice.





Phil Eichmiller
Software Engineer
Quality Assurance
Autodesk, Inc.


0 Likes
Message 3 of 4

chrisNS2SW
Explorer
Explorer

@Phil.E seems like a bug in Fusion that may be worth fixing. What's the best way to report these so they make it in to the bug tracker?

0 Likes
Message 4 of 4

Phil.E
Autodesk
Autodesk

The best way to report issues like this is on this forum, or in the Fusion Insider forums if you want to join that program.

 

Can you explain a little about why this is important? I'm asking because anyone could write an add-in that crashes Fusion, I'm not sure we need to prevent that. So what does this add-in do, or provide for an add-in author that is risky? I'm just trying to estimate the risk to customers like you.

 

If you happen to have a crash report number I can also look into the actual crash reports.





Phil Eichmiller
Software Engineer
Quality Assurance
Autodesk, Inc.