Other Aliases work just fine in my testing. Submitted PR #121673
That took care of it and it no longer crashes. And much more eloquent than my solution with multithreaded nonsense (I just tinker until I can get it to work). It doesn't show any entry on the file…
I can test tonight. I don’t know much objective c, so I might be struggling through it. But I’ll try and let you know.
Harley, I was able to narrow it down to that exact function actually (I thought I put it in my comment but I didn’t). It enters but never returns on this shortcut. Other shortcuts work fine.…
According to ChatGPT, to recreate the original file, you'd need xxd -r -p Matthew-Files-Bindump.txt > Matthew-Files
. However, I can't seem to reconstruct the original file using this method, as…
Upon further messing around with Xcode, I was able to determine Blender is awaiting a pthread_join call, specifically in this function. It looks like there is something that's awaiting the desktop…