Rhino.Inside AutoCAD V1.0.11 -- error on launch

AutoCAD 2026.0.1 (W74.0.0)

Looking forward to giving this a spin. I just installed the plugin (V1.0.11), and I’m getting an error on launch:
ERROR loading Rhino.Inside.AutoCAD: eInvalidInput

image

image358×177 3.76 KB

On first launch, I did get the Security popup as well and selected “Always Load”

I do see the toolbar, but when I click any of the buttons, AutoCAD hangs for a moment, and then command line returns, for example:
“Command: RHINO Unknown command “RHINO”. Press F1 for help.”

Tried running the installer in ‘repair’ with no luck as well

Any thoughts on what this might mean? Or additional information I can provide to help diagnose?

Thanks!

Rhino (standalone) systeminfo:

Rhino 8 SR22 2025-8-5 (Rhino 8, 8.22.25217.12451, Git hash:master @ 96429e6361004c775cd83973f2148f3943b5e512)
License type: Commercial, build 2025-08-05
License details: Cloud Zoo

Windows 11 (10.0.26100 SR0.0) or greater (Physical RAM: 64GB)
.NET 8.0.23

Computer platform: LAPTOP - Plugged in [96% battery remaining]

Non-hybrid graphics configuration.
Primary display and OpenGL: NVIDIA RTX 3500 Ada Generation Laptop GPU (NVidia) Memory: 12GB, Driver date: 6-17-2025 (M-D-Y). OpenGL Ver: 4.6.0 NVIDIA 573.44

Integrated accelerated graphics device with 4 adapter port(s)

  • Windows Main Display is laptop’s integrated screen or built-in port
  • Secondary monitor attached to adapter port 1
  • Secondary monitor attached to adapter port #2
    Primary OpenGL: NVIDIA RTX 3500 Ada Generation Laptop GPU (NVidia) Memory: 12GB, Driver date: 6-17-2025 (M-D-Y). OpenGL Ver: 4.6.0 NVIDIA 573.44

Integrated accelerated graphics device with 4 adapter port(s)

  • Windows Main Display is laptop’s integrated screen or built-in port
  • Secondary monitor attached to adapter port 1
  • Secondary monitor attached to adapter port #2

Secondary graphics devices.
Intel(R) UHD Graphics (Intel) Memory: 2GB, Driver date: 9-16-2025 (M-D-Y).

Integrated graphics device with 4 adapter port(s)

  • Secondary monitor is laptop’s integrated screen or built-in port

OpenGL Settings
Safe mode: Off
Use accelerated hardware modes: On
GPU Tessellation is: Off
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: 6-17-2025
Driver Version: 32.0.15.7344
Maximum Texture size: 32768 x 32768
Z-Buffer depth: 24 bits
Maximum Viewport size: 32768 x 32768
Total Video Memory: 12282 MB

Rhino plugins that do not ship with Rhino
C:\Users\dbush\AppData\Roaming\McNeel\Rhinoceros\8.0\Plug-ins\Speckle.Connectors.Rhino8 (2153799A-0CEC-40DE-BC3A-01E5055222FF)\Speckle.Connectors.Rhino8.rhp “Speckle” 3.14.4.0
C:\Users\dbush\AppData\Roaming\McNeel\Rhinoceros\packages\8.0\Garage\8.19.25132.1002\net7.0\Garage.rhp “Garage” 8.19.25132.1002
C:\Users\dbush\AppData\Roaming\McNeel\Rhinoceros\packages\8.0\Grasshopper2\2.0.9231-wip.35834\net7.0\Grasshopper2Plugin.rhp “Grasshopper2” 2.0.9231.35834

