Sublime Forum

ST3 3028 plugin_host has exited unexpectedly

#1

This happens sometimes when I click on the margin to switch views:

Traceback (most recent call last): File "/opt/sublime_text/sublime_plugin.py", line 319, in on_deactivated callback.on_deactivated(v) File "/opt/sublime_text/Packages/Default.sublime-package/history_list.py", line 199, in on_deactivated get_jump_history(view.window().id()).push_selection(view) File "/opt/sublime_text/Packages/Default.sublime-package/history_list.py", line 32, in push_selection region_list = list(view.sel()) File "/opt/sublime_text/sublime.py", line 446, in __getitem__ if r.a == -1:
AttributeError: ‘NoneType’ object has no attribute ‘a’
error: plugin_host has exited unexpectedly, plugin functionality won’t be available until Sublime Text has been restarted

0 Likes

#2

Seems to be related to this plugin: github.com/jamie-pate/SublimeResizeActiveGroup

0 Likes

#3

This appears to happen when there is a temporary buffer open (ie: i clicked on the file in the sidebar, but didn’t actually ‘open’ it and haven’t edited it, the title bar is in italics)

0 Likes

#4

Still an issue in 3047
I had hoped that

would fix it

0 Likes

#5

I’m having this about once a day… really frustrating. it seems to be when a log file reloads based on the logs.

0 Likes