Opening Rhino 8 crashes when loading GHPython

Hi,
Since a couple of Rhino 8 updates ago I started to get that opening Rhino crashes/closes when loading GHPython.
No reporter popup window appears. Rhino just closes. Pretty annoying.
I manage to open after trying 2 or 3 times. This is the screen i get at the second time I try.

My current version is 8.8.24163.12481, 2024-06-11.

Any ideas?
Thanks,
-A.

Sadly it is still happening, even after updating to the latest service release (candidate).
Thanks,
-A.

Isnt ghpython not supported on rhino8? There is a scripteditor.
I would delete that gha file…

GHPhyton is pretty much alive and supported on R8.
In any case, previous versions loaded just fine, it just started to crash recently.
Thanks,
-A.

Yes, but is it actually loaded from GhPython.gha file or from scripteditor?

They are loaded fromGhPython. To edit the “old” python you need to call gh since the editor is not available on the GH menu. Probably they are fading it out but it will take some time until then.

The new scripteditor uses Python 3.7 (I think).

-A.

GhPython loads last as it attempts to gather a bunch of information about other components in order to allow for nodeincode. I suspect there is a different gha at play here that is causing the problem. I would try running GrasshopperLoadOneByOne and skip ghas from third parties to see if we can determine if that is the case.

Hi @stevebaer,
I encountered the same problem with ghpyton.gha component (after I tried grasshopperloadonebyone as well).
Are there any solution or suggestion about it?
Thank you