Rhino plugins that ship with Rhino
C:\Program Files\Rhino 8\Plug-ins\Commands.rhp “Commands” 8.22.25217.12451
C:\Program Files\Rhino 8\Plug-ins\rdk.rhp “Renderer Development Kit”
C:\Program Files\Rhino 8\Plug-ins\RhinoRenderCycles.rhp “Rhino Render” 8.22.25217.12451
C:\Program Files\Rhino 8\Plug-ins\rdk_etoui.rhp “RDK_EtoUI” 8.22.25217.12451
C:\Program Files\Rhino 8\Plug-ins\NamedSnapshots.rhp “Snapshots”
C:\Program Files\Rhino 8\Plug-ins\MeshCommands.rhp “MeshCommands” 8.22.25217.12451
C:\Program Files\Rhino 8\Plug-ins\RhinoCycles.rhp “RhinoCycles” 8.22.25217.12451
C:\Program Files\Rhino 8\Plug-ins\Toolbars\Toolbars.rhp “Toolbars” 8.22.25217.12451
C:\Program Files\Rhino 8\Plug-ins\3dxrhino.rhp “3Dconnexion 3D Mouse”
C:\Program Files\Rhino 8\Plug-ins\Displacement.rhp “Displacement”
C:\Program Files\Rhino 8\Plug-ins\Calc.rhp “Calc”
C:\Program Files\Rhino 8\Plug-ins\SectionTools.rhp “SectionTools”

@bushdylanj I am not 100% sure what would cause this, but it feels like a NET framework issue.

From what you describe, the plugin extension is not able to load the extension at all, and it is failing on initialisation.

My first thought would be to make sure you have the latest version of Rhino 8, as we need it to be in NET 8 to match AutoCAD 2025 and 2026 frameworks.

You may also be getting a more verbose error in the command line of AutoCAD when the eInvalidInput message shows, if you are can you share it?

Tom

Ah, you are correct about the command line, here’s what I see at launch:

Customization file loaded successfully. Customization Group: ACAD
Customization file loaded successfully. Customization Group: CUSTOM
Customization file loaded successfully. Customization Group: MODELDOC
Customization file loaded successfully. Customization Group: EXPRESS
Customization file loaded successfully. Customization Group: APPMANAGER
Customization file loaded successfully. Customization Group: FEATUREDAPPS
Customization file loaded successfully. Customization Group: RHINOINSIDEAUTOCAD_TOOLBAR_NET8
Regenerating model.
ERROR loading Rhino.Inside.AutoCAD: eInvalidInput
Stack trace: at Autodesk.AutoCAD.Runtime.Interop.ThrowExceptionForErrorStatus(Int32 errorStatus)
at Autodesk.AutoCAD.DatabaseServices.Database.SaveAs(String fileName, Boolean bBakAndRename, DwgVersion version, SecurityParameters security)
at Rhino.Inside.AutoCAD.Interop.AutocadDocument.ForceSaveDatabase(Database database)
at Rhino.Inside.AutoCAD.Interop.AutocadDocument.GetId(Database database)
at Rhino.Inside.AutoCAD.Interop.AutocadDocument.RegisterApplication(Document document)
at Rhino.Inside.AutoCAD.Interop.AutocadDocument..ctor(Document document, IDocumentCloseAction documentCloseAction, Dispatcher dispatcher)
at Rhino.Inside.AutoCAD.Interop.AutoCadInstance..ctor(Dispatcher dispatcher)
at Rhino.Inside.AutoCAD.Applications.RhinoInsideAutoCadApplication..ctor()
at Rhino.Inside.AutoCAD.Applications.RhinoInsideAutoCadExtension.Initialize()
C:\Users\dbush\AppData\Roaming\Autodesk\ApplicationPlugins\Rhino.Inside.AutoCAD.bundle\1.0.11\Win64\NET8\Rhino.Inside.AutoCAD.Applications.dll
AutoCAD menu utilities loaded.Cancel
Command: Cancel
_RIBBON

I will try updating Rhino in the meantime

Thanks!

Updated Rhino, restarted PC

“Rhino 8 SR27 2026-1-19 (Rhino 8, 8.27.26019.16021, Git hash:master @ a7029e543145704b986eede4bc40b6bd8a0645d0)
License type: Commercial, build 2026-01-19”

Same error still persists :confused:

The issue is AutoCAD trying to save the database and failing.

If I send a DM are you able to describe your set up so we can rule out a couple more things, and see if we cant get to the bottom of this one?

Yes for sure! Thanks

In case any others are also experiencing this issue, it has been fixed in the latest Version V1.0.12 - Download from the Website

@bushdylanj thanks for your help resolving this one

2 Likes