Sublime Forum

[SOLVED] Crashing at startup?

#1

I recently upgraded to ST2, but I am now unable to startup the application. I’m running the 64 bit version on Windows 7 and get nothing beyond an entry in the event log:

The program sublime_text.exe version 1.0.0.1 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
Process ID: 1e84
Start Time: 01cd5b64108788f9
Termination Time: 6
Application Path: C:\Program Files\Sublime Text 2\sublime_text.exe
Report Id: 92ff4e27-c757-11e1-a9d6-005056c00008

Is there anyway I can disable advanced features (ala safe mode) to try and debug this?

0 Likes

[ST3] [Linux] Frequent freeze/crash at startup caused by session file
#2

sublimetext.com/docs/2/revert.html

0 Likes

#3

It appears to be related to something in the Session.sublime_session file, since renaming the file allows Sublime to start without problem.

0 Likes

#4

Problem solved: I managed to delete chunks (namely the buffers) from the sublime_session file and it started up.

0 Likes

#5

I just got the same issue but couldn’t fix it with editing the buffers as @ifni has mentioned.

So I renamed the lastest backup session file Session.sublime_session.20200729_102625 to Session.sublime_session

It has some missing open tabs in my case but better than starting from scratch.

0 Likes