Sublime Forum

Build 3067 crashing often

#1

Since I updated to build 3067, sublime is crashing quite often. In the past 10 minutes it has crashed 4 times, 3 times when trying to rename a file and 1 time when trying to check for updates. Any way I can go back to the previous version?

0 Likes

#2

I had the same problem, so I uninstalled 3067 then downloaded the old version by copying the url for my OS from sublimetext.com/3dev, then changing 3067 to 3066 and paste into browser. Voila.

No idea what the “right way” is, but this works. Just make sure you ignore the 3067 update when it comes…

0 Likes

#3

Well it does seem to be a plugin issue. I removed some old plugins that I don’t use anymore and it has not crashed yet.

0 Likes

#4

The plugin that caused it to crash for me was SidebarEnhancements btw

0 Likes

#5

Started happening again so just revert to the previous build like mentioned above. Be nice to know if this is a bug with Sublime Text or the plugin.

0 Likes

#6

I played a lot yesterday with that build, and yeah rename in sidebar crashes often.

Env:
Windows 8.1 x64
Build 3067 (32 & 64 bits), portable versions

Steps to reproduce :

  1. Have a folder opened in the sidebar with at least 2 files.
    Under the folder group:
  2. Right-click on a file and rename it.
  3. Select (left click) the same file.
  4. Select (left click) a different file.
  5. Right-click on the first file and try to rename it again.

It will crash, create a .dmp file, and Windows Event Viewer will report the crash.
If it doesn’t crash on the first time, re-try the steps again, maybe with different file names.

Faulting application name: sublime_text.exe, version: 1.0.0.1, time stamp: 0x54caea71
Faulting module name: sublime_text.exe, version: 1.0.0.1, time stamp: 0x54caea71
Exception code: 0xc000041d
Fault offset: 0x00000000002b808c

If you want, I can try to find a place to upload the .dmp file, but you will probably be able to generate one yourself.

0 Likes

#7

Thanks for the detailed repro, will fix for the next build

0 Likes