Grasshopper Loading Erros with recent Rhino version 8.8.24170.13001

Hi @Japhy
Hi @kike,

I am experiencing the errors to load grasshopper with the recent Rhino 8 updates.

Revit version: 2024.2
Grasshopper version:
**
image
**
RiR version: public release v1.21.8913.17015

Error message are as follows:
image

Object: GetExchange (level 1)
{
Exception has been thrown by the target of an invocation.
TargetInvocationException
}

Object: GetExchange (level 2)
{
Method not found: ‘Serilog.LoggerConfiguration Serilog.FileLoggerConfigurationExtensions.File(Serilog.Configuration.LoggerSinkConfiguration, System.String, Serilog.Events.LogEventLevel, System.String, System.IFormatProvider, System.Nullable1<Int64>, Serilog.Core.LoggingLevelSwitch, Boolean, Boolean, System.Nullable1<System.TimeSpan>, Serilog.RollingInterval, Boolean, System.Nullable1<Int32>, System.Text.Encoding, Serilog.Sinks.File.FileLifecycleHooks, System.Nullable1<System.TimeSpan>)’.
MissingMethodException
}

I do not have this error message when I laod grasshopper in Rhino8 standalone…
Only get this message when I load grasshopper in RiR.

Anyone experienced?

Thank you in advance.

Hi Junghwo,

Lets troubleshoot for plugin/addin conflicts.

open an new instance of Revit by Shift+Cntl clicking here (green dot) and selecting the first option (blue dot)

Then open Rhino and start grasshopper via the GrasshopperLoadOneByOne command, saying no to 3rd party plugins.

Ideally we can narrow it down quickly with these methods.

2 Likes

Hi @Japhy ,

wow… I did not know there is such a trick…I think that Autodesk Data Exchange plugin was the problem…

yes… I tried to load grashopper one by one… and did not allow to load 3rd party plugins…then It works as usual…

thanks for the tips!!