My program is more or less frozen. I can’t close the 3D Warehouse or Extension Warehouse Windows, I also can’t save my model which I have spent HOURS working on. When I hit the red button in the top left to exit it does nothing. The save window opened, and I can type and access it but when I hit SAVE nothing happens. I know I should have saved earlier. Classic problem. If anyone could help I would really appreciate it! I have to hand this assignment in tomorrow.
Your profile says Mac, and on Macs, programs open and store files on /private/var/folders/. Opening terminal, authorizing via ‘sudo -s’, I was able to poke around and find my open skip files from the folder (yours will look similar):
You can move this file to somewhere from here, kill SketchUp, and then open. Hope that helps in the future. Also, when it’s hung, do cmd-opt-esc and kill the program - you’ll get a spindump crash report which can then give you clues on what hung it.
@john_drivenupthewall, that’s a hypothetical, not a literal directory. Here’s the exact steps for you Myers-Briggs people that have an ‘S’ in your second letter and not an ‘N’:
Open Terminal
cd /var/folders
sudo -s
→ type your password.
find . -name “com.sketchup.SketchUp.2016*” -print
→ up will pop YOUR DIRECTORY, not mine, for the SketchUp files. cd to that directory, and you’re there.
Thanks. I had them in there originally, but after deleting them, they weren’t regenerated. FYI, using opensnoop (a DTrace utility on Mac that comes with the OS) to find these. brb
I was just hoping you had finally exposed where the ‘in memory’ skp resides, autosave is so detrimental on a mac I’d prefer to just ‘ditto’ it as a separate process…