https://bugs.winehq.org/show_bug.cgi?id=40458
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #3 from Sebastian Lackner sebastian@fds-team.de --- (In reply to mrypsilons from comment #2)
This is still happening with wine-staging 1.9.20. I found the patchset causing the problem, it's "server-Stored_ACLs".
When building wine just with the patchsets server-Stored_ACLs depends on, Photoshop CC is working fine, but as soon as server-Stored_ACLs itself is applied, I get the breaking Error 16 message.
Could you try to track down more exactly which patch exactly is responsible? You can also use "git bisect" for that, just apply all patches as separate commits with:
/path/to/patches/patchinstall.sh --backend=git --force-autoconf --all
Afterwards use:
git bisect good origin git bisect bad
and proceed with "git bisect good/bad" until the final regression commit is found. Also, is there a demo available somewhere which can be used to reproduce this issue?