Sublime Forum

ST3 crashes frequently since Build 3124

#6

I am also having trouble with this new version.

I am using Windows 7 and Sublime Text does freezes during launch.

0 Likes

#7

If you are having trouble with freezing or crashing, please try reverting to a clean state, but save your Data folder so you don’t lose any settings or customizations.

It may be that a third-party package is causing issues and may need to be updated to work with 3124.

0 Likes

#8

Hi @wbond,

Thanks for your answer, but as I mentioned I already tried that, I move the folder away, it created a new one, but still not working…

Restarted the pc, and still getting the same freezing problems…

Any other tip?

Thanks!

I will try to reinstall it from scratch and validate again.

0 Likes

#9

Perhaps see if antivirus or network security software is unhappy? There is a new python33.dll on Windows since we are shipping some fixes for the ctypes module. I could see how an antivirus program might think changes to how FFI calls happen in python33.dll or plugin_host.exe could make it think there was a virus.

0 Likes

#10

Same thing for me… No luck after reverting it to a clean state.
Will try to use something like CCleaner to see if it helps.

0 Likes

#11

0. Close Sublime Text

1. Try to remove these folders:

Windows

%LOCALAPPDATA%\Sublime Text 3

macOS

~/Library/Application Support/Sublime Text 3/Cache
~/Library/Application Support/Sublime Text 3/Index

2. Try to remove these files:

Windows

%APPDATA%\Sublime Text 3\Local\id*
%APPDATA%\Sublime Text 3\Local\Session.sublime_session

macOS

~/Library/Application Support/Sublime Text 3/Local/id*
~/Library/Application Support/Sublime Text 3/Local/Session.sublime_session

3. If you are web developer add remove node_modules from indexing via adding next settings to your user preference file

	"index_exclude_patterns":
	[
		"node_modules/**",
		"*.log"
	],

4. Create new workspace for your project.

5. Check your plugins & themes

These ones are causing issues:

  • Markdown Editing
  • Markdown Extended

Also try to enable all your default packages.

4 Likes

Crash BUG of 3126
#12

@wbond,

I just noticed a weird thing… when using only the keyboard it´s working… even delete and install a package, like:

But, right after my first click (with the mouse) it crashes… like:

Just weird…

Hello @oivva, thanks for you reply. I tryid thatr as well on the preferences and users preferences settings, but I will tell you what, it´s freezing on opening, even withouth any projects loaded.

Thanks again!

-------8<----------

First Update

Actually I did not even needed to click, only pass the mouse through sublime area and it freezes…

------>8-----------

1 Like

#13

I have found a workaround for this issue. You have to run Sublime Text as Administrator.

For me is working well. If you guys find a definitive solution for this issue, please tell us.

Regards.

2 Likes

#14

ok!

I am not sure… but after reinstalling a couple times, there might a permission problem, as some has pointed it out.

After reinstalling it was still not working, so, I am using a Windows 7, on a domain, so, here what I did to fix it:

1. Create a folder under C: (ex. apps) (On windows enviorment it will be accessible by every user this way).

2. Insltall a fresh Sublime Text 3 under this folder (ex. C:\apps\Sublime Text 3)

So it worked! Even with my regular configuration files, activation license, packages, settings and everything.

Update 01:

Sorry everyone, today got back and it starts to freeze again… let´s see how it goes.

0 Likes

#15

@evert.ramos I got EXACTLY the same problem as you! If i just type something, Sublime keeps working. As soon as I pass the mouse through sublime area and it freezes. Really weird.

@leozzito Thanks for the tip! That also worked here! Have you tried that, @evert.ramos?

0 Likes

#16

@oliverdrummond well, I had a work around on other way, besides having to run as admin everytime, I reinstalled under C: as my previous message.

Thanks :slightly_smiling:

1 Like

Autoupdate, ST3 3124, Windows 10 x64, Not Responding
#17

Same problem here. Running as administrator “solves” the problem, but it’s annoying. Any permanent fix besides installing in another folder as @evert.ramos said?

0 Likes

#18

My sublime crashed here, but I think it is not related: [Build 3124] Crashed while saving my sublime-syntax modifitions.

What I do is simple, I run the portable version on another hard disk, i.e., not where my Windows 10 is installed. A folder like:

D:\User\Applications\SoftwareVersioning\SublimeText\

The running as administrator problem seens to be about the Windows file access permission, so moving sublime out of the Program Files and User folder restrictions prying eyes seens to solve it. But I cannot confim if my Sublime Text is free of crash because I since that crash I did not worked with sublime-syntax files developments.

0 Likes

#19

I haven’t been able to replicate the issue on my Windows 10 x64 VM.

Can any of you having trouble look in the Event Viewer and see if you can find any entries related to Sublime Text?

0 Likes

#20

I can do that if you guide me through

0 Likes

#21

This should help you: https://technet.microsoft.com/en-us/library/cc766401(v=ws.11).aspx?f=255&MSPPError=-2147217396

The program is a screen like this below. I do not know what is expected to be found, try look for errors info:

0 Likes

#22

Same problem here… even when I re-installed in c:\ folder…

0 Likes

#23

@addons_zz I’ve manage to get there, but what information should I take from it?

Update 1: I tried to install version 3114 and… same problem! :heart_eyes:

Update 2: After I did a registry cleaning with CCleaner, Sublime 3124 is “working” for a while. No crashes yet.

Update 3: Nevermind, after I close it and open it again, ST3 crashed.

0 Likes

#24

The same issue on Mac OS. Not responsive app during loading

0 Likes

#25

Big issues on OSX. Sublime crashed immediately on startup so I followed instructions and wiped every last drop off my computer including all configurations, packages and other meta files.

After a truly fresh install, opening certain text files I’ve opened 1000 times before sends the CPU to 100% and Sublime becomes unresponsive.

I am using ruby-slim, sass, better coffeescript plugins only. No other configurations beyond defaults.

This is a tragedy.

0 Likes