Sublime Forum

ST3: plugin_host crash on panel focus change

#1

Sublime Text 3, build 3054
Windows 8 x64

Console:

Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 319, in on_deactivated callback.on_deactivated(v) File "history_list in C:\Program Files\Sublime Text 3\Packages\Default.sublime-package", line 199, in on_deactivated AttributeError: 'NoneType' object has no attribute 'id' error: plugin_host has exited unexpectedly, plugin functionality won't be available until Sublime Text has been restarted

Case:
Switching between files in 2 column layout, while previous file has some unfinished code, cause plugin_host crash.

Expected behavior:
plugin_host prints error to sublime text console and do not crash. If it eventually crash, sublime restart it automatically.

Plugins:

[code]{
“installed_packages”:

	"AdvancedNewFile",
	"ApacheConf.tmLanguage",
	"Better TypeScript",
	"BufferScroll",
	"Clipboard Manager",
	"Compass",
	"DocBlockr",
	"EditorConfig",
	"Ember.js Snippets",
	"Emmet Css Snippets",
	"HTML Mustache",
	"HTML5",
	"JavaScript Refactor",
	"jQuery",
	"LESS",
	"Nette",
	"nginx",
	"Open-Include",
	"Package Control",
	"ShowEncoding",
	"SideBarEnhancements",
	"SublimeCodeIntel",
	"Syntax Highlighting for Sass",
	"Tag",
	"Terminal",
	"Theme - Soda"
],
"repositories":

	"https://github.com/sergeche/emmet-sublime/",
	"https://github.com/dnatag/SublimeTODO"
]

}[/code]

I have enabled save_on_focus_lost option.

0 Likes

#2

Disable one by one of the installed packages, untill you find the one that crash it. {2cents}

0 Likes

#3

SublimeLinter is the bad boy, but that nothings changes about plugin_host crashing, which should not behave like this.

0 Likes