Debbuging custom GH code prevented from GrasshopperRfem6WsComponent

I'm trying to build a custom .dll library in grasshopper but the grasshopper component from RFEM is raising an System.ExecutionEngineException which prevents me from debbugging my code.
Rhino crashes after this error is thrown.

  1. Running the program without the debbuger works without problems.
  2. Deleting only the GrasshopperRfem6WsComponent.gha from my local files solves the problem and i can debbug it, but then I can't interact with the RFEM interface.

Unfortunately since a .pdb file is not available, i cannot offer more insights of where this error is comming from.

Hello Renan,

Thank you for your question!

You probably cannot debug because the dlubal plugin has passed obfuscation/confuser.
I am not sure if there are any possibilities in Grasshopper to debug without disabling our plugin.

If you have further questions, feel free to ask here :writing_hand:

Best regards

Paul Sivolgin

1 Like

I'm facing the same issue...
I end up having to uninstall - reinstall the RFEM plugin in a daily or weekly basis which indeed is very frustrating...
Hoping for a fix soon

1 Like

Hi Paul,

I've worked with this workaround previously for working with independent software, whoever this time my workflows for this custom .dll depend on results computed from RFEM. Is there anything on the roadmap for dealing with this?