Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin_host crashes on calling subprocess.Popen() #6070

Open
rpthacke opened this issue Aug 3, 2023 · 16 comments
Open

plugin_host crashes on calling subprocess.Popen() #6070

rpthacke opened this issue Aug 3, 2023 · 16 comments

Comments

@rpthacke
Copy link

rpthacke commented Aug 3, 2023

Description of the bug

I downloaded the newest version of Sublime and now the Insert Nums package doesn't work. Now every time I start Sublime, I also get this error that says "plugin_host-3.3.exe has stopped working" and I have to close the program. I have a lot of work to do at NASA and this is really impacting my job right now.

Don't you guys test these things before release?!

Steps to reproduce

  1. just Start Sublime - error pops up.

Expected behavior

I expected an upgrade to Sublime would work

Actual behavior

See above.

Sublime Text build number

4152

Operating system & version

Windows 10 Enterprise

(Linux) Desktop environment and/or window manager

No response

Additional information

No response

OpenGL context information

No response

@deathaxe
Copy link
Collaborator

deathaxe commented Aug 3, 2023

Are you refering to https://packagecontrol.io/packages/Insert%20Nums?

It's running fine on my ST4150-4152 on Windows 11.

Can you provide output from ST's console?

@rpthacke
Copy link
Author

rpthacke commented Aug 3, 2023

Yes, that's the one.

Here's the output:
DPI mode: per-monitor v2
startup, version: 4151 windows x64 channel: stable
executable: /C/Program Files/Sublime Text/sublime_text.exe
application: /C/Program Files/Sublime Text
working dir: /C/Program Files/Sublime Text
packages path: /C/Users/rpthacke/AppData/Roaming/Sublime Text 3/Packages
state path: /C/Users/rpthacke/AppData/Roaming/Sublime Text 3/Local
zip path: /C/Program Files/Sublime Text/Packages
zip path: /C/Users/rpthacke/AppData/Roaming/Sublime Text 3/Installed Packages
ignored_packages: ["Vintage"]
pre session restore time: 0.166542
startup time: 0.241542
first paint time: 0.245542
reloading plugin Default.arithmetic
reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading plugin Default.colors
reloading plugin Default.comment
reloading plugin Default.convert_color_scheme
reloading plugin Default.convert_syntax
reloading plugin Default.copy_path
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.html_print
reloading plugin Default.indentation
reloading plugin Default.install_package_control
reloading python 3.3 plugin 0_package_control_loader.00-package_control
reloading python 3.3 plugin 0_package_control_loader.55-jsonschema
reloading python 3.3 plugin Fortran.InlineDocsHover
reloading python 3.3 plugin Fortran.InlineLatexHover
reloading plugin Default.keymap
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.profile
reloading plugin Default.quick_panel
reloading plugin Default.rename
reloading python 3.3 plugin Fortran.linter
reloading plugin Default.run_syntax_tests
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.settings
reloading plugin Default.show_scope_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.ui
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
gfortranfixedform: Defining 'cls.syntax' has no effect anymore. Use http://www.sublimelinter.com/en/stable/linter_settings.html#selector instead.
gfortranfixedform: Defining 'cls.version_args' has no effect. Please cleanup and remove this setting.
gfortranfixedform: Defining 'cls.version_re' has no effect. Please cleanup and remove this setting.
gfortranfixedform: Defining 'cls.version_requirement' has no effect. Please cleanup and remove this setting.
gfortranfixedform: Defining 'cls.executable' has no effect. Please cleanup and remove this setting.
gfortranfixedform disabled. 'cls.defaults' is mandatory and MUST be a dict.
gfortranmodern: Defining 'cls.syntax' has no effect anymore. Use http://www.sublimelinter.com/en/stable/linter_settings.html#selector instead.
gfortranmodern: Defining 'cls.version_args' has no effect. Please cleanup and remove this setting.
gfortranmodern: Defining 'cls.version_re' has no effect. Please cleanup and remove this setting.
gfortranmodern: Defining 'cls.version_requirement' has no effect. Please cleanup and remove this setting.
gfortranmodern: Defining 'cls.executable' has no effect. Please cleanup and remove this setting.
gfortranmodern disabled. 'cls.defaults' is mandatory and MUST be a dict.
reloading python 3.3 plugin Insert Nums.InsertNums
reloading python 3.3 plugin Package Control.1_reloader
reloading python 3.3 plugin Package Control.2_bootstrap
reloading python 3.3 plugin Package Control.Package Control
reloading python 3.3 plugin sublimelint.commands
reloading python 3.3 plugin sublimelint.sublimelint
reloading python 3.3 plugin SublimeLinter.init
reloading python 3.3 plugin SublimeLinter._init
reloading python 3.3 plugin SublimeLinter.active_linters_view
reloading python 3.3 plugin SublimeLinter.busy_indicator_view
reloading python 3.3 plugin SublimeLinter.goto_commands
reloading python 3.3 plugin SublimeLinter.highlight_view
reloading python 3.3 plugin SublimeLinter.log_handler
reloading python 3.3 plugin SublimeLinter.message_view
reloading python 3.3 plugin SublimeLinter.panel_view
reloading python 3.3 plugin SublimeLinter.quick_actions
reloading python 3.3 plugin SublimeLinter.status_bar_view
reloading python 3.3 plugin SublimeLinter.sublime_linter
plugins loaded
Error rewriting command sublime_linter_remove_panel. Encountered infinite loop
error: plugin_host-3.3 has exited unexpectedly, some plugin functionality won't be available until Sublime Text has been restarted

