Error with sublime text 3

I have a problem with my sublime text 3, I get this message every time, do you know what the solution is?

I'm using Windows 10.

Plugin_host has exited unexpectedly, plugin functionality won't be available until sublime text has been restarted

 1
Author: Miquel Coll, 2016-06-07

4 answers

In general such a plugin can "crashear" for several reasons. It may be some other plugin that you have updated and have some bug or Sublime itself.

In these cases, the advice I would give you is to deactivate plugins one by one, opening and closing Sublime, and thus find who is to blame.

Greetings

 2
Author: hdlopez, 2016-10-08 00:09:50

Is usually because some plugin has some error, check the integrity of each one you have installed.

 0
Author: RogerByte, 2016-06-08 16:18:20

If you don't have many plugins installed. I would recommend annotating them, uninstalling sublime, clearing the installation directories and reinstalling. Sometimes a file gets corrupted due to updates or by use itself.

 0
Author: Orici, 2016-12-29 22:04:28

Good night, I have installed sublime text 3, after setting up the PATCH by go, install Phyton, and since then it gives me the following notifications that I do not know how to fix:

package github.com/DamnWidget/godef: cannot download, $GOPATH not set. For more details see: go help gopath
package golang.org/x/tools/cmd/guru: cannot download, $GOPATH not set. For more details see: go help gopath
package github.com/fatih/motion: cannot download, $GOPATH not set. For more details see: go help gopath
package github.com/josharian/impl: cannot download, $GOPATH not set. For more details see: go help gopath
package github.com/nsf/gocode: cannot download, $GOPATH not set. For more details see: go help gopath
package github.com/zmb3/gogetdoc: cannot download, $GOPATH not set. For more details see: go help gopath
package gopkg.in/alecthomas/gometalinter.v1: cannot download, $GOPATH not set. For more details see: go help gopath
[Finished in 5.7s with exit code 1]
[shell_cmd: C:\Go\bin\go get -x -u github.com/DamnWidget/godef golang.org/x/tools/cmd/guru github.com/fatih/motion github.com/josharian/impl github.com/nsf/gocode github.com/zmb3/gogetdoc gopkg.in/alecthomas/gometalinter.v1]
[dir: C:\Program Files\Sublime Text 3]
[path: C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\FPC\2.6.4\bin\i386-Win32;C:\Program Files\Windows Live\Shared;C:\Program Files\Skype\Phone\;C:\Go\bin;C:\Program Files\Git\cmd;C:\Program Files\Cracklock\Bin;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;]

What can I do to correct these notifications?

 0
Author: Georgelys Marcano, 2017-04-24 07:35:02