Grashopper player Human UI not working Rhino 8

Hello,

I have gashopper files using Human UI that worked fine in Rhino 7 and the trial version of Rhino 8 but with the latest Rhino 8 update the window is no longer opening. I can see it opening and close.

When I open the file in Grashopper I see the window and everything seems to work.

What could be the problem?

1 Like

Also seem to have that problem :frowning:

I have similar problem. Human UI works in Rhino 7 but not in Rhino 8. I wonder whether a version for Rhino 8 will come out soon.

Are there any progress on this problem?

So I can confirm the issue with HumanUI in R8:

It looks like it is the problem of .NETFramework vs .NETCore as if you change the runtime to .NETFramework everything runs as expected:

I assume this will mean HumanUI will need to be recompiled under .NETCore - @andheum is no longer looking after the project, however there have been others doing updates from time to time:

https://github.com/andrewheumann/humanui/pulls

Someone is going to have to look at what is needed to recompile.

Another option is UI+ which appears to under current development and has a Rhino8 version available:

Cheers

DK

1 Like

Thank you for this solution. Will download UI+ and have a play with it.

Best Regards
William

Hi

I installed UI+ and unblocked all the files. When I load up the sample files, I do not get the panels. what am I doing wrong?

Regards
William

I believe there is a conflict between UI+ and HumanUI - you need to remove HumanUI to get UI+ working.

Cheers

DK

1 Like

In fact both those things are right. Changing to NETFramework sorted it. As did uninstalling UI+ (HumanUI now works under NETCOre…

Can you provide more detail about this? Where are you changing the .Net framework? Does changing this break other plugins or built-in functions?

Thanks.

Hi Mike -

Use the SetDotNetRuntime command and switch from Runtime=NETCore to Runtime=NETFramework.

Built-in functions should be fine, but there’s always the possibility of updated plug-ins no longer working. You can make a copy of the Rhino 8 icon on the desktop and add the /netfx flag to the path in its Target attribute so that you can launch Rhino with the required runtime if you are running into issues with plug-ins.
-wim

This here saved me. UI+ and HumanUI does indeed have a conflict!

1 Like