-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot detect GIMP location #23
Comments
oh btw it also says that it does detect the images so that's all good. |
I was able to duplicate this. It looks like GIMP has not been keeping its user profile folder version number and executable version numbers the same. |
Thanks a lot I'll try!
…On Sun, May 5, 2019, 6:39 PM CharonM72 ***@***.***> wrote:
I was able to duplicate this. It looks like GIMP has not been keeping its
user profile folder version number and executable version numbers the same.
Until I can make a better solution, check your "C:\Users[username]" folder
for a folder called ".gimp-2.##" where the ## is some number. Then check
"C:\Program Files\GIMP 2\bin" and see what the name of
"gimp-console-2.##.exe" is.
In my case, the user directory folder was named ".gimp-2.08" but the
executable was named "gimp-console-2.10.exe". This is an issue as SMM looks
for the executable based on the user folder version number. A temporary fix
is to just rename the user folder to the same number as your exe version,
in my case ".gimp-2.10" for the latest version. Let me know if that causes
further issues.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG6NAZUTI27ZCD3EGZIVKZDPT543TANCNFSM4HIGONIA>
.
|
The directory is simple: C:\Program Files\GIMP 2
but the script isn't able to detect it by default and the readme isn't specific about what the "correct" "ScriptDirectory" variable would be or how to replace it within the code.
I'm running a very basic setup, if I have issues others do too.
Thanks for any help!
The text was updated successfully, but these errors were encountered: