Skip to content
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 installation issues #4

Open
seggybop opened this issue Oct 29, 2022 · 0 comments
Open

Photoshop installation issues #4

seggybop opened this issue Oct 29, 2022 · 0 comments

Comments

@seggybop
Copy link

hi!
I haven't been able to get the plugin to load properly in Photoshop. I installed it manually by extracting the ccx.
Initially, it wasn't loading at all, so I checked the Photoshop UXP logs.

[2022-10-28_19-41-01][12592][Info] [general] Plugin defuser : [v4] Using Default Value for Icon species
[2022-10-28_19-41-01][12592][Info] [general] Plugin defuser : [v4] Using Default Value for Icon species
[2022-10-28_19-41-01][12592][Info] [general] Plugin defuser : Scaled Icon :  icons/icon_D@1x.png  not found
[2022-10-28_19-41-01][12592][Info] [general] Plugin defuser : Scaled Icon :  icons/icon_D@2x.png  not found
[2022-10-28_19-41-01][12592][Warn] [general] Plugin defuser : Expected the icon to have a 1X scaled file
[2022-10-28_19-41-01][12592][Info] [general] Plugin defuser : Scaled Icon :  icons/icon_N@1x.png  not found
[2022-10-28_19-41-01][12592][Info] [general] Plugin defuser : Scaled Icon :  icons/icon_N@2x.png  not found
[2022-10-28_19-41-01][12592][Warn] [general] Plugin defuser : Expected the icon to have a 1X scaled file
[2022-10-28_19-41-01][12592][Error] [general] Plugin defuser : Expected a string for the permission 'launchProcess'

I looked in manifest.json and but wasn't able to find anything obviously wrong, but I don't really know anything about Photoshop plugin development. I looked at the documentation for manifest.json at https://developer.adobe.com/photoshop/uxp/2022/guides/uxp_guide/uxp-misc/manifest-v5/ and saw that Photoshop version 23.3 is required for manifest v5. The manifest file specifies "minVersion": "22.0.0" currently.
I was using 23.0, so I updated it, and afterwards, the plugin did load, but it doesn't seem to be functioning properly.
image
The docker seems to be missing a lot of fields and only the img2img tab is present. img2img does work though, with the limited fields available, so it is communicating with webui.
Krita version is working properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant