I followed the plugin tutorial but when I try to go to the Plug-Ins window, Rhino just crashes.
Any clue ?
Windows : 11
Visual Studio : 2019
Language : french
Rhino : 7.28.23058.03001
SDK : 7.28.23058.03001
I followed the plugin tutorial but when I try to go to the Plug-Ins window, Rhino just crashes.
Any clue ?
Windows : 11
Visual Studio : 2019
Language : french
Rhino : 7.28.23058.03001
SDK : 7.28.23058.03001
@Paul_George
What plugin? Also, run the SystemInfo
command in Rhino and post the full result here.
HTH, Jakob
I meant this CPP plugin tutorial.
I tried to change the langage from French to English and the crash is gone but the plugin does not show up in the plugins list.
Edit : It’s fixed, the plugin is not loaded automatically, I needed to install it. However, the langage problem is still there, if I go back to French, I get the same crash, only when the debugger is attached.
The result of SystemInfo :
Blockquote
Rhino 7 SR28 2023-2-27 (Rhino 7, 7.28.23058.03001, Git hash:master @ 4ffc5d7156fbccf2a5d9fcc80e522b3851bc7f6c)
License type: Commerciale, version 2023-02-27
License details: Cloud Zoo
Windows 11 (10.0.22621 SR0.0) or greater (Physical RAM: 32Gb)
Computer platform: LAPTOP - Plugged in [100% battery remaining]
Non-hybrid graphics configuration.
Primary display and OpenGL: NVIDIA GeForce RTX 3080 Ti Laptop GPU (NVidia) Memory: 16GB, Driver date: 4-13-2023 (M-D-Y). OpenGL Ver: 4.6.0 NVIDIA 531.68
Integrated accelerated graphics device with 4 adapter port(s)
- Windows Main Display is laptop’s integrated screen or built-in port
Secondary graphics devices.
Intel(R) Iris(R) Xe Graphics (Intel) Memory: 1GB, Driver date: 1-10-2022 (M-D-Y).
Integrated graphics device with 4 adapter port(s)
- There are no monitors attached to this device. Laptop lid is probably closed
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: 4-13-2023
Driver Version: 31.0.15.3168
Maximum Texture size: 32768 x 32768
Z-Buffer depth: 24 bits
Maximum Viewport size: 32768 x 32768
Total Video Memory: 16 GB
Rhino plugins that do not ship with Rhino
Rhino plugins that ship with Rhino
C:\Program Files\Rhino 7\Plug-ins\Commands.rhp “Commands” 7.28.23058.3001
C:\Program Files\Rhino 7\Plug-ins\WebBrowser.rhp “WebBrowser”
C:\Program Files\Rhino 7\Plug-ins\rdk.rhp “Renderer Development Kit”
C:\Program Files\Rhino 7\Plug-ins\RhinoScript.rhp “RhinoScript”
C:\Program Files\Rhino 7\Plug-ins\IdleProcessor.rhp “IdleProcessor”
C:\Program Files\Rhino 7\Plug-ins\RhinoRenderCycles.rhp “Rhino Render” 7.28.23058.3001
C:\Program Files\Rhino 7\Plug-ins\rdk_etoui.rhp “RDK_EtoUI” 7.28.23058.3001
C:\Program Files\Rhino 7\Plug-ins\rdk_ui.rhp “Renderer Development Kit UI”
C:\Program Files\Rhino 7\Plug-ins\NamedSnapshots.rhp “Snapshots”
C:\Program Files\Rhino 7\Plug-ins\Alerter.rhp “Alerter”
C:\Program Files\Rhino 7\Plug-ins\RhinoCycles.rhp “RhinoCycles” 7.28.23058.3001
C:\Program Files\Rhino 7\Plug-ins\Toolbars\Toolbars.rhp “Toolbars” 7.28.23058.3001
C:\Program Files\Rhino 7\Plug-ins\3dxrhino.rhp “3Dconnexion 3D Mouse”
C:\Program Files\Rhino 7\Plug-ins\Displacement.rhp “Displacement”
Hi @Paul_George,
What kind of crash? Are you getting an error message of some kind? If so, can you post it?
– Dale
Hi @dale,
I get a null pointer exception from within Rhino source:
Exception thrown at 0x00007FFC2E0E6261 in Rhino.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
Here are the steps to reproduce the crash:
– Paul