Is Open Nest 2 even working under WiP?

I can’t make it work what seems to be most basic setup

BASIC SETUP.gh (12.2 KB)

No problem in V7 with ON1.

Anyone can give it a try?

both working fine on my machine on last WIP (9.0.26055.12305, 2026-02-24)

Hi Inno

Thanks for checking.

What settings do you have when running: Command: SetDotNetRuntime

Mine are

image

same, so weird!

I downloaded opennest 2 from packagemanager (don’t know if it’s relevant)

Not sure but check this option

Where do I find this checkbox?

After chat with AI it reports that I am missing this file:

image and it is true.

I have installed ON2 using package Manager, I have no idea why it has been ignored.

Can you send it to me via PM? Much appreciated

you type GrasshopperDevelopperSettings in Rhino, some plugins needs checked or unchecked. I just use it during debugging session.

It’s ok here

Strange I just have that on new distribution


That on some older

Something wrong with installer?

@Petras_Vestartas

Can you try my example on your machine?

Arg!!! little problem on Wip, not possible to install from Grasshopper


Installation OK via Package Manager
It works

Wow, i have installed it using PM too. I’m confused.

I have to try my other machine.

you want to laugh? :smiley: this is the content of my packagemanager folder for WIP:

THERE IS NO OPENNESTCORE.DLL :smiley:

It’s getting weird now.

Arg now it is my turn !!!
I don’t know if it is Rhino update or installation in Rhino WIP ???
Nesting context created
System.DllNotFoundException: Unable to load DLL ‘minkowski.dll’ or one of its dependencies: Le module spécifié est introuvable. (0x8007007E)
at Minkowski.MinkowskiWrapper.setData(Int32 cntA, Double pntsA, Int32 holesCnt, Int32 holesSizes, Double holesPoints, Int32 cntB, Double pntsB)
at nest_lib.Background.Process2(NFP A, NFP B, Int32 type)
at nest_lib.Background.getOuterNfp(NFP A, NFP B, Int32 type, Boolean inside)
at nest_lib.Background.getInnerNfp(NFP A, NFP B, Int32 type, SvgNestConfig config)
at nest_lib.Background.placeParts(NFP sheets, NFP parts, SvgNestConfig config, Int32 nestindex)
at nest_lib.Background.sync()
at nest_lib.Background.BackgroundStart(DataInfo data)
at nest_lib.SvgNest.launchWorkers(NestItem parts)
at nest_lib.NestingContext.NestIterate(Int32 max_iterations)
at nest_lib.rhino_example.run(Int32 max_iterations, Int64 max_time_in_seconds)
at nest_lib.rhino_example.static_solver(nest_geo& geometry)
at opennest_2.component_nest1.SolveInstance(IGH_DataAccess DA)

It must be something related to either the hardware (old MBP + bootcamp) or the system (Win10).

I tried my other machine (high spec ThinkBook + Win11) and everything is fine there.

I found the problem; still Coff (grasshopperdeveloppersettings) checked, must be unchecked. I use it to debug Nautilus plugin and forgot to uncheck

It worked! Thanks.