Brian Ward

Results 9 comments of Brian Ward

Alright, got a workaround for this. It appears that we're defaulting to Ruby 2 in 10.9. Changing the default version back to 1.8 (replaced the "Current" soft link!) fixed this...

Pop in to /System/Library/Frameworks/Ruby.framework/versions and change the "Current" soft link to point to 1.8 instead of 2.0. You can set it with: sudo ln -s 1.8 Current Pretty sure that...

Same issue on macOS 12.0.1, 16" MacBook Pro 2021.

Some of the files I had to purge from the system: ``sudo rm -rf "/System/Volumes/Data/Users/brianward/Library/Application Support/CloudDocs/session/containers/iCloud.org.khronos.gltf.glTFViewer"`` ``sudo rm -rf "/System/Volumes/Data/Users/brianward/Library/Application Support/CloudDocs/session/containers/iCloud.org.khronos.gltf.glTFViewer.plist"`` ``sudo rm -rf "/System/Volumes/Data/Users/brianward/Library/Daemon Containers/CA53E0B0-6280-4FB7-A753-766B1F8FA006/Data/Library/Caches/Placeholders-v2.noindex/org.khronos.gltf.glTFViewer-1.0"`` ``sudo rm -rf "/System/Volumes/Data/Users/brianward/Library/Mobile...

You can verify that the incorrect association exists by running: ``/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -dump | grep -A 10 -B 10 "public.glb"`` on your system To delete the bad data after purging the...

I want to emphasize that _merely changing the file association back to Preview.app_ does **not** resolve the problem without performing the steps above.

It's also worth mentioning that while the bug is happening, you can see from the Console log that both Preview and Finder complain the following in the logs: ``Unexpected bundle...

+1 to this. It looks like 1.5 doesn't run on Windows 11? Is that correct?