-
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
Gaffer doesn't start #28
Comments
Hi Chad, I made quite a few updates to the dependencies in 0.59.4.0 something may have come apart for certain system configurations. If that works, I'm guessing it's some mixup between your system's installed libraries and those Gaffer expects to find. Python needs all of the modules it loads to be of the same bit-ness (x32 or x64) and compiler version, etc. so it may be loading a system library that is incompatible with Gaffer's libraries. If you're up for troubleshooting it with me, download Dependency Walker here: https://www.dependencywalker.com/. It just unzips so you don't need admin privileges to use it. Then run the following command from your Gaffer That will save out all of the DLLs that Gaffer loads and I've found it helpful in the past for sorting these problems out. You can view the output file from the GUI depends program to see if there are any obvious errors, or feel free to send it to me and I can look through it: eric at thinkhypothetical.com if you don't want to post it here. I don't think there's anything potentially sensitive but if you're not comfortable with sending or posting it here then I can walk you through analyzing it if you need. |
I tried the 0.59.0.0 beta version and it resulted in the same thing. I'm a little busy lately, so let me get back to you on this. I'll try to run that dependency walker as you described sometime in the next few days. Thanks! |
When I run the gaffer.bat file, I get this message and gaffer doesn't start:
The text was updated successfully, but these errors were encountered: