question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build procces freezes

See original GitHub issue

Hi, I already read through all of the other issues, but no solution did work for me! My build kind of freezes and the LaTeX Compiler Log doenst show anyting:

Workshop-Log:

[13:43:29] Initializing LaTeX Workshop.
[13:43:29] Cannot run pdflatex to determine if we are using MiKTeX
[13:43:29] Creating LaTeX Workshop http and websocket server.
[13:43:29] LaTeX Workshop initialized.
[13:43:29] Found root file from active editor: /Users/user/Documents/Uni/Mathematik/Karten.tex
[13:43:30] Root file changed from: undefined. Find all dependencies.
[13:43:30] Instantiating a new file watcher for /Users/user/Documents/Uni/Mathematik/Karten.tex
[13:43:30] Parsing /Users/user/Documents/Uni/Mathematik/Karten.tex
[13:43:30] Cannot find file /Users/user/Documents/Uni/Mathematik/Karten.fls
[13:43:30] Server created on 127.0.0.1:62949
[13:43:30] Snippet data loaded.
[13:43:30] LaTeX Workshop version: 7.2.0
[13:43:56] BUILD command invoked.
[13:43:56] Found root file from active editor: /Users/user/Documents/Uni/Mathematik/Karten.tex
[13:43:56] Root file remains unchanged from: /Users/user/Documents/Uni/Mathematik/Karten.tex.
[13:43:56] Building root file: /Users/user/Documents/Uni/Mathematik/Karten.tex
[13:43:56] Build root file /Users/user/Documents/Uni/Mathematik/Karten.tex
[13:43:56] Recipe step 1: latexmk, -synctex=1,-interaction=nonstopmode,-file-line-error,-pdf,-outdir=,/Users/user/Documents/Uni/Mathematik/Karten

Here is my Settings:

{
    "editor.fontSize": 16,
    "workbench.colorTheme": "Atom One Dark",
    "editor.minimap.enabled": false,
    "window.zoomLevel": 0,
    "latex-workshop.view.pdf.viewer": "tab",
    "terminal.integrated.fontSize": 16,
    "files.autoSave": "afterDelay",
    "files.autoSaveDelay": 5000,
    "latex-workshop.view.pdf.external.command": {
        "command": "open",
        "args": [
            "-a",
            "preview",
            "%PDF%"
        ]
    },
    "latex-workshop.chktex.path": "/Library/TeX/texbin/chktex",
    "latex-workshop.latexindent.path": "/Library/TeX/texbin/LatexIndent",
    "latex-workshop.view.pdf.ref.viewer": "tabOrBrowser",
    "latex-workshop.synctex.path": "/Library/TeX/texbin/synctex",
    "latex-preview.command": "/Library/TeX/texbin/pdflatex",
    "latex-workshop.latex.tools": [
        {
            "name": "latexmk",
            "command": "latexmk",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "-pdf",
                "-outdir=",
                "%DOC%"
            ],
            "env": {}
        },
        {
            "name": "pdflatex",
            "command": "pdflatex",
            "args": [
                "-synctex=1",
                "-interaction=nonstopmode",
                "-file-line-error",
                "%DOC%"
            ],
            "env": {}
        },
        {
            "name": "bibtex",
            "command": "bibtex",
            "args": [
                "%DOCFILE%"
            ],
            "env": {}
        }
    ],
    "python.pythonPath": "/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin"
}

OS: 10.14.3 VS-Code: 1.36.1 Workshop: 7.2.0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tamuratakcommented, Jul 28, 2019

Please show us log messages. Show us the exact versions of VSCode, LaTeX workshop, and OS. The word latest is NOT helpful. Please disable all the other extensions except for LaTeX Workshop, and check that you still see this issue.

2018-11-07 20 34 24

1 Please change the theme of VSCode to the default one, and check that you still see this issue.
2 Please change all the user settings of VSCode to the default ones, and check that you still see this issue.
3 Please disable all the other extensions except for LaTeX Workshop, and check that you still see this issue.

Then please do the followings.

  1. Open the command palette.
  2. Enter Developer: Toggle Developer Tools and press enter.
  3. Show us messages in the console.

2018-11-27 20 42 47

2018-11-27 20 43 43

2018-11-27 20 44 45

Thank you for your cooperation.

1reaction
tamuratakcommented, Jul 28, 2019

Please fill out information required in the issue template.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build procedure hangs in release mode in Visual Studio 2019
I have a commercial software with several projects. The build procedure in visual studio just hangs when it reaches the file shown in...
Read more >
Build hangs randomly for unknown reason
Build process tends to randomly hang while building. Output stops at “Done building project <name>” and does not proceed anymore. Sometimes cancelling build...
Read more >
Image build process Freezes on Taking snapshot of full ...
Issue arises in multistage as well as single stage Dockerfile. Expected behavior. Image build should not freeze at Taking snapshot of full ...
Read more >
Unity freezes during build process
I'm working with Unity 2019.2.20f1 on a Windows Standalone project for VR. When I try to make a build, Unity freezes during the...
Read more >
Visual Studio 2019 constantly freezing after build success
I'm experiencing constant hangs after successfully building my solution for an Unreal Engine 4 project. Maybe 1 in every 3 builds, the build...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found