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

After update to latest vesion of Sublime and LaTeXTools, I get an error "Cannot find builder traditional". #1603

Open
jeffgian opened this issue Jan 30, 2025 · 6 comments
Labels

Comments

@jeffgian
Copy link

After a recent update to Sublime Text 4192 (the latest version) and LaTexTools (v4.1.0), I now get an error message when trying to build a tex file:

Cannot find builder traditional.
Check your LaTeXTools Preferences

It is not just a problem with the traditional builder. I get a corresponding error message whichever builder I try to use.

In my settings, I have:
"builder_path": "User/builders"

In plugins/builder I see traditional_builder.py and all the others. I also have a copy in User/builders.

Running a Check System gives me this:

Program Location Status Version


latexmk /Library/TeX/texbin/latexmk available Latexmk, John Collins, 29 September 2020. Version 4.70b
pdflatex /Library/TeX/texbin/pdflatex available pdfTeX 3.141592653-2.6-1.40.22 (TeX Live 2021)
xelatex /Library/TeX/texbin/xelatex available XeTeX 3.141592653-2.6-0.999993 (TeX Live 2021)
lualatex /Library/TeX/texbin/lualatex available This is LuaHBTeX, Version 1.13.0 (TeX Live 2021)
biber /Library/TeX/texbin/biber available biber version: 2.16
bibtex /Library/TeX/texbin/bibtex available BibTeX 0.99d (TeX Live 2021)
bibtex8 /Library/TeX/texbin/bibtex8 available This is 8-bit Big BibTeX version 0.99d
kpsewhich /Library/TeX/texbin/kpsewhich available kpathsea version 6.3.3
magick missing unavailable
ghostscript /usr/local/bin/gs available GPL Ghostscript 9.53.3 (2020-10-01)

Packages for equation preview Status


standalone available
preview available
xcolor available
amsmath available
amssymb available
latexsym available
mathtools available

Builder Status


traditional missing

Builder Setting Value


display_log False
linux {}
osx {}
windows {}

@Honzaik
Copy link

Honzaik commented Jan 30, 2025

try deleting temporary files/cache using commands "LatexTools: Clear cache" and "LatexTools: Delete temporary files".
This helped me.

@jeffgian
Copy link
Author

jeffgian commented Jan 30, 2025 via email

@matthieugomez
Copy link

I am having the same issue.

@deathaxe
Copy link
Member

That's an undesirable side effect of LaTeXTools internal plugin infrastructure, which happens after reloading modules. All should get back to normal when restarting ST.

@jeffgian
Copy link
Author

jeffgian commented Jan 30, 2025 via email

@deathaxe
Copy link
Member

This kind of issue is triggered by modifying/saving plugin.py, which causes reloading all sub-modules.

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

No branches or pull requests

4 participants