I can’t install LunchBox. When I get to the point where Rhino opens and I press install it says “Changes have been detected that cannot be completed while Rhino is open. Please restart Rhino.” But I restart it, restart the computer and nothing… Always the same message.
are you installing this through _PackageManager?
pls run _SystemInfo and post back the results
If you have wrong .DotNetRuntime in use, that can also mix things. Using NETFramework and downloading a pluging withc uses NETCore gives you this bug that Rhino says plugin is installed, but you cant find it inside Grasshopper.
Solution, download older version of a plugin if that would be in NETFramework, or change your Rhino to use NETCore
I’m installing it through Food4Rhino
hi @Gijs,
I have the same issue, please advise, below is my system info:
Rhino 8 SR12 2024-10-8 (Rhino 8, 8.12.24282.07001, Git hash:master @ 2f42167325d83e0da0f3fe08e796c2b26e602bc5)
License type: Evaluation, build 2024-10-08
License details: Cloud Zoo
Expires on: 2025-01-22
Windows 11 (10.0.22631 SR0.0) or greater (Physical RAM: 32GB)
.NET Framework 4.8.9277.0
Computer platform: DESKTOP
Standard graphics configuration.
Primary display and OpenGL: NVIDIA GeForce RTX 3060 (NVidia) Memory: 12GB, Driver date: 8-14-2024 (M-D-Y). OpenGL Ver: 4.6.0 NVIDIA 560.94
> Accelerated graphics device with 4 adapter port(s)
- Windows Main Display attached to adapter port #0
OpenGL Settings
Safe mode: Off
Use accelerated hardware modes: On
Redraw scene when viewports are exposed: On
Graphics level being used: OpenGL 4.6 (primary GPU’s maximum)
Anti-alias mode: 4x
Mip Map Filtering: Linear
Anisotropic Filtering Mode: High
Vendor Name: NVIDIA Corporation
Render version: 4.6
Shading Language: 4.60 NVIDIA
Driver Date: 8-14-2024
Driver Version: 32.0.15.6094
Maximum Texture size: 32768 x 32768
Z-Buffer depth: 24 bits
Maximum Viewport size: 32768 x 32768
Total Video Memory: 12 GB
Rhino plugins that do not ship with Rhino
C:\Users\NCPC\AppData\Roaming\McNeel\Rhinoceros\packages\8.0\ColorPicker\6.0.0\ColorPicker.rhp “ColorPicker”
C:\Users\NCPC\AppData\Roaming\McNeel\Rhinoceros\packages\8.0\keyshot_studio\1.6.11\KeyShotStudioRhino8Plugin.rhp “KeyShotStudioRhinoPlugin” 1.0.0.0
C:\Users\NCPC\AppData\Roaming\McNeel\Rhinoceros\packages\8.0\SubstanceImporter\2.0.7\Substance.Win.rhp “SubstanceImporter” 2.0.7.0
Rhino plugins that ship with Rhino
C:\Program Files\Rhino 8\Plug-ins\Commands.rhp “Commands” 8.12.24282.7001
C:\Program Files\Rhino 8\Plug-ins\WebBrowser.rhp “WebBrowser”
C:\Program Files\Rhino 8\Plug-ins\rdk.rhp “Renderer Development Kit”
C:\Program Files\Rhino 8\Plug-ins\RhinoRenderCycles.rhp “Rhino Render” 8.12.24282.7001
C:\Program Files\Rhino 8\Plug-ins\rdk_etoui.rhp “RDK_EtoUI” 8.12.24282.7001
C:\Program Files\Rhino 8\Plug-ins\NamedSnapshots.rhp “Snapshots”
C:\Program Files\Rhino 8\Plug-ins\MeshCommands.rhp “MeshCommands” 8.12.24282.7001
C:\Program Files\Rhino 8\Plug-ins\RhinoCycles.rhp “RhinoCycles” 8.12.24282.7001
C:\Program Files\Rhino 8\Plug-ins\Toolbars\Toolbars.rhp “Toolbars” 8.12.24282.7001
C:\Program Files\Rhino 8\Plug-ins\Displacement.rhp “Displacement”
C:\Program Files\Rhino 8\Plug-ins\SectionTools.rhp “SectionTools”
C:\Program Files\Rhino 8\Plug-ins\IronPython\RhinoDLR_Python.rhp “IronPython” 8.12.24282.7001
C:\Program Files\Rhino 8\Plug-ins\Grasshopper\GrasshopperPlugin.rhp “Grasshopper” 8.12.24282.7001
Thank you,
So either of the following:
Are you running Rhino in .Net 4.8 for a specific reason?
If not, try _SetDotNetRuntime and set it to .Net Core
Hi! Thanks for the advice ! I changed it to Net 4.8 by accident and when I changed it back to Net Core and it works.
Thank again!