-
Notifications
You must be signed in to change notification settings - Fork 15
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
Photoshop 32bit vs 64bit #3
Comments
It's also probably worth clarifying, this is the system install, not the user install. |
Hi @cameronmcefee, |
Bummer… Seems like a general issue. Theirs is Windows 7, Mine is Windows 10. |
To sum up my findings (thanks to @cameronmcefee for his contributions), both Photoshop @32bit and Photoshop @64bit on Windows are looking for extension in the Problem is that the ExtendScript folder token As a temporary fix, try User installation, which copies files on |
Have you run into issues with Photoshop 64bit on windows not loading extensions from
Program Files
?I've got a user that reported a successful install but GuideGuide does not show up. Investigating on my own machine, I had the same experience. The solution was to install the extension in
Program Files x86
. While I'm glad to have a solution, it irks me because it doesn't make any sense. Photoshop is launching in 64bit mode, but requires loading extension from the 32bit folder, which isn't supported by the installer.While this is technically not an installer bug, I'm hoping you might have seen this before. I'm wondering if it's something we can predict and fix.
The text was updated successfully, but these errors were encountered: