Rhino 8 bug?

Good morning,
I installed Rhino 8.3.24009… when I load on GH the script command the Rhino freeze (see image). At that point I have to kil Rhino through task manager.
With a rollback to 8.2.23346 everithing is ok.
I tried to install also Rhno 8.4.24009 but… doesn’t start on my PC!
I attached the system_info file.
I hope this forum is the right way for communicate this kind of issue.
I’m the only one with this problem?
Thanks in advance for your help.
Piero

system_info.txt (2.4 KB)

Hi Piero, Can you start grasshopper from the Rhino command line with GrasshopperLoadOneByOne and say no to all 3rd party GH plugins?

8.4 not starting is odd, you may want to install and then do a repair install via Add Remove Programs > Modify.

Are your windows updates up to date? Sometimes a repair of the redistributable is required.

  1. Open Programs and Features.
  2. Start > Control Panel > Programs > Programs and Features.
  3. Search > Programs and Features.
  4. Select Microsoft C++ Redistributable, right-click and click on Change.
  5. On Microsoft C++ Redistributable Setup, click on Repair.
  6. Click on Close once setup is successful.

I repaired Microsoft C++ 2015-2022 Redistributable … I saw that in Rhino Window there is a message of “initializing Scripting Languages 28%”… but is stopping there … freeze

Is this with no other grasshopper plugins loaded? BowerBird, Pancake, …

I run ScriptEditor in Rhino… after that in Grasshoppereverithing is ok!!!

1 Like

@Piero Sorry for being late on responding to your question. Would you mind opening Rhino, then run RhinoCodeLogs command to open a logs window, and then start Grasshopper? This should start printing detailed logs of what is happening when initializing languages.

If you have already initialized python 3, from ScriptEditor run the Tools > Advanced > Reset Python 3 Runtime command and restart Rhino

When I started “scripteditor” in Rhino, Python initialized there and then in Grasshopper it no longer gave me problems. I haven’t had any problems since then.
Thanks for you reply.

Update:
There is an error:

Info 01/23/2024 10:07:14 [RhinoCode] Starting up python language server
Error 01/23/2024 10:07:14 [RhinoCode] Error calling OnRuntimeReady | Traceback (most recent call last):
File “file:///C:/Users/XXXXXX/.rhinocode/stage/mwa5jr2q.gah”, line 28, in
TypeError: Cannot create a consistent method resolution
order (MRO) for bases Clonable, Point3dList

@eirannejad Ehsan Iran-Nejad
I attached the rhinoCodeLog script. In that point Rhino freeze. (I attach RhinoDotNetCrash.txt)
As the other day I runed scripteditor on Rhino and now seem ok.

When I load Grasshopper there is always the error:

Error 23/01/2024 10:45:34 [RhinoCode] Error calling OnRuntimeReady | Traceback (most recent call last):
File “file:///C:/Users/XXXXX/.rhinocode/stage/ls5vake2.3ka”, line 28, in
TypeError: Cannot create a consistent method resolution
order (MRO) for bases Clonable, Point3dList

RhinoDotNetCrash.txt (944 Bytes)

Okay got this one fixed for the next 8.4

1 Like