@rpthacke
Copy link
Author

rpthacke commented Aug 3, 2023

And no matter how many times I restart Sublime...it's the same error.

I have tried restarting my machine too and still the same issue. I tried reverting back to an older build hoping it would resolve it, but I still have the same issue.

@deathaxe
Copy link
Collaborator

deathaxe commented Aug 3, 2023

Plugin host most likely crashes, if it fails to load a pre-compiled python library or due to changed OS APIs being used by one of them.

My hunch is that some of your packages or one of their dependencies got screwed up, as I can't reproduce any crash with your plugins installed.

Clearing %LOCALAPPDATA%\Sublime Text\Cache sometimes helps with some weird issues, but it is unrelated with plugins.

Hence reverting to a freshly installed state seems to be the only option.

see: https://www.sublimetext.com/docs/revert.html

As you still seem to be using "old" ST3 data directory (%APPDATA%\Sublime Text 3) I'd suggest to

  1. create a %APPDATA%\Sublime Text folder (without the 3).
  2. copy %APPDATA%\Sublime Text 3\Packages\User => %APPDATA%\Sublime Text\Packages\User
  3. copy %APPDATA%\Sublime Text 3\Local\License.sublime_license => %APPDATA%\Sublime Text\Local\License.sublime_license
  4. Start ST again (it should be in freshly installed state)
  5. Install Package Control and let it setup your packages

This way your current setup remains untouched in the old %APPDATA%\Sublime Text 3 folder and you can try to start with a fresh setup using %APPDATA%\Sublime Text.

@michaelblyons
Copy link

Error rewriting command sublime_linter_remove_panel. Encountered infinite loop
error: plugin_host-3.3 has exited unexpectedly, some plugin functionality won't be available until Sublime Text has been restarted

Have you tried disabling the linter stuff?

Also, I don't get the tone.

@deathaxe
Copy link
Collaborator

deathaxe commented Aug 4, 2023

I am reliably able to reproduce plugin_host-3.3 crashing with following steps:

  1. Install SublimeLinter and sublimelint (the latter seems the culprit)
  2. Open a folder in sidebar (e.g. ST's Data directory)
  3. Open console
  4. start typing a command or use up-key to select one from history -> crash!

Preferences.sublime-settings

{
	"ignored_packages":
	[
		"Vintage",
	],

}

Package Control.sublime-settings

{
	"bootstrapped": true,
	"in_process_packages":
	[
	],
	"installed_packages":
	[
		"Package Control",
		"sublimelint",
	],
}

Observersions

The plugin_host crashes on calling subprocess.Popen() with cmd=('pyflakes',) at https://github.com/lunixbochs/sublimelint/blob/cc53c178f0d743cf0016c93c73840443d0c2a241/lint/util.py#L193-L195

A workaround seems to be to add shell=True argument.

        return subprocess.Popen(cmd, stdin=subprocess.PIPE,
            stdout=subprocess.PIPE, stderr=subprocess.PIPE,
            startupinfo=info, env=env, shell=True)

@BenjaminSchaaf
Copy link
Member

Fixed in build 4153.

@bholtdwyer
Copy link

I get this same error message when I try to run "build" on a LaTeX document using freshly installed Sublime Build 4154 on a Windows 11 Pro. Here's my full console output:

DPI mode: per-monitor v2
startup, version: 4154 windows x64 channel: dev
executable: /C/Program Files/Sublime Text/sublime_text.exe
application: /C/Program Files/Sublime Text
working dir: /C/Program Files/Sublime Text
packages path: /C/Users/holtd/AppData/Roaming/Sublime Text/Packages
state path: /C/Users/holtd/AppData/Roaming/Sublime Text/Local
zip path: /C/Program Files/Sublime Text/Packages
zip path: /C/Users/holtd/AppData/Roaming/Sublime Text/Installed Packages
ignored_packages: ["Vintage"]
pre session restore time: 0.100548
startup time: 0.143548
first paint time: 0.172548
git: using configuration from C:\Program Files\Git\cmd\git.exe
git: tracking working dir C:\Users\holtd\Dropbox\res\india_dams
reloading plugin Default.arithmetic
reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading plugin Default.colors
reloading plugin Default.comment
reloading plugin Default.convert_color_scheme
reloading plugin Default.convert_syntax
reloading plugin Default.copy_path
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.html_print
reloading plugin Default.indentation
reloading plugin Default.install_package_control
reloading python 3.3 plugin 0_package_control_loader.00-package_control
reloading python 3.3 plugin 0_package_control_loader.01-pygments
reloading python 3.3 plugin 0_package_control_loader.50-markupsafe
reloading python 3.3 plugin 0_package_control_loader.50-python-markdown
reloading python 3.3 plugin 0_package_control_loader.51-python-jinja2
reloading python 3.3 plugin 0_package_control_loader.55-mdpopups
reloading python 3.3 plugin Auto Refresh.AutoRefresh
reloading python 3.3 plugin Package Control.1_reloader
reloading python 3.3 plugin Package Control.2_bootstrap
reloading plugin Default.keymap
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.profile
reloading plugin Default.quick_panel
reloading plugin Default.rename
reloading plugin Default.run_syntax_tests
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.settings
reloading plugin Default.show_scope_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.ui
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading python 3.3 plugin Package Control.Package Control
reloading python 3.3 plugin LaTeXTools.01_reload_submodules
reloading python 3.3 plugin LaTeXTools.02_temp_file_cleanup
reloading python 3.3 plugin LaTeXTools.03_reset_phantoms
reloading python 3.3 plugin LaTeXTools.biblatex_crossref_completions
reloading python 3.3 plugin LaTeXTools.biblatex_field_name_completions
reloading python 3.3 plugin LaTeXTools.biblatex_name_completions
reloading python 3.3 plugin LaTeXTools.biblatex_snippet_completions
reloading python 3.3 plugin LaTeXTools.biblatex_syntax_listener
reloading python 3.3 plugin LaTeXTools.change_environment
reloading python 3.3 plugin LaTeXTools.create_mousemap
reloading python 3.3 plugin LaTeXTools.delete_temp_files
reloading python 3.3 plugin LaTeXTools.detect_spellcheck
reloading python 3.3 plugin LaTeXTools.getRegion
reloading python 3.3 plugin LaTeXTools.getTeXRoot
reloading python 3.3 plugin LaTeXTools.jumpto_anywhere
reloading python 3.3 plugin LaTeXTools.jumpto_tex_file
reloading python 3.3 plugin LaTeXTools.jumpToPDF
reloading python 3.3 plugin LaTeXTools.kpsewhich
reloading python 3.3 plugin LaTeXTools.latex_cite_completions
reloading python 3.3 plugin LaTeXTools.latex_cwl_completions
reloading python 3.3 plugin LaTeXTools.latex_directive_completions
reloading python 3.3 plugin LaTeXTools.latex_env_completions
reloading python 3.3 plugin LaTeXTools.latex_fill_all
reloading python 3.3 plugin LaTeXTools.latex_glossary_completions
reloading python 3.3 plugin LaTeXTools.latex_input_completions
reloading python 3.3 plugin LaTeXTools.latex_installed_packages
reloading python 3.3 plugin LaTeXTools.latex_own_command_completions
reloading python 3.3 plugin LaTeXTools.latex_ref_completions
reloading python 3.3 plugin LaTeXTools.latexCommand
reloading python 3.3 plugin LaTeXTools.latexDocumentationViewer
reloading python 3.3 plugin LaTeXTools.latexEnvCloser
reloading python 3.3 plugin LaTeXTools.latexEnvironment
reloading python 3.3 plugin LaTeXTools.latextools_cache_listener
reloading python 3.3 plugin LaTeXTools.latextools_default_settings
reloading python 3.3 plugin LaTeXTools.latextools_plugin
reloading python 3.3 plugin LaTeXTools.latextools_sublime_version_listener
reloading python 3.3 plugin LaTeXTools.makePDF
reloading python 3.3 plugin LaTeXTools.migrate
reloading python 3.3 plugin LaTeXTools.open_detexify
reloading python 3.3 plugin LaTeXTools.parseTeXlog
reloading python 3.3 plugin LaTeXTools.search_commands
reloading python 3.3 plugin LaTeXTools.system_check
reloading python 3.3 plugin LaTeXTools.texcount
reloading python 3.3 plugin LaTeXTools.texMacro
reloading python 3.3 plugin LaTeXTools.texSections
reloading python 3.3 plugin LaTeXTools.texSyntaxListener
reloading python 3.3 plugin LaTeXTools.toc_quickpanel
reloading python 3.3 plugin LaTeXTools.toggle_auto
reloading python 3.3 plugin LaTeXTools.toggle_focus
reloading python 3.3 plugin LaTeXTools.toggle_fwdsync
reloading python 3.3 plugin LaTeXTools.toggle_show
reloading python 3.3 plugin LaTeXTools.toggle_view_on_build
plugins loaded
Loaded LaTeXTools plugins ['directive_fill_all_helper', 'ref_fill_all_helper', 'cite_fill_all_helper', 'fill_all_helper', 'input_fill_all_helper', 'glossary_fill_all_helper', 'env_fill_all_helper', 'pdf_builder'] from path C:\Users\holtd\AppData\Roaming\Sublime Text\Packages\LaTeXTools\builders\pdfBuilder.py
Loaded LaTeXTools plugins ['simple_builder', 'traditional_builder', 'script_builder', 'basic_builder'] from path C:\Users\holtd\AppData\Roaming\Sublime Text\Packages\LaTeXTools\builders
Loading LaTeXTools plugins...
Loaded LaTeXTools plugins ['base_viewer'] from path C:\Users\holtd\AppData\Roaming\Sublime Text\Packages\LaTeXTools\viewers\base_viewer.py
Loaded LaTeXTools plugins ['preview_viewer', 'skim_viewer', 'zathura_viewer', 'evince_viewer', 'okular_viewer', 'command_viewer', 'sumatra_viewer'] from path C:\Users\holtd\AppData\Roaming\Sublime Text\Packages\LaTeXTools\viewers
Loaded LaTeXTools plugins ['traditional_bibliography', 'new_bibliography'] from path C:\Users\holtd\AppData\Roaming\Sublime Text\Packages\LaTeXTools\bibliography_plugins
Loaded LaTeXTools plugins [] from path C:\Users\holtd\AppData\Roaming\Sublime Text\Packages\LaTeXTools\builders\pdfBuilder.py
Loaded LaTeXTools plugins [] from path C:\Users\holtd\AppData\Roaming\Sublime Text\Packages\LaTeXTools\builders
Running "'C:\Program Files\gs\gs10.01.2\bin\gswin64c.EXE' -version"
Package Control: Detected Sublime Text update, looking for package updates
Package Control: No updated packages
<class '_latextools_traditionalBuilder.TraditionalBuilder'>
4
Welcome to thread Thread-8
Running "latexmk -cd -f -pdf -interaction=nonstopmode -synctex=1 india_irrigation.tex"
error: plugin_host-3.3 has exited unexpectedly, some plugin functionality won't be available until Sublime Text has been restarted

@BenjaminSchaaf
Copy link
Member

@bholtdwyer Can you please file a separate issue with full details.

@orbanbotond
Copy link

Fixed in build 4153.

How can I install the fixed version?

@BenjaminSchaaf
Copy link
Member

4153 is a development build, see https://www.sublimetext.com/dev

@jfcherng
Copy link

jfcherng commented Nov 1, 2023

I still encounter this in one of my private Python 3.3 plugins. The weird thing is that this can be reproduced in my company (Win10) PC but not my home (Win11) PC.

Adding shell=True as a workaround works. (mentioned in #6070 (comment))

jfcherng added a commit to sublimelsp/LSP-pyright that referenced this issue Nov 1, 2023
sublimehq/sublime_text#6070 (comment)

Signed-off-by: Jack Cherng <jfcherng@gmail.com>
@BenjaminSchaaf
Copy link
Member

@jfcherng which version are you running on your Win 10 pc?

@jfcherng
Copy link

jfcherng commented Nov 1, 2023

@jfcherng which version are you running on your Win 10 pc?

Both are dev 4160. Or if mean Windows, it's Win10 21H2 19044.3570.
image

@orbanbotond
Copy link

The same happened here:
startup, version: 4152 osx arm64 channel: stable
executable: /Applications/Sublime Text.app/Contents/MacOS/sublime_text
application: /Applications/Sublime Text.app
working dir: /
packages path: /Users/orbanbotond/Library/Application Support/Sublime Text 3/Packages
state path: /Users/orbanbotond/Library/Application Support/Sublime Text 3/Local
zip path: /Applications/Sublime Text.app/Contents/MacOS/Packages
zip path: /Users/orbanbotond/Library/Application Support/Sublime Text 3/Installed Packages
ignored_packages: ["Vintage"]
pre session restore time: 0.177835
OpenGL Context Information:
GL API Version: 4.1 Metal - 76.3
GLSL Version: 4.10
Vendor: Apple
Renderer: Apple M1
startup time: 0.269781
git: using configuration from system git install
git: tracking working dir /Users/orbanbotond/profession/ruby/clients/ifad/people
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/ldap_model-a0f3c4db4f4e
first paint time: 0.365612
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/api-config-bf0b9a7cbe6c
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/authentication-3b8ffea7fff6
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/chronomodel-3b4615b13116
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/best_in_place-88eb3052623a
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/chronomodel-6dce13583c86
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/chronomodel-5e729bbd2a76
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/chronomodel-ee8ca6430a2b
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/dependency-fcf85b294151
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/data-confirm-modal-009c7204267e
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/hawk-ecf51e9bac6d
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/hawk-abbff009aa46
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/infrad-d0d56cb6f141
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/instrumenter-e85aed74c591
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/mycalls-client-41758a642c62
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/mycalls-client-437e0d7d154f
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/peoplesoft-client-b2ce1fc52bb9
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/ranked-model-d3d0aecf9606
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/reticle-045644733a49
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/reticulum-client-895d6906369b
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/stradivari-763d0f391501
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/textmagic-rest-ruby-673eb4e81a2a
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/twitter-typeahead-rails-3c84ccf8323b
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/user_error-4613b42adb01
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/vacman-client-1d2bc3de81fc
git: tracking working dir /Users/orbanbotond/.frum/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/vpim-60503889142f
environment variables loaded using: /bin/zsh -l
reloading python 3.3 plugin 0_package_control_loader.00-package_control
reloading plugin Default.arithmetic
reloading python 3.3 plugin 0_package_control_loader.08-portalockerfile
reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading python 3.3 plugin 0_package_control_loader.09-concurrentloghandler
reloading python 3.3 plugin 0_package_control_loader.10-debugtools
reloading python 3.3 plugin 0_package_control_loader.50-plantumlconnection
reloading python 3.3 plugin AdvancedNewFile.AdvancedNewFile
reloading plugin Default.colors
reloading plugin Default.comment
reloading plugin Default.convert_color_scheme
reloading plugin Default.convert_syntax
reloading plugin Default.copy_path
reloading plugin Default.echo
reloading plugin Default.exec
reloading python 3.3 plugin Case Conversion.case_conversion
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading python 3.3 plugin Case Conversion.case_parse
reloading python 3.3 plugin Gem Browser.SublimeGemBrowser
reloading python 3.3 plugin Gist.gist_05_import
reloading python 3.3 plugin Gist.gist_20_exceptions
reloading python 3.3 plugin Gist.gist_40_request
reloading plugin Default.html_print
reloading plugin Default.indentation
reloading plugin Default.install_package_control
reloading plugin Default.keymap
reloading plugin Default.kill_ring
reloading python 3.3 plugin Gist.gist_60_helpers
reloading plugin Default.mark
reloading python 3.3 plugin Gist.gist_80
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.profile
reloading plugin Default.quick_panel
reloading plugin Default.rename
reloading plugin Default.run_syntax_tests
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.settings
reloading plugin Default.show_scope_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.switch_file
reloading python 3.3 plugin Gist.gitio
reloading plugin Default.symbol
reloading python 3.3 plugin Git blame.boot
reloading python 3.3 plugin Git.git_commands
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.ui
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading python 3.3 plugin Package Control.1_reloader
reloading python 3.3 plugin Package Control.2_bootstrap
reloading plugin GitDiffView.command_clear_diff_view
reloading plugin GitDiffView.command_dismiss_changesd
reloading plugin GitDiffView.command_goto_file
reloading plugin GitDiffView.command_stage_unstage_file
reloading plugin GitDiffView.command_update_diff_view
reloading plugin GitDiffView.command_update_status_view
reloading plugin GitDiffView.main
reloading plugin GitDiffView.utils
reloading plugin Sass.sass_completions
error: plugin_host-3.3 has exited unexpectedly, some plugin functionality won't be available until Sublime Text has been restarted

@orbanbotond
Copy link

The same happens for me with V: 4160...

Screenshot 2023-11-03 at 3 49 14 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants