All files become "read only" with self compiled plugin

Greetings,

I recently upgraded to Rhino 8 and found a strange and - at least for me - quite annoying behaviour. I assembled with the Script Editor a few scripts in Iron Python (they all work if they are launched individually) creating a plugin. If this plugin is active, Rhino cannot save because the open file is Read Only, and I have to save with another name. If I deactivate the plugin, I can save without any problems.
I had no such problems in previous versions, using the stand alone Script Compiler.
What can this be due to? And above all, how can I solve it? These scripts are very ad hoc and speed up my work a lot.

Thank you in advance
Best Regards

Somebody else reported something similar recently - like yesterday.

I think this may be the same problem.

Thank you. Yes, it’s surely the same problem (same message when I try to delete the file), although it also manifests itself if I do not open the ScriptEditor but merely load a plugin (compiled with the ScriptEditor). Can there be a workaround?

Best regards

Greetings,

I’ve compiled the scripts with RhinoScriptCompiler.exe, and everything seems to work fine (this solves the problem for me, and I see that the ScriptEditor bug will be solved in 8.5.24064.13001).

Best regards