AppleWin can't start due to "Failed to determine path to AAS directory." because iTunes changed the registry key [webkit-help] Compiling webkit on windows. https://lists.webkit.org/pipermail/webkit-help/2020-November/004169.html "\HKEY_LOCAL_MACHINE\SOFTWARE\Apple Computer, Inc.\iTunes" is the new registry key.
Created attachment 414297 [details] Patch
Oh, Win EWS bot passed. I'm surprised. I hope this change won't break post-commit buildbot. 🤞
Comment on attachment 414297 [details] Patch This looks likely to break things for us internally. Could we check both paths and allow one to not exist instead?
<rdar://problem/71747677>
Created attachment 423695 [details] Patch
I ran into this issue as well. I've uploaded a patch that looks for the Apple Application Support directory first, then falls back to the iTunes installation directory if necessary.
Committed r274769: <https://commits.webkit.org/r274769> All reviewed patches have been landed. Closing bug and clearing flags on attachment 423695 [details].