-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grasshopper Loading Errors at Start #69
Comments
Hello, Here the copy of the errors Object: GHC_Attach (level 2) Object: GHC_Solver (level 1) Object: GHC_Solver (level 2) Object: GHC_FloatingExecutionControl (level 1) Object: GHC_FloatingExecutionControl (level 2) Object: GHC_Execute (level 1) Object: GHC_Execute (level 2) |
Hi @julienenpc |
Je suis toujours en version 1607 après la mise à jour, c'est peut être ça le problème ? |
I just saw the DSI, we updated the computer and we are still in version 1607, there is no new update to do. |
Ok, try installing the latest versions of .NET Framework and reinstalling the HAL Robotics Framework |
It's working ! Thanks a lot ! |
Zip File: OS: Versions: Errors: |
Errors: OS: Versions: Zip File is attached to this post: |
@dominikreisach Is anything written in the Rhino command bar during loading Grasshopper? Can you also please confirm that |
The file is in the folder. Found the error message in the command bar: I guess that means conflicting dependencies (probably Enscape) and therefore #22 ? :) |
@dominikreisach Correct. If you have Enscape installed then that will definitely be the problem. Unfortunately that is an insurmountable problem at the moment so you'll need to deactivate Enscape whilst using HAL. |
@sebandraos Thanks. It is working now! |
Hi, Linked to the issue #120 you will find details below : ZIP : https://we.tl/t-GlvaQnr3oT I think it appeared after installing this plugin : https://github.com/andrewheumann/jSwan Thanks. |
This is probably related to this issue #22 since it seems using a different (Newtonsoft.Json) version. |
Thanks it worked with the "COFF" trick. |
As it seems resolved I closed this issue. Thank you for using our software and reporting issues. |
Reopened as mistakenly closed |
Hi HAL not loading at all, had no issues before. |
Hi @akaFlux, your installation log does not show any error, do you have an error messages showing up in rhino when starting Grasshopper? Did you run the setup with your user windows account or with another acount? |
Hi @thibaultschwartz I have no errors messages, I do not see any HAL texts in the GH loading bar in the spalsh screen (I used to), I have ghlink in the libraries. I even copy HAL.McNeel.Grasshopper1.Client to the libraries folder to see if was loading and at least ask me whichone I want to load. I had this isssue before and I format my computer an the problem solved, I did format it again and is not working this time. I also have HAL installed on my laptop, and works fine. EDIT: |
Hi @akaFlux, it really feels like you are not using the same account than the one you used to install HAL, or that you manually installed grasshopper somewhere else than its default location.
|
Hey! The system cannot find the path specified. (Exception from HRESULT: 0x80070003) I have reinstalled everything from scratch several times and blocked Enscape plugin, but it is still not working. ZIP file https://www.dropbox.com/s/n9326vgfaae387b/HAL.zip?dl=0 During the first installation, there was also a similar error, after which I blocked Enscape and everything started to work. But now after Rhino update everything stops working again. Thank you. |
Hi @AngelinaGaripova , |
Hi @sebandraos <https://github.com/sebandraos>
Yes I have other plugins installed, below are the pictures of them
…On Wed, Jun 22, 2022 at 6:09 PM Sebastian Andraos ***@***.***> wrote:
Hi @AngelinaGaripova <https://github.com/AngelinaGaripova> ,
Your installation looks fine. I have just updated Rhino to 7.19 on my end
and everything seems to be loading ok so it seems likely that a plugin
other than Enscape is conflicting with the Framework.
Do you have any other plugins installed in Rhino and/or Grasshopper?
—
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZO5RHC6WFGH2SVBBQ6CN4LVQM3ERANCNFSM4KKCGYJA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Alternatively, run a search in your GH Library folder and look for "prism" or "unity" |
Thank you @thibaultschwartz ! |
Hi, I'm having a new error, still linked to jSwan. However the "COFF" is still enabled in the Developer Settings. The error message is :
Details below : ZIP : https://we.tl/t-kHcCszMGCa Thanks. |
Hi @xPhilippeRoux, |
Thanks @thibaultschwartz. I went on andrewheumann/jSwan#9, downloaded Newtonsoft.Json.dll & placed it in the Grasshopper folder. The error is now gone & jSwan plugin works fine. However nothing on HAL Framework side. I uninstalled & installed again, same result. ZIP file updated with current situation : https://we.tl/t-3PP7kZFQO3 |
Any idea on this ? HAL plugin seems not installed whereas it is. My previous ZIP stays up to date. |
Hi @xPhilippeRoux , |
Hi @sebandraos , Are you suggesting to remove jSwan so that HAL can run, and that it is the only solution ? |
@xPhilippeRoux , this is a classic issue with plugin-type software. We and jSwan have dependencies on the same library - Newtonsoft.Json - but rely on different versions. Which one will work is purely dependent on the loading order of the plugins, the first one to load will load its version of Newtonsoft.Json and that will break the other. If others have both plugins working simultaneously then it's worth looking at what their COFF settings are and what other plugins they have which might be affecting the load order but it would be pure luck if it works. One option which might work is to trick jSwan by replacing their dependency with our version of Newtonsoft.Json from |
Hello, |
@krittikaw8 I can see that MathNet is definitely installed so it looks like this is a plug-in conflict as per #22 . This is how you can disable Grasshopper plugins:
And you can do the same for Rhino from the Rhino Options -> Plugins Window. You can filter installed plugins by "Plugins that don't ship with Rhino" to find likely culprits. You'll need to restart Rhino for that to take effect. |
Hello, Thankyou very much for your answer. I removed MathNet and finally it works. Thankyou very very much for helping me out. |
Description
When opening Grasshopper a series of error messages appear in a pop-up often listing
TargetInvocationException
s and/orFileNotFoundException
s, or nothing shows up in Grasshopper.Cause
This is almost always due to a corrupted installation or conflict with other plugins.
Help to Fix
C:\ProgramData\HAL
and upload it as a comment as this contains everything we need to examine the installation failure. Please also include the OS and what version of the OS you're running, a copy of the errors, and which installations and versions that you have installed. The latter can be found via the installer.Workaround
The text was updated successfully, but these errors were encountered: