I got this error message when closing a Rhino window with grasshopper running.
After clicking [OK], it appeared several more times, and afterward the “grasshopper multi-save” dialogue window appeared but was unresponsive and I had to use task manager to kill it. My guess is there was a final copy of the “EditPythonScript initialization” window that had focus priority but was hidden behind the “Grasshopper multi-save” window (which draws on top of all other windows for some reason) so I couldn’t access it.
What are the steps to replicate this?
Does this happen when Rhino is launched or Grasshopper?
Which Rhino version?
Do you have any commands in the list of Startup Commands in Rhino Options window?
@Measure This is the Trigger in grasshopper being triggers on the 500ms intervals and trying to run code while rhino is closing. A workaround is to turn of the trigger before closing Rhino.
I created a YoutTrack ticket to get this fixed:
RH-83507 Trigger component runs code while Rhino is closing