Search code examples
macossublimetext2

How to stop Sublime Text 2 crashing on startup


I've got a problem with Sublime Text 2 in that when I start it it automatically tries to load a file that leads it to crash.

I can see that there are ways of changing the settings once it's loaded - how do I fix it when it won't finish start-up?

I'm running on Mac OSX (Mavericks).


Solution

  • For Sublime 3

    • on Mac, Auto Save session exists in this path ~/Library/Application Support/Sublime Text 3/Local. Just go to this path delete all the files. Sublime will start working fresh.

    • On Linux, Auto Save session exists in /home/<USER>/.config/sublime-text-3/Local. Delete all the files you'll be good to go fresh.

    • On Windows the path is %APPDATA%\Sublime Text 3\Local