KarambaIDEA can be installed by dragging the GHA-file into the. Therefore, IDEA should be installed in folder C:Program FilesIDEA StatiCaStatiCa 20.0 and Rhino 6 should be installed in folder C:Program FilesRhino 6. This is my guess, I’m not 100% sure this is correct - but maybe this reply will help others trying to debug why Rhino crashes in relation to applications using libiomp5md.dll. KarambaIDEA makes use of the DLLs of Rhino 6 and IDEA Statica connection. Which can cause trouble for plugin developers as they are not in control of what other applications has done to your machine. So those dlls will take precedence over any plugins dlls. This is the case for Anaconda (python) for instance. Some other programs may also set their installation folder in system PATH (or copy their dlls to C:/Windows/), which will load the dlls into memory before Rhino/Grasshopper get a chance to load anything. So if grasshopper is loading Evolute before karamba then karamba will try to use the libiomp5md.dll version that ships with Evolute.
Rhino/Grasshopper will load the dlls in the installation folder, and the nature of dll is that windows only loads one of the libraries into memory so that the methods can be shared by different consuming applications. I believe this is caused by a dll clash, the two applications use different versions of libiomp5md.dll.