Le0Michine / FusionGridfinityGenerator

Other
629 stars 40 forks source link

Getting an error now after downloading latest version #7

Closed ZeroNull42 closed 1 year ago

ZeroNull42 commented 1 year ago

Getting an error now trying to create a bin after downloading latest version see image

image

ZeroNull42 commented 1 year ago

Looks like I figured out how to fix my error. Go to the ? icon in the upper right corner, select Service support and diagnostics, then select Utility Menu. On the popup dialog click Repair Fusion 360. I was then able to create Bins and baseplates.

Le0Michine commented 1 year ago

Hi, I'm sorry you got an issue there. I pushed a few updates in the past couple days and when I'm trying to reproduce with the same inputs it works on my end. Could you try to update and confirm if that's still an issue?

image

kevincali commented 1 year ago

I just ran into the same issue on the latest master branch. Repairing Fusion360 also fixed it for me

Le0Michine commented 1 year ago

That’s strange, looking closer at the error, it is complaining about missing “createInput2” which should be one of the standard calls in fusion api. What operation system are you using? Is fusion up to date?

Alternatively I can try to see if I can avoid using MoveFeature completely, which would allow to avoid that particular problem but it seems like a similar one can occur with other features.

kevincali commented 1 year ago

I'm running Windows 11 Pro 22H2 with Fusion 360 2.0.15509. The fusion version seems to be the most up2date one as of today.

It could be, that the repair step involves an update. This would explain why it works after repairing🙂