Hannah-Sten / TeXiFy-IDEA

LaTeX support for the IntelliJ platform by JetBrains.
https://hannah-sten.github.io/TeXiFy-IDEA
MIT License
884 stars 87 forks source link

Package preloaded from other package not recognized #3280

Closed FG-TUM closed 11 months ago

FG-TUM commented 11 months ago

Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version

CLion 2023.2.2 Build #CL-232.9921.42, built on September 12, 2023

Operating System

Ubuntu 22.04

TeXiFy IDEA version

Version 0.9.1

What I did (steps to reproduce)

When creating an align environment, TeXiFy warns that the package amsmath is required, even if mathtools is loaded, which preloads amsmath.

Minimal example to reproduce the problem

\documentclass{minimal}
\usepackage{mathtools}
\begin{document}
    \begin{align}
        e = mc^2
    \end{align}
\end{document}

Expected behavior

No warning / error.

Actual behavior

The start of the environment is highlighted as an error (see screenshot), but compilation with e.g. pdflatex works fine. image

~(if applicable) The full stacktrace of the exception thrown~

PHPirates commented 11 months ago

Hi, thanks for reporting this! I cannot reproduce the issue, so I need a bit more information.

The issue is probably caused by TeXiFy not being able to find your package source files, so it cannot figure out that mathtools loads amsmath

FG-TUM commented 11 months ago

Classic :D I was able to reproduce it also on Arch. On both systems I installed TeX Live via the respective package manager (apt / pacman). For both, pdflatex is in /usr/bin/ which is in $PATH. I get the same behavior with a freshly installed IntelliJ 2023.2.3.

ubuntu$ pdflatex --version
pdfTeX 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian)
kpathsea version 6.3.4/dev
Copyright 2021 Han The Thanh (pdfTeX) et al.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.
Compiled with libpng 1.6.37; using libpng 1.6.37
Compiled with zlib 1.2.11; using zlib 1.2.11
Compiled with xpdf version 4.03

ubuntu$ apt list --installed | grep texlive-full
texlive-base/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-bibtex-extra/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-binaries/jammy-updates,jammy-security,now 2021.20210626.59705-1ubuntu0.1 amd64 [installed]
texlive-extra-utils/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-font-utils/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-fonts-extra-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-fonts-extra-links/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-fonts-extra/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-fonts-recommended-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-fonts-recommended/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-formats-extra/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-full/jammy,jammy,now 2021.20220204-1 all [installed]
texlive-games/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-humanities-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-humanities/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-arabic/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-chinese/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-cjk/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-cyrillic/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-czechslovak/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-english/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-european/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-french/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-german/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-greek/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-italian/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-japanese/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-korean/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-other/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-polish/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-portuguese/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-lang-spanish/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-latex-base-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-latex-base/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-latex-extra-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-latex-extra/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-latex-recommended-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-latex-recommended/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-luatex/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-metapost-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-metapost/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-music/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-pictures-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-pictures/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-plain-generic/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-pstricks-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-pstricks/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-publishers-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-publishers/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-science-doc/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-science/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
texlive-xetex/jammy,jammy,now 2021.20220204-1 all [installed,automatic]
arch$ pdflatex --version
pdfTeX 3.141592653-2.6-1.40.25 (TeX Live 2023/Arch Linux)
kpathsea version 6.3.5
Copyright 2023 Han The Thanh (pdfTeX) et al.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.
Compiled with libpng 1.6.40; using libpng 1.6.40
Compiled with zlib 1.3; using zlib 1.3
Compiled with xpdf version 4.04

arch$ pacman -Qs texlive
local/texlive-basic 2023.66594-19 (texlive)
    TeX Live - Essential programs and files
local/texlive-bibtexextra 2023.66594-19 (texlive)
    TeX Live - BibTeX additional styles
local/texlive-bin 2023.66984-16
    TeX Live binaries
local/texlive-binextra 2023.66594-19 (texlive)
    TeX Live - TeX auxiliary programs
local/texlive-context 2023.66594-19 (texlive)
    TeX Live - ConTeXt and packages
local/texlive-fontsextra 2023.66594-19 (texlive)
    TeX Live - Additional fonts
local/texlive-fontsrecommended 2023.66594-19 (texlive)
    TeX Live - Recommended fonts
local/texlive-fontutils 2023.66594-19 (texlive)
    TeX Live - Graphics and font utilities
local/texlive-formatsextra 2023.66594-19 (texlive)
    TeX Live - Additional formats
local/texlive-games 2023.66594-19 (texlive)
    TeX Live - Games typesetting
local/texlive-humanities 2023.66594-19 (texlive)
    TeX Live - Humanities packages
local/texlive-latex 2023.66594-19 (texlive)
    TeX Live - LaTeX fundamental packages
local/texlive-latexextra 2023.66594-19 (texlive)
    TeX Live - LaTeX additional packages
local/texlive-latexrecommended 2023.66594-19 (texlive)
    TeX Live - LaTeX recommended packages
local/texlive-luatex 2023.66594-19 (texlive)
    TeX Live - LuaTeX packages
local/texlive-mathscience 2023.66594-19 (texlive)
    TeX Live - Mathematics, natural sciences, computer science packages
local/texlive-metapost 2023.66594-19 (texlive)
    TeX Live - MetaPost and Metafont packages
local/texlive-music 2023.66594-19 (texlive)
    TeX Live - Music packages
local/texlive-pictures 2023.66594-19 (texlive)
    TeX Live - Graphics, pictures, diagrams
local/texlive-plaingeneric 2023.66594-19 (texlive)
    TeX Live - Plain (La)TeX packages
local/texlive-pstricks 2023.66594-19 (texlive)
    TeX Live - PSTricks
local/texlive-publishers 2023.66594-19 (texlive)
    TeX Live - Publisher styles, theses, etc.
local/texlive-xetex 2023.66594-19 (texlive)
    TeX Live - XeTeX and packages
PHPirates commented 11 months ago

Thanks, that explains. I see I never implemented the path to the sty files for native TeX Live installations, so that should be an easy fix, I just need to run like /usr/bin/kpsewhich article.sty and I get /usr/share/texmf-dist/tex/latex back.

PHPirates commented 11 months ago

This should fix it: https://plugins.jetbrains.com/plugin/download?rel=true&updateId=420705

FG-TUM commented 11 months ago

Yep, can confirm it's fixed! Thanks for the quick response :)

FG-TUM commented 11 months ago

Sorry to bother again, but it seems the fix does not work on Windows with MiKTeX (tested with CLion) :/

PHPirates commented 11 months ago

Thanks for the comment. I cannot reproduce that, for me it still works even with the fix for this issue included (0.9.2-alpha.3). Do you have any other LaTeX installations on your Windows? What does where pdflatex return?

Our logic is like this:

If you don't see anything strange, you can also enable debug logs which should point out the issue:

FG-TUM commented 10 months ago

There should not be any texlive installed. In cmd I get

C:\Users\UserName>where pdflatex
C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe

Here is the log:

2023-10-29 23:03:55,814 [      6]   INFO - #c.i.i.AppStarter - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2023-10-29 23:03:55,877 [     69]   INFO - #c.i.p.d.t.i.TelemetryManagerImpl - Initializing telemetry tracer com.intellij.platform.diagnostic.telemetry.impl.TelemetryManagerImpl
2023-10-29 23:03:55,936 [    128]   INFO - #c.i.i.AppStarter - JNA library (64-bit) loaded in 70 ms
2023-10-29 23:03:55,946 [    138]   INFO - #c.i.i.AppStarter - IDE: DataSpell (build #DS-232.10072.29, 11 Oct 2023 14:45)
2023-10-29 23:03:55,947 [    139]   INFO - #c.i.i.AppStarter - OS: Windows (10.0)
2023-10-29 23:03:55,948 [    140]   INFO - #c.i.i.AppStarter - JRE: 17.0.8.1+7-b1000.32, amd64 (JetBrains s.r.o.)
2023-10-29 23:03:55,948 [    140]   INFO - #c.i.i.AppStarter - JVM: 17.0.8.1+7-b1000.32 (OpenJDK 64-Bit Server VM)
2023-10-29 23:03:55,952 [    144]   INFO - #c.i.i.AppStarter - PID: 4212
2023-10-29 23:03:55,953 [    145]   INFO - #c.i.p.d.t.CsvMetricsExporter - open-telemetry-metrics-plotter.html is not found in classpath
2023-10-29 23:03:55,954 [    146]   INFO - #c.i.i.AppStarter - JVM options: [exit, -XX:ErrorFile=C:\Users\UserName\\java_error_in_dataspell64_%p.log, -XX:HeapDumpPath=C:\Users\UserName\\java_error_in_dataspell64.hprof, -Xms256m, -Xmx2048m, -XX:ReservedCodeCacheSize=512m, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -XX:+IgnoreUnrecognizedVMOptions, -XX:CompileCommand=exclude,com/intellij/openapi/vfs/impl/FilePartNodeRoot,trieDescend, -ea, -Dsun.io.useCanonCaches=false, -Dsun.java2d.metal=true, -Djbr.catch.SIGABRT=true, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -Dide.managed.by.toolbox=C:\Users\UserName\AppData\Local\JetBrains\Toolbox\bin\jetbrains-toolbox.exe, -Dtoolbox.notification.token=1bf54f46-796d-4ddf-891d-5fefd8ca1a81, -Dtoolbox.notification.portFile=C:\Users\UserName\AppData\Local\JetBrains\Toolbox\cache\ports\1096834948.port, -Xmx2048m, -Djb.vmOptionsFile=C:\Users\UserName\AppData\Roaming\\JetBrains\\DataSpell2023.2\dataspell64.exe.vmoptions, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.vendor.name=JetBrains, -Didea.paths.selector=DataSpell2023.2, -Djna.boot.library.path=D:\JetBrains\DataSpell/lib/jna/amd64, -Dpty4j.preferred.native.folder=D:\JetBrains\DataSpell/lib/pty4j, -Djna.nosys=true, -Djna.noclasspath=true, -Didea.platform.prefix=DataSpell, -Dsplash=true, -Daether.connector.resumeDownloads=false, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.lang.ref=ALL-UNNAMED, --add-opens=java.base/java.lang.reflect=ALL-UNNAMED, --add-opens=java.base/java.net=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/java.nio.charset=ALL-UNNAMED, --add-opens=java.base/java.text=ALL-UNNAMED, --add-opens=java.base/java.time=ALL-UNNAMED, --add-opens=java.base/java.util=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED, --add-opens=java.base/jdk.internal.vm=ALL-UNNAMED, --add-opens=java.base/sun.nio.ch=ALL-UNNAMED, --add-opens=java.base/sun.nio.fs=ALL-UNNAMED, --add-opens=java.base/sun.security.ssl=ALL-UNNAMED, --add-opens=java.base/sun.security.util=ALL-UNNAMED, --add-opens=java.base/sun.net.dns=ALL-UNNAMED, --add-opens=java.desktop/java.awt=ALL-UNNAMED, --add-opens=java.desktop/java.awt.dnd.peer=ALL-UNNAMED, --add-opens=java.desktop/java.awt.event=ALL-UNNAMED, --add-opens=java.desktop/java.awt.image=ALL-UNNAMED, --add-opens=java.desktop/java.awt.peer=ALL-UNNAMED, --add-opens=java.desktop/java.awt.font=ALL-UNNAMED, --add-opens=java.desktop/javax.swing=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.datatransfer=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.image=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.windows=ALL-UNNAMED, --add-opens=java.desktop/sun.awt=ALL-UNNAMED, --add-opens=java.desktop/sun.font=ALL-UNNAMED, --add-opens=java.desktop/sun.java2d=ALL-UNNAMED, --add-opens=java.desktop/sun.swing=ALL-UNNAMED, --add-opens=java.desktop/com.sun.java.swing=ALL-UNNAMED, --add-opens=jdk.attach/sun.tools.attach=ALL-UNNAMED, --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED, --add-opens=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED, --add-opens=jdk.jdi/com.sun.tools.jdi=ALL-UNNAMED, -Dide.native.launcher=true, -Djcef.sandbox.ptr=0000028684614A20]
2023-10-29 23:03:55,954 [    146]   INFO - #c.i.i.AppStarter - args: 
2023-10-29 23:03:55,955 [    147]   INFO - #c.i.i.AppStarter - library path: D:\JetBrains\DataSpell\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Python311\Scripts\;C:\Python311\;C:\Python310\Scripts\;C:\Python310\;C:\Program Files\AdoptOpenJDK\jre-16.0.1.9-hotspot\bin;C:\Python39\Scripts\;C:\Python39\;C:\Program Files\AdoptOpenJDK\jre-15.0.2.7-hotspot\bin;C:\Python38\Scripts\;C:\Python38\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files\Java\jdk1.8.0_162\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\gnuplot\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Java\jdk1.8.0_211\bin;D:\Programs\CMake\bin;D:\Programs\Inkscape\bin;C:\Program Files\AdoptOpenJDK\jdk-12+33-jre\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\Program Files\dotnet\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Users\UserName\AppData\Local\Microsoft\WindowsApps;D:\workspace\flutter\bin;C:\Users\UserName\AppData\Local\JetBrains\Toolbox\scripts;;.
2023-10-29 23:03:55,955 [    147]   INFO - #c.i.i.AppStarter - boot library path: D:\JetBrains\DataSpell\jbr\bin
2023-10-29 23:03:55,971 [    163]   INFO - #c.i.i.AppStarter - locale=en_GB JNU=Cp1252 file.encoding=Cp1252
    idea.config.path=C:\Users\UserName\AppData\Roaming\JetBrains\DataSpell2023.2
    idea.system.path=C:\Users\UserName\AppData\Local\JetBrains\DataSpell2023.2
    idea.plugins.path=C:\Users\UserName\AppData\Roaming\JetBrains\DataSpell2023.2\plugins
    idea.log.path=C:\Users\UserName\AppData\Local\JetBrains\DataSpell2023.2\log
2023-10-29 23:03:55,978 [    170]   INFO - #c.i.i.AppStarter - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@321f03d[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@27906406
2023-10-29 23:03:56,057 [    249]   INFO - #c.i.i.p.PluginManager - Module intellij.diagram.properties is not enabled because dependency com.intellij.properties is not available
Module intellij.diagram.java is not enabled because dependency com.intellij.java is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm is not available
Module intellij.restClient/microservicesUI is not enabled because dependency com.intellij.microservices.ui is not available
Module intellij.restClient/javaScript is not enabled because dependency JavaScript is not available
Module intellij.grazie.properties is not enabled because dependency com.intellij.properties is not available
Module intellij.grazie.java is not enabled because dependency com.intellij.java is not available
Module intellij.vcs.github/tracker is not enabled because dependency com.intellij.tasks is not available
2023-10-29 23:03:56,084 [    276]   INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: Configuration Script (232.10072.29), IDE Features Trainer (232.10072.29), Diagrams (232.10072.29), WarmNeon Color Scheme (232.10072.29), Shared Project Indexes (232.10072.29), DataSpell Remote (232.10072.29), IDE Settings Sync (232.10072.29), IntelliLang (232.10072.29), HTTP Client (232.10072.29), Images (232.10072.29), Performance Testing (232.10072.29), WSL Support Framework (232.10072.29), GitHub (232.10072.29), Mercurial (232.10072.29), Twilight Color Scheme (232.10072.29), Database Tools and SQL (232.10072.29), Shared Indexes for Python (232.10072.29), YAML (232.10072.29), Data Editor Support Core (232.10072.29), Async Profiler for IDE Performance Testing (232.10072.29), Charts Support (232.10072.29), PyCharm DS Customization (232.10072.29), GitHub Color Scheme (232.10072.29), R Language for IntelliJ (232.10072.29), Machine Learning Code Completion (232.10072.29), Git (232.10072.29), GitLab (232.10072.29), Monokai Color Scheme (232.10072.29), Markdown (232.10072.29), SSH Remote Run (232.10072.29), ReStructuredText (232.10072.29), Shared Indexes for Python Packages (232.10072.29), Copyright (232.10072.29), Remote Development Server (232.10072.29), Python Community Edition (232.10072.29), TextMate Bundles (232.10072.29), Shared Indexes (232.10072.29), Toml (232.10072.29), FTP/SFTP/WebDAV Connectivity (232.10072.29), Data Editor Support (232.10072.29), Terminal (232.10072.29), Machine Learning in Search Everywhere (232.10072.29), IDEA CORE (232.10072.29), Settings Sync (232.10072.29), com.intellij.dev (232.10072.29), Shared Indexes for Python (232.10072.29), Grazie Lite (232.10072.29)
2023-10-29 23:03:56,084 [    276]   INFO - #c.i.i.p.PluginManager - Loaded custom plugins: TeXiFy IDEA (0.9.2-alpha.3), PDF Viewer (0.15.0), Eclipse Keymap (232.8660.88)
2023-10-29 23:03:56,294 [    486]   INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {}
2023-10-29 23:03:56,373 [    565]   INFO - #c.i.o.u.r.RegistryManager - Registry values changed by user: ide.experimental.ui = true, ide.experimental.ui.inter.font = false, idea.plugins.compatible.build = , python.scientific.always_use_sci_view = true, python.scientific.show_help_window = false
2023-10-29 23:03:56,439 [    631]   INFO - #c.i.d.DebugLogManager - Set DEBUG for the following categories: #nl.hannahsten.texifyidea.util.Log, nl.hannahsten.texifyidea.util.Log
2023-10-29 23:03:56,531 [    723]   INFO - #c.i.u.i.PageCacheUtils - File page caching params:
2023-10-29 23:03:56,532 [    724]   INFO - #c.i.u.i.PageCacheUtils -    DEFAULT_PAGE_SIZE:10485760
2023-10-29 23:03:56,532 [    724]   INFO - #c.i.u.i.PageCacheUtils -    FilePageCache: regular
2023-10-29 23:03:56,532 [    724]   INFO - #c.i.u.i.PageCacheUtils -    DirectByteBuffers pool: 104857600 bytes
2023-10-29 23:03:56,575 [    767]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS uses strict names enumerator
2023-10-29 23:03:56,602 [    794]   INFO - #c.i.i.p.ExpiredPluginsState - Plugins to skip: []
2023-10-29 23:03:56,654 [    846]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS uses new (streamlined) attributes storage
2023-10-29 23:03:56,725 [    917]   INFO - #c.i.o.v.n.p.FSRecords - using OVER_MMAPPED_FILE storage for VFS records
2023-10-29 23:03:56,744 [    936]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS: impl (expected) version=576319, 42932 file records, 124 content blobs
2023-10-29 23:03:56,760 [    952]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=D:\JetBrains\DataSpell\lib, version=232.10072.29, package=com.intellij.feedback, isBundled=true)
2023-10-29 23:03:56,805 [    997]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "NetBeans 6.5" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=D:\JetBrains\DataSpell\lib, version=232.10072.29, package=com.intellij.feedback, isBundled=true)
2023-10-29 23:03:56,805 [    997]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=D:\JetBrains\DataSpell\lib, version=232.10072.29, package=com.intellij.feedback, isBundled=true)
2023-10-29 23:03:56,823 [   1015]   INFO - #c.i.o.v.n.p.PersistentFSConnector - 76 ms to self-checks, load free records and inverted name index
2023-10-29 23:03:56,823 [   1015]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "VSCode" not found PluginDescriptor(name=Terminal, id=org.jetbrains.plugins.terminal, descriptorPath=plugin.xml, path=D:\JetBrains\DataSpell\plugins\terminal, version=232.10072.29, package=null, isBundled=true)
2023-10-29 23:03:56,851 [   1043]   INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
2023-10-29 23:03:56,990 [   1182]   INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
2023-10-29 23:03:56,996 [   1188]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Starting file watcher: D:\JetBrains\DataSpell\bin\fsnotifier.exe
2023-10-29 23:03:57,027 [   1219]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Native file watcher is operational.
2023-10-29 23:03:57,032 [   1224]   INFO - #c.i.o.v.i.w.WslFileWatcher - WSL file watcher: D:\JetBrains\DataSpell\bin\fsnotifier-wsl
2023-10-29 23:03:57,099 [   1291]   WARN - #c.i.c.ComponentStoreImpl - Duplicated scheme Light - old: Light, new Light
2023-10-29 23:03:57,235 [   1427]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "NetBeans 6.5" not found PluginDescriptor(name=Python Community Edition, id=PythonCore, descriptorPath=plugin.xml, path=D:\JetBrains\DataSpell\plugins\python-ce, version=232.10072.29, package=null, isBundled=true)
2023-10-29 23:03:57,246 [   1438]   INFO - #c.i.o.a.i.ActionManagerImpl - Unregistering line comment action
java.lang.Throwable
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.unregisterAction(ActionManagerImpl.kt:1003)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.replaceAction(ActionManagerImpl.kt:1133)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.registerOrReplaceActionInner(ActionManagerImpl.kt:462)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.processActionElement(ActionManagerImpl.kt:443)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.registerPluginActions(ActionManagerImpl.kt:272)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.registerActions$intellij_platform_ide_impl(ActionManagerImpl.kt:145)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.<init>(ActionManagerImpl.kt:118)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:63)
    at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:1011)
    at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:47)
    at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:43)
    at com.intellij.serviceContainer.BaseComponentAdapter.doCreateInstance(BaseComponentAdapter.kt:158)
    at com.intellij.serviceContainer.BaseComponentAdapter.createInstance(BaseComponentAdapter.kt:137)
    at com.intellij.serviceContainer.BaseComponentAdapter.access$createInstance(BaseComponentAdapter.kt:21)
    at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invokeSuspend(BaseComponentAdapter.kt:185)
    at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invoke(BaseComponentAdapter.kt)
    at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invoke(BaseComponentAdapter.kt)
    at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
    at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
    at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
    at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceAsync(BaseComponentAdapter.kt:180)
    at com.intellij.serviceContainer.ComponentManagerImpl.getServiceAsyncIfDefined(ComponentManagerImpl.kt:646)
    at com.intellij.serviceContainer.ComponentManagerImpl.getServiceAsync(ComponentManagerImpl.kt:637)
    at com.intellij.ide.bootstrap.AppServicePreloadingKt$preloadCriticalServices$2$7.invokeSuspend(appServicePreloading.kt:179)
    at com.intellij.ide.bootstrap.AppServicePreloadingKt$preloadCriticalServices$2$7.invoke(appServicePreloading.kt)
    at com.intellij.ide.bootstrap.AppServicePreloadingKt$preloadCriticalServices$2$7.invoke(appServicePreloading.kt)
    at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
    at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
    at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
    at com.intellij.diagnostic.TracerKt.subtask(tracer.kt:45)
    at com.intellij.diagnostic.TracerKt.subtask$default(tracer.kt:34)
    at com.intellij.ide.bootstrap.AppServicePreloadingKt$preloadCriticalServices$2.invokeSuspend(appServicePreloading.kt:105)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
2023-10-29 23:03:57,412 [   1604]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
2023-10-29 23:03:57,427 [   1619]   INFO - #c.j.p.p.PyCondaPackageService - System conda executable is not found
2023-10-29 23:03:57,430 [   1622]   INFO - #c.i.o.v.n.p.FSRecords - VFS health-check disabled
2023-10-29 23:03:57,440 [   1632]   INFO - #c.i.o.u.r.RegistryValue - Registry value 'python.scientific.show_help_window' has changed to 'false'
2023-10-29 23:03:57,445 [   1637]   INFO - #c.i.o.u.r.RegistryValue - Registry value 'python.scientific.always_use_sci_view' has changed to 'true'
2023-10-29 23:03:57,583 [   1775]   INFO - STDOUT - 
2023-10-29 23:03:57,709 [   1901]   INFO - #c.i.i.s.p.i.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2023-10-29 23:03:57,870 [   2062]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Load workspace model from cache in 225 ms
2023-10-29 23:03:58,076 [   2268]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated silently to version 1 in 5 ms: Add module mapping
2023-10-29 23:03:58,092 [   2284]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Loading global entities from files
2023-10-29 23:03:58,195 [   2387]   INFO - #c.i.u.i.FileBasedIndexImpl - Indices to be built:FilenameIndex(v = 258)
2023-10-29 23:03:58,197 [   2389]   INFO - #c.i.u.i.FileBasedIndexImpl - Using nice flusher for indexes
2023-10-29 23:03:58,207 [   2399]   INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 749 ms. Initialized indexes: [FilenameIndex, filetypes, IdIndex, fileIncludes, Trigram.Index, DomFileIndex, FrameworkDetectionIndex, TodoIndex, XmlTagNames, RelaxSymbolIndex, json.file.root.values, html5.custom.attributes.index, XmlNamespaces, SchemaTypeInheritance, http.request.name.index, http.request.completion.host, sql.types.count.index, http.request.execution.environment, yaml.keys.name, http.request.headers.values.index, Py.module.name, nl.hannahsten.texifyidea.external.package.inclusions, Py.setuptools.namespace, sql.routine.index, nl.hannahsten.texifyidea.external.environments, nl.hannahsten.texifyidea.external.commands, Stubs].
2023-10-29 23:03:58,297 [   2489]   INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 90 ms. Initialized stub indexes: {sql.column.name, nl.hannahsten.texifyidea.environments, nl.hannahsten.texifyidea.glossaryentries, R.function.shortName, Py.class.super, sql.table.shortName, Py.class.shortName, R.r6class.shortName, Py.variable.shortName, dom.namespaceKey, R.s4methods, Py.class.shortNameInsensitive, Py.function.shortName, Py.class.attributes, sql.names, redis.dml.shortName, markdown.header.anchor, nl.hannahsten.texifyidea.definitions, Python.Decorator, nl.hannahsten.texifyidea.bibtex.entry, R.s4class.shortName, dom.elementClass, nl.hannahsten.texifyidea.parameterlabeledcommands, markdown.header, R.function.completion, nl.hannahsten.texifyidea.includes, Py.module.attribute, nl.hannahsten.texifyidea.parameterlabeledenvironments, nl.hannahsten.texifyidea.magiccomment, R.internal.package.completion, nl.hannahsten.texifyidea.commands, R.s4generics}.
2023-10-29 23:03:58,392 [   2584]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-10-29 23:03:58,392 [   2584]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 2 in 29 ms: Sync global entities with project: Dissertation
2023-10-29 23:03:58,668 [   2860]   WARN - #c.i.s.ComponentManagerImpl - `preload=true` should be used only for core services (service=org.jetbrains.r.editor.WelcomeGuideManager, plugin=R4Intellij)
2023-10-29 23:03:58,669 [   2861]   WARN - #c.i.s.ComponentManagerImpl - `preload=true` should be used only for core services (service=com.jetbrains.ds.workspace.ProjectViewWatcher, plugin=com.jetbrains.pycharm.ds.customization)
2023-10-29 23:03:58,936 [   3128]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where SumatraPDF
2023-10-29 23:03:59,025 [   3217]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Initialized from default code style settings.
2023-10-29 23:03:59,036 [   3228]   INFO - PerformancePlugin - Performance Plugin is in silent mode
2023-10-29 23:03:59,089 [   3281]   WARN - #c.i.e.RunManager - Must be not called before project components initialized
2023-10-29 23:03:59,119 [   3311]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 1 INFO: Could not find files for the given pattern(s).
2023-10-29 23:03:59,120 [   3312]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where SumatraPDF
2023-10-29 23:03:59,153 [   3345]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@4756c696
2023-10-29 23:03:59,213 [   3405]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-10-29 23:03:59,245 [   3437]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Running initialization condition: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@25c24294
2023-10-29 23:03:59,261 [   3453]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Finished: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@25c24294
2023-10-29 23:03:59,289 [   3481]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 1 INFO: Could not find files for the given pattern(s).
2023-10-29 23:03:59,289 [   3481]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where SumatraPDF
2023-10-29 23:03:59,355 [   3547]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@3a32191b
2023-10-29 23:03:59,374 [   3566]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@3a32191b
2023-10-29 23:03:59,375 [   3567]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@49189b6d
2023-10-29 23:03:59,395 [   3587]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@49189b6d
2023-10-29 23:03:59,395 [   3587]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@526e3aa
2023-10-29 23:03:59,398 [   3590]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@526e3aa
2023-10-29 23:03:59,398 [   3590]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@7facaa8d
2023-10-29 23:03:59,408 [   3600]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@7facaa8d
2023-10-29 23:03:59,408 [   3600]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@4756c696
2023-10-29 23:03:59,419 [   3611]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 1 INFO: Could not find files for the given pattern(s).
2023-10-29 23:03:59,420 [   3612]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\SumatraPDF.exe" /ve
2023-10-29 23:03:59,439 [   3631]   INFO - #c.i.o.a.i.NonBlockingReadActionImpl - OTel monitoring for NonBlockingReadAction is enabled
2023-10-29 23:03:59,451 [   3643]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - reg exited with 1 ERROR: The system was unable to find the specified registry key or value.
2023-10-29 23:03:59,452 [   3644]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory reg query HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SumatraPDF.pdf /ve
2023-10-29 23:03:59,480 [   3672]   INFO - #c.i.o.a.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, new.project.wizard, editor.reader.mode, new.large.text.file.viewer, terminal.shell.command.handling, reuse.target.paths.for.rsync, ds.attachable.project.view, ds.workspace.sdk.inheritance
2023-10-29 23:03:59,481 [   3673]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - reg exited with 1 ERROR: The system was unable to find the specified registry key or value.
2023-10-29 23:03:59,481 [   3673]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory reg query HKEY_CURRENT_USER\SOFTWARE\Classes\SumatraPDF.pdf /ve
2023-10-29 23:03:59,511 [   3703]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - reg exited with 1 ERROR: The system was unable to find the specified registry key or value.
2023-10-29 23:03:59,513 [   3705]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory pdflatex --version
2023-10-29 23:03:59,562 [   3754]   INFO - #c.i.u.j.JBCefApp - JCEF-sandbox is enabled
2023-10-29 23:03:59,728 [   3920]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: UnindexedFilesScanner[Dissertation]
2023-10-29 23:03:59,787 [   3979]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.jetbrains.python.psi.impl.PythonLanguageLevelPusher$MyDumbModeTask@7fb2d0ba
2023-10-29 23:03:59,824 [   4016]   INFO - #c.i.u.j.JBCefApp - jcef version: 111.2.1.674.5e74e8b028681c1eb637bb8a27a1e79ba4f1e1e1 | cmd args: [--disable-features=SpareRendererForSitePerProcess, --no-proxy-server, --disable-gpu-process-crash-limit]
2023-10-29 23:03:59,831 [   4023]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-10-29 23:03:59,865 [   4057]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of Dissertation. Reason: On project open
2023-10-29 23:03:59,888 [   4080]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - pdflatex exited with 0 MiKTeX-pdfTeX 4.16 (MiKTeX 23.10.12)
© 1982 D. E. Knuth, © 1996-2023 Hàn Thế Thành
TeX is a tradem
2023-10-29 23:03:59,904 [   4096]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where SumatraPDF
2023-10-29 23:03:59,919 [   4111]   INFO - #c.i.u.i.UnindexedFilesScanner - Performing delayed pushing properties tasks for Dissertation took 44ms; general responsiveness: ok; EDT responsiveness: ok
2023-10-29 23:04:00,076 [   4268]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 1 INFO: Could not find files for the given pattern(s).
2023-10-29 23:04:00,279 [   4471]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:00,405 [   4597]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:00,405 [   4597]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:00,408 [   4600]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:00,409 [   4601]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:00,412 [   4604]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:00,412 [   4604]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:00,416 [   4608]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:00,468 [   4660]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:00,606 [   4798]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:00,606 [   4798]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:00,611 [   4803]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:00,611 [   4803]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:00,614 [   4806]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:00,615 [   4807]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:00,618 [   4810]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:00,639 [   4831]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:00,758 [   4950]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:00,759 [   4951]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:04:00,773 [   4965]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - MiKTeX installation path C:/Program Files/MiKTeX 2.9/source is not writable, cannot extract sources
2023-10-29 23:04:00,878 [   5070]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:01,014 [   5206]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,014 [   5206]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:01,018 [   5210]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,018 [   5210]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:01,021 [   5213]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,021 [   5213]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,024 [   5216]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,025 [   5217]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:01,133 [   5325]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,134 [   5326]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:01,137 [   5329]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,137 [   5329]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:01,140 [   5332]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,140 [   5332]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,143 [   5335]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,144 [   5336]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:01,252 [   5444]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,252 [   5444]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:04:01,253 [   5445]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:01,359 [   5551]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,359 [   5551]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:01,363 [   5555]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,363 [   5555]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:01,366 [   5558]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,366 [   5558]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,370 [   5562]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,370 [   5562]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:01,478 [   5670]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,478 [   5670]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:01,482 [   5674]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,482 [   5674]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:01,485 [   5677]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,485 [   5677]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,488 [   5680]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,489 [   5681]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-10-29 23:04:01,491 [   5683]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,491 [   5683]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-10-29 23:04:01,492 [   5684]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,492 [   5684]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-10-29 23:04:01,493 [   5685]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,493 [   5685]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:01,609 [   5801]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,666 [   5858]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.jetbrains.python.psi.impl.PythonLanguageLevelPusher$MyDumbModeTask@7fb2d0ba
2023-10-29 23:04:01,672 [   5864]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:01,794 [   5986]   WARN - #c.i.i.p.i.ProjectViewImpl - ignore duplicated pane with id=ProjectPane
old class com.jetbrains.ds.projectView.DSProjectViewPane
new class com.intellij.ide.projectView.impl.ProjectViewPane
2023-10-29 23:04:01,797 [   5989]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,797 [   5989]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:01,800 [   5992]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,800 [   5992]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:01,805 [   5997]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,805 [   5997]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,809 [   6001]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,809 [   6001]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:01,940 [   6132]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,940 [   6132]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:01,944 [   6136]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,944 [   6136]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:01,948 [   6140]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,948 [   6140]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:01,952 [   6144]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:01,952 [   6144]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:02,091 [   6283]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,091 [   6283]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:04:02,092 [   6284]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:02,208 [   6400]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,208 [   6400]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:02,211 [   6403]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,211 [   6403]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:02,215 [   6407]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,215 [   6407]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,219 [   6411]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,219 [   6411]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:02,331 [   6523]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,331 [   6523]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:02,335 [   6527]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,336 [   6528]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:02,339 [   6531]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,339 [   6531]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,343 [   6535]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,343 [   6535]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-10-29 23:04:02,346 [   6538]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,346 [   6538]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-10-29 23:04:02,346 [   6538]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,347 [   6539]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-10-29 23:04:02,347 [   6539]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,347 [   6539]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:02,460 [   6652]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,462 [   6654]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:02,570 [   6762]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,570 [   6762]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:02,573 [   6765]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,573 [   6765]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:02,577 [   6769]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,577 [   6769]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,580 [   6772]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,580 [   6772]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:02,687 [   6879]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,687 [   6879]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:02,690 [   6882]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,691 [   6883]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:02,694 [   6886]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,695 [   6887]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,698 [   6890]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,698 [   6890]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:02,804 [   6996]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,804 [   6996]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:04:02,804 [   6996]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:02,912 [   7104]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,912 [   7104]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:02,915 [   7107]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,915 [   7107]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:02,919 [   7111]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,919 [   7111]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:02,922 [   7114]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:02,922 [   7114]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:03,030 [   7222]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:03,030 [   7222]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:03,033 [   7225]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,033 [   7225]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:03,036 [   7228]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,036 [   7228]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:03,039 [   7231]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,040 [   7232]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-10-29 23:04:03,042 [   7234]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,042 [   7234]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-10-29 23:04:03,042 [   7234]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,043 [   7235]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-10-29 23:04:03,043 [   7235]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,043 [   7235]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:03,149 [   7341]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:03,189 [   7381]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:03,214 [   7406]   INFO - #c.i.o.w.i.ToolWindowManagerImpl - Ignore setShowStripeButton(id=Database Changes, value=false) - not applicable for a new UI
2023-10-29 23:04:03,467 [   7659]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:03,468 [   7660]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:03,474 [   7666]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,474 [   7666]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:03,482 [   7674]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,483 [   7675]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:03,492 [   7684]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,493 [   7685]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:03,883 [   8075]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:03,883 [   8075]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:03,887 [   8079]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,887 [   8079]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:03,890 [   8082]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,891 [   8083]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:03,894 [   8086]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:03,894 [   8086]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:03,918 [   8110]   WARN - #c.i.o.a.i.ActionUpdater - 338 ms to grab EDT for ExpandAllAction#update@ToolwindowTitle (com.intellij.ide.actions.ExpandAllAction)
2023-10-29 23:04:03,923 [   8115]   WARN - #c.i.o.w.i.s.w.StatusBarWidgetsManager - Factory is not registered as `com.intellij.statusBarWidgetFactory` extension: PdfViewer.DocumentPageStatusBarWidget
2023-10-29 23:04:04,035 [   8227]   INFO - #c.i.o.u.i.UpdateCheckerService - channel: release
2023-10-29 23:04:04,195 [   8387]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:04,195 [   8387]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:04:04,195 [   8387]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:04,293 [   8485]   INFO - #c.i.o.v.i.p.NewMappings - VCS Root: [Git] - [<Project>]
2023-10-29 23:04:04,320 [   8512]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 3 millis (read time: 3)
2023-10-29 23:04:04,471 [   8663]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:04,471 [   8663]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:04,477 [   8669]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:04,477 [   8669]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:04,483 [   8675]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:04,483 [   8675]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:04,492 [   8684]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:04,493 [   8685]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:04,495 [   8687]   INFO - #git4idea.commands.GitHandler - [.] git version
2023-10-29 23:04:04,512 [   8704]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory pdflatex --version
2023-10-29 23:04:04,557 [   8749]   INFO - #c.i.o.v.i.p.NewMappings - Mapped Roots: 1
2023-10-29 23:04:04,591 [   8783]   INFO - #c.i.i.s.IdeStartupScripts - 0 startup script(s) found
2023-10-29 23:04:04,644 [   8836]   INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 613ms; general responsiveness: 1/2 sluggish, 1/2 very slow; EDT responsiveness: 1/1 sluggish
2023-10-29 23:04:04,778 [   8970]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:04,859 [   9051]   INFO - #git4idea.commands.GitHandler - git version 2.40.0.windows.1
2023-10-29 23:04:04,887 [   9079]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:04,887 [   9079]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:04,893 [   9085]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:04,893 [   9085]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:04,899 [   9091]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:04,899 [   9091]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:04,906 [   9098]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:04,906 [   9098]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-10-29 23:04:04,911 [   9103]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:04,911 [   9103]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-10-29 23:04:04,913 [   9105]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:04,913 [   9105]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-10-29 23:04:04,914 [   9106]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:04,914 [   9106]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:04,942 [   9134]   INFO - #git4idea.config.GitExecutableManager - Git version for C:\Program Files\Git\cmd\git.exe: 2.40.0.0 (MSYS)
2023-10-29 23:04:05,104 [   9296]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/index.html
2023-10-29 23:04:05,202 [   9394]   INFO - #c.i.i.s.p.i.SharedIndexChunkConfigurationImpl - Chunk bundled-python-sdk-896baeecf6c7-b0daa11b639b-com.jetbrains.pycharm.ds.sharedIndexes.bundled-DS-232.10072.29 is registered for project 'Dissertation: matching: (fb=20, stub=23), incompatible: (fb=0, stub=0), unknown: (fb=12, stub=36), 
2023-10-29 23:04:05,273 [   9465]   INFO - #c.i.i.s.p.i.BundledSharedIndexPostStartupActivity - Attached 1 pre-built shared indexes: bundled-python-sdk-896baeecf6c7-b0daa11b639b-com.jetbrains.pycharm.ds.sharedIndexes.bundled-DS-232.10072.29
2023-10-29 23:04:05,343 [   9535]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/viewer.css
2023-10-29 23:04:05,344 [   9536]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/fixes.css
2023-10-29 23:04:05,409 [   9601]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:05,410 [   9602]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:05,415 [   9607]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:05,418 [   9610]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/main.js
2023-10-29 23:04:05,430 [   9622]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:05,438 [   9630]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:05,438 [   9630]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:05,444 [   9636]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:05,444 [   9636]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:05,465 [   9657]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/sidebar-triangles.css
2023-10-29 23:04:05,492 [   9684]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/pdf_viewer.css
2023-10-29 23:04:05,617 [   9809]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:05,625 [   9817]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - pdflatex exited with 0 MiKTeX-pdfTeX 4.16 (MiKTeX 23.10.12)
© 1982 D. E. Knuth, © 1996-2023 Hàn Thế Thành
TeX is a tradem
2023-10-29 23:04:05,627 [   9819]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory kpsewhich -show-path=tex
2023-10-29 23:04:05,718 [   9910]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/locale/en-US/viewer.properties
2023-10-29 23:04:05,721 [   9913]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/locale/en-US/viewer.properties
2023-10-29 23:04:05,762 [   9954]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/pdf.worker.js
2023-10-29 23:04:05,797 [   9989]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of Dissertation uses 7 scanning threads
2023-10-29 23:04:05,897 [  10089]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:05,897 [  10089]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:05,902 [  10094]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:05,923 [  10115]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:05,930 [  10122]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:05,930 [  10122]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:05,935 [  10127]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:05,936 [  10128]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:06,089 [  10281]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/images/shadow.png
2023-10-29 23:04:06,089 [  10281]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/images/loading-icon.gif
2023-10-29 23:04:06,215 [  10407]   INFO - #c.i.d.u.SqlDialects - SQL dialects initialized in 204 ms
2023-10-29 23:04:06,516 [  10708]   INFO - #c.i.o.a.i.PopupMenuPreloader - 3346 ms since showing to preload popup menu 'Project View Popup Menu' at 'ProjectViewPopup(preload-bgt)' in 1333 ms
2023-10-29 23:04:06,632 [  10824]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:06,633 [  10825]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:04:06,633 [  10825]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:06,775 [  10967]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - kpsewhich exited with 0 .;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex/kpsewhich//;C:/Users/UserName/AppData/Roaming/M
2023-10-29 23:04:06,777 [  10969]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory kpsewhich -expand-path ".;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex/kpsewhich//;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex/generic//;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex///;C:/Users/UserName/AppData/Local/MiKTeX/2.9/tex/kpsewhich//;C:/Users/UserName/AppData/Local/MiKTeX/2.9/tex/generic//;C:/Users/UserName/AppData/Local/MiKTeX/2.9/tex///;C:/ProgramData/MiKTeX/2.9/tex/kpsewhich//;C:/ProgramData/MiKTeX/2.9/tex/generic//;C:/ProgramData/MiKTeX/2.9/tex///;C:/Program Files/MiKTeX 2.9/tex/kpsewhich//;C:/Program Files/MiKTeX 2.9/tex/generic//;C:/Program Files/MiKTeX 2.9/tex///"
2023-10-29 23:04:07,013 [  11205]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:07,013 [  11205]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:07,019 [  11211]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:07,019 [  11211]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:07,025 [  11217]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:07,025 [  11217]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:07,031 [  11223]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:07,031 [  11223]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:07,175 [  11367]   INFO - #c.i.v.l.d.i.IndexDiagnosticRunner - Index diagnostic for 29 commits in [file://C:/Users/UserName/Desktop/Dissertation] is completed
2023-10-29 23:04:07,483 [  11675]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:07,483 [  11675]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:07,488 [  11680]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:07,489 [  11681]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:07,495 [  11687]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:07,495 [  11687]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:07,502 [  11694]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:07,502 [  11694]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-10-29 23:04:07,507 [  11699]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:07,507 [  11699]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-10-29 23:04:07,507 [  11699]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:07,507 [  11699]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-10-29 23:04:07,508 [  11700]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:07,508 [  11700]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:07,800 [  11992]   WARN - #c.i.u.x.Binding - no accessors for com.intellij.openapi.projectRoots.Sdk
2023-10-29 23:04:07,965 [  12157]   INFO - #c.i.o.a.i.PopupMenuPreloader - 3816 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup(preload-bgt)' in 1812 ms
2023-10-29 23:04:08,130 [  12322]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:08,241 [  12433]   INFO - #c.j.p.p.PyTargetEnvironmentPackageManager - Running packaging tool
2023-10-29 23:04:08,445 [  12637]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for Dissertation. Number of scanned files: 6807; Number of files for indexing: 0 took 8526ms; general responsiveness: 4/8 sluggish, 1/8 very slow; EDT responsiveness: 2/7 sluggish, 1/7 very slow
2023-10-29 23:04:08,446 [  12638]   INFO - #c.i.u.i.UnindexedFilesScanner - 5fdb05e3: marking roots for initial VFS refresh
2023-10-29 23:04:08,455 [  12647]   INFO - #c.i.u.i.UnindexedFilesScanner - 5fdb05e3: starting initial VFS refresh
2023-10-29 23:04:08,456 [  12648]   INFO - #c.i.u.i.PerProjectIndexingQueue - Finished for Dissertation. No files to index with loading content.
2023-10-29 23:04:08,500 [  12692]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: UnindexedFilesScanner[Dissertation]
2023-10-29 23:04:08,638 [  12830]   INFO - #c.i.u.i.UnindexedFilesScanner - 5fdb05e3: initial VFS refresh finished 182 ms
2023-10-29 23:04:08,826 [  13018]   INFO - #c.j.p.p.PyPIPackageCache - Loaded 490469 packages from C:\Users\UserName\AppData\Local\JetBrains\DataSpell2023.2\python_packages\pypi-cache.json
2023-10-29 23:04:08,875 [  13067]   INFO - #c.j.p.p.PyTargetEnvironmentPackageManager - Exit code 3
2023-10-29 23:04:08,875 [  13067]   INFO - #c.j.p.p.PyTargetEnvironmentPackageManager - Error: Python packaging tool 'setuptools' not found

2023-10-29 23:04:08,877 [  13069]   WARN - #c.i.i.s.download - Failed to collect suggested shared indexes. Non-zero exit code (3)
The following command was executed:

D:\Programs\Inkscape\bin\python.exe D:/JetBrains/DataSpell/plugins/python-ce/helpers/packaging_tool.py list

The exit code: 3
The error output of the command:

Error: Python packaging tool 'setuptools' not found

Non-zero exit code (3)
    at com.jetbrains.python.packaging.PyTargetEnvironmentPackageManager.getPythonProcessOutput(PyTargetEnvironmentPackageManager.java:335)
    at com.jetbrains.python.packaging.PyTargetEnvironmentPackageManager.getPythonProcessResult(PyTargetEnvironmentPackageManager.java:262)
    at com.jetbrains.python.packaging.PyTargetEnvironmentPackageManager.collectPackages(PyTargetEnvironmentPackageManager.java:197)
    at com.jetbrains.python.packaging.PyPackageManagerImplBase.refreshAndGetPackages(PyPackageManagerImplBase.java:205)
    at com.jetbrains.python.index.PyPackageSharedIndexSuggester.suggestRequests(PyPackageSharedIndexSuggestion.kt:45)
    at com.intellij.indexing.shared.download.SharedIndexSuggestionService.resolveSuggestions(SharedIndexSuggestion.kt:100)
    at com.intellij.indexing.shared.download.SharedIndexDownloadService.collectSuggestionsSuitableForDownload(SharedIndexDownloadService.kt:195)
    at com.intellij.indexing.shared.download.SharedIndexDownloadService.access$collectSuggestionsSuitableForDownload(SharedIndexDownloadService.kt:53)
    at com.intellij.indexing.shared.download.SharedIndexDownloadService$rescanNow$1.invoke(SharedIndexDownloadService.kt:104)
    at com.intellij.indexing.shared.download.SharedIndexDownloadService$rescanNow$1.invoke(SharedIndexDownloadService.kt:96)
    at com.intellij.indexing.shared.download.SharedIndexDownloadExecutor.submitPreProgressSync$lambda$2$lambda$1(SharedIndexDownloadExecutor.kt:190)
    at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:186)
    at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
    at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635)
    at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:603)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:61)
    at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:173)
    at com.intellij.indexing.shared.download.SharedIndexDownloadExecutor.submitPreProgressSync$lambda$2(SharedIndexDownloadExecutor.kt:193)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
    at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:29)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:24)
    at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:249)
    at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:227)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:215)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base/java.lang.Thread.run(Thread.java:833)
2023-10-29 23:04:09,655 [  13847]   INFO - #c.i.d.WindowsDefenderCheckerActivity - status check is disabled
2023-10-29 23:04:09,721 [  13913]   INFO - #c.i.w.i.i.GlobalWorkspaceModel - Sync global entities with mutable entity storage
2023-10-29 23:04:09,764 [  13956]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-10-29 23:04:09,766 [  13958]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 3 in 18 ms: Apply JPS storage (iml files)
2023-10-29 23:04:09,766 [  13958]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-10-29 23:04:09,771 [  13963]   INFO - #c.i.w.i.i.j.s.DelayedProjectSynchronizer$Companion - Workspace model loaded from cache. Syncing real project state into workspace model in 115 ms. Thread[DefaultDispatcher-worker-21,5,main]
2023-10-29 23:04:09,839 [  14031]   INFO - #c.j.p.p.p.PypiPackageCache - Package list loaded from file with 490465 entries
2023-10-29 23:04:09,864 [  14056]   INFO - #c.j.p.s.PythonSdkUpdater - Bogus sys.path entry D:\Programs\Inkscape\lib\python38.zip
2023-10-29 23:04:09,870 [  14062]   INFO - #c.j.p.s.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.8 (D:\Programs\Inkscape\bin\python.exe)): C:/Users/UserName/AppData/Local/JetBrains/DataSpell2023.2/python_stubs/-1131463888
2023-10-29 23:04:09,872 [  14064]   INFO - #c.j.p.s.PythonSdkUpdater - User skeletons directory for SDK Python 3.8 (D:\Programs\Inkscape\bin\python.exe)): D:/JetBrains/DataSpell/plugins/python-ce/helpers/python-skeletons
2023-10-29 23:04:09,875 [  14067]   INFO - #c.j.p.s.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.8 (D:\Programs\Inkscape\bin\python.exe)
2023-10-29 23:04:09,877 [  14069]   INFO - #c.j.p.s.s.PySkeletonRefresher - Refreshing skeletons for D:\Programs\Inkscape\bin\python.exe
2023-10-29 23:04:09,879 [  14071]   INFO - #c.j.p.s.s.DefaultPregeneratedSkeletonsProvider - Home path is D:\JetBrains\DataSpell
2023-10-29 23:04:09,880 [  14072]   INFO - #c.j.p.s.s.DefaultPregeneratedSkeletonsProvider - Pregenerated skeletons root is D:\JetBrains\DataSpell\skeletons
2023-10-29 23:04:09,880 [  14072]   INFO - #c.j.p.s.s.DefaultPregeneratedSkeletonsProvider - Found pre-generated skeletons at D:\JetBrains\DataSpell\skeletons\skeletons-win-403-python-3.8.10.zip
2023-10-29 23:04:09,894 [  14086]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - D:\Programs\Inkscape\bin\python.exe D:/JetBrains/DataSpell/plugins/python-ce/helpers/generator3/__main__.py -d C:\Users\UserName\AppData\Local\JetBrains\DataSpell2023.2\python_stubs\-1131463888 -s D:/Programs/Inkscape/lib/python3.8;D:/Programs/Inkscape/lib/python3.8/lib-dynload;D:/Programs/Inkscape/lib/python3.8/site-packages
2023-10-29 23:04:09,904 [  14096]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - kpsewhich exited 0 with timeout
2023-10-29 23:04:10,536 [  14728]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:10,892 [  15084]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:10,892 [  15084]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:10,897 [  15089]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:10,897 [  15089]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:10,902 [  15094]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:10,903 [  15095]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:10,908 [  15100]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:10,908 [  15100]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:11,086 [  15278]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _abc ('built-in')
2023-10-29 23:04:11,088 [  15280]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _ast ('built-in')
2023-10-29 23:04:11,096 [  15288]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _codecs ('built-in')
2023-10-29 23:04:11,096 [  15288]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _collections ('built-in')
2023-10-29 23:04:11,103 [  15295]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _functools ('built-in')
2023-10-29 23:04:11,103 [  15295]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _imp ('built-in')
2023-10-29 23:04:11,104 [  15296]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _io ('built-in')
2023-10-29 23:04:11,111 [  15303]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _locale ('built-in')
2023-10-29 23:04:11,120 [  15312]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _operator ('built-in')
2023-10-29 23:04:11,126 [  15318]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _signal ('built-in')
2023-10-29 23:04:11,126 [  15318]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _sre ('built-in')
2023-10-29 23:04:11,126 [  15318]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _stat ('built-in')
2023-10-29 23:04:11,127 [  15319]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _string ('built-in')
2023-10-29 23:04:11,134 [  15326]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _symtable ('built-in')
2023-10-29 23:04:11,142 [  15334]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _thread ('built-in')
2023-10-29 23:04:11,142 [  15334]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _tracemalloc ('built-in')
2023-10-29 23:04:11,149 [  15341]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _warnings ('built-in')
2023-10-29 23:04:11,150 [  15342]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _weakref ('built-in')
2023-10-29 23:04:11,150 [  15342]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _winapi ('built-in')
2023-10-29 23:04:11,151 [  15343]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - atexit ('built-in')
2023-10-29 23:04:11,151 [  15343]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - builtins ('built-in')
2023-10-29 23:04:11,152 [  15344]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - errno ('built-in')
2023-10-29 23:04:11,152 [  15344]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - faulthandler ('built-in')
2023-10-29 23:04:11,154 [  15346]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - gc ('built-in')
2023-10-29 23:04:11,154 [  15346]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - itertools ('built-in')
2023-10-29 23:04:11,161 [  15353]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - marshal ('built-in')
2023-10-29 23:04:11,161 [  15353]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - msvcrt ('built-in')
2023-10-29 23:04:11,162 [  15354]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - nt ('built-in')
2023-10-29 23:04:11,162 [  15354]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - sys ('built-in')
2023-10-29 23:04:11,163 [  15355]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - time ('built-in')
2023-10-29 23:04:11,171 [  15363]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - winreg ('built-in')
2023-10-29 23:04:11,171 [  15363]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - xxsubtype ('built-in')
2023-10-29 23:04:11,196 [  15388]   INFO - #c.j.p.s.s.PySkeletonRefresher - Rebuilding skeletons for binaries took 1314 ms
2023-10-29 23:04:11,221 [  15413]   INFO - #c.j.p.s.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.8 (D:\Programs\Inkscape\bin\python.exe)
2023-10-29 23:04:11,222 [  15414]   INFO - #c.j.p.p.PyTargetEnvironmentPackageManager - Running packaging tool
2023-10-29 23:04:11,232 [  15424]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:11,233 [  15425]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:11,238 [  15430]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:11,238 [  15430]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:11,243 [  15435]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:11,243 [  15435]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:11,248 [  15440]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:11,248 [  15440]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:11,794 [  15986]   INFO - #c.j.p.p.PyTargetEnvironmentPackageManager - Exit code 3
2023-10-29 23:04:11,794 [  15986]   INFO - #c.j.p.p.PyTargetEnvironmentPackageManager - Error: Python packaging tool 'setuptools' not found

2023-10-29 23:04:11,795 [  15987]   WARN - #c.j.p.s.PythonSdkUpdater - Non-zero exit code (3)
2023-10-29 23:04:11,868 [  16060]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:11,868 [  16060]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:04:11,868 [  16060]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:11,987 [  16179]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:11,987 [  16179]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:11,990 [  16182]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:11,990 [  16182]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:11,993 [  16185]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:11,993 [  16185]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:11,996 [  16188]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:11,996 [  16188]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:12,111 [  16303]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:12,112 [  16304]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:12,115 [  16307]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,115 [  16307]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:12,118 [  16310]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,118 [  16310]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:12,121 [  16313]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,121 [  16313]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-10-29 23:04:12,124 [  16316]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,124 [  16316]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-10-29 23:04:12,124 [  16316]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,124 [  16316]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-10-29 23:04:12,125 [  16317]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,125 [  16317]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:12,391 [  16583]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:12,430 [  16622]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where texdoc
2023-10-29 23:04:12,502 [  16694]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:12,594 [  16786]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\texdoc.exe
2023-10-29 23:04:12,595 [  16787]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory texdoc -l source2e
2023-10-29 23:04:12,673 [  16865]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:12,673 [  16865]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:12,677 [  16869]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,677 [  16869]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:12,680 [  16872]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,680 [  16872]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:12,684 [  16876]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,684 [  16876]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:12,846 [  17038]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:12,846 [  17038]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:12,850 [  17042]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,850 [  17042]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:12,856 [  17048]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,857 [  17049]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:12,863 [  17055]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:12,864 [  17056]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:13,000 [  17192]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:13,000 [  17192]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:04:13,000 [  17192]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:13,125 [  17317]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:13,126 [  17318]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:13,130 [  17322]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:13,130 [  17322]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:13,133 [  17325]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:13,133 [  17325]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:13,138 [  17330]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:13,138 [  17330]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:13,282 [  17474]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:13,282 [  17474]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:04:13,287 [  17479]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:13,287 [  17479]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:04:13,292 [  17484]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:13,292 [  17484]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:13,296 [  17488]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:13,296 [  17488]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-10-29 23:04:13,300 [  17492]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:13,300 [  17492]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-10-29 23:04:13,300 [  17492]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:13,300 [  17492]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-10-29 23:04:13,301 [  17493]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:13,301 [  17493]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:04:13,445 [  17637]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:04:18,631 [  22823]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory pdflatex --version
2023-10-29 23:04:18,686 [  22878]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory tlmgr --version
2023-10-29 23:04:18,689 [  22881]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "tlmgr": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:18,690 [  22882]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory tlmgr --version
2023-10-29 23:04:18,693 [  22885]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "tlmgr": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:04:18,697 [  22889]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory pdflatex --version
2023-10-29 23:04:19,428 [  23620]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - pdflatex exited with 0 MiKTeX-pdfTeX 4.16 (MiKTeX 23.10.12)
© 1982 D. E. Knuth, © 1996-2023 Hàn Thế Thành
TeX is a tradem
2023-10-29 23:04:19,485 [  23677]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - pdflatex exited with 0 MiKTeX-pdfTeX 4.16 (MiKTeX 23.10.12)
© 1982 D. E. Knuth, © 1996-2023 Hàn Thế Thành
TeX is a tradem
2023-10-29 23:04:23,507 [  27699]   INFO - #c.i.o.a.i.PopupMenuPreloader - 8504 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup(preload-bgt)' in 26 ms
2023-10-29 23:04:30,876 [  35068]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - texdoc exited 0 with timeout
2023-10-29 23:04:58,047 [  62239]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory texdoc -l amsmath
2023-10-29 23:04:59,778 [  63970]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - texdoc exited with 0 C:\Users\UserName\AppData\Roaming\MiKTeX\2.9\doc/latex/amsmath\amsmath.pdf
C:\Users\UserName\AppD
2023-10-29 23:04:59,872 [  64064]   INFO - #c.i.u.g.s.GistStorageImpl - Cleaning old huge-gists dirs from [C:\Users\UserName\AppData\Local\JetBrains\DataSpell2023.2\caches\huge-gists] ...
2023-10-29 23:05:00,138 [  64330]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory texdoc -l amsmath
2023-10-29 23:05:01,958 [  66150]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - texdoc exited with 0 C:\Users\UserName\AppData\Roaming\MiKTeX\2.9\doc/latex/amsmath\amsmath.pdf
C:\Users\UserName\AppD
2023-10-29 23:05:25,290 [  89482]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-10-29 23:05:25,346 [  89538]   WARN - #c.i.u.x.Binding - no accessors for nl.hannahsten.texifyidea.lang.commands.LatexCommand
2023-10-29 23:05:25,407 [  89599]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=Dissertation, containerState=COMPONENT_CREATED, componentStore=C:\Users\UserName\Desktop\Dissertation)RunManager took 11 ms
2023-10-29 23:08:58,200 [ 302392]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:08:58,307 [ 302499]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:08:58,307 [ 302499]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:08:58,310 [ 302502]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,311 [ 302503]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:08:58,314 [ 302506]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,314 [ 302506]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:08:58,317 [ 302509]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,317 [ 302509]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:08:58,425 [ 302617]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:08:58,425 [ 302617]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:08:58,428 [ 302620]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,428 [ 302620]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:08:58,431 [ 302623]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,431 [ 302623]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:08:58,434 [ 302626]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,434 [ 302626]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:08:58,541 [ 302733]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:08:58,541 [ 302733]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:08:58,541 [ 302733]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:08:58,647 [ 302839]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:08:58,648 [ 302840]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:08:58,651 [ 302843]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,651 [ 302843]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:08:58,654 [ 302846]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,654 [ 302846]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:08:58,657 [ 302849]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,657 [ 302849]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:08:58,763 [ 302955]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:08:58,764 [ 302956]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:08:58,766 [ 302958]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,767 [ 302959]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:08:58,770 [ 302962]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,770 [ 302962]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:08:58,773 [ 302965]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,773 [ 302965]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-10-29 23:08:58,775 [ 302967]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,775 [ 302967]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-10-29 23:08:58,776 [ 302968]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,776 [ 302968]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-10-29 23:08:58,776 [ 302968]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:08:58,776 [ 302968]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:08:58,883 [ 303075]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:09:08,544 [ 312736]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:09:08,672 [ 312864]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:09:08,673 [ 312865]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:09:08,676 [ 312868]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:08,676 [ 312868]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:09:08,679 [ 312871]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:08,680 [ 312872]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:09:08,683 [ 312875]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:08,683 [ 312875]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:09:08,791 [ 312983]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:09:08,791 [ 312983]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:09:08,795 [ 312987]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:08,795 [ 312987]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:09:08,798 [ 312990]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:08,798 [ 312990]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:09:08,802 [ 312994]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:08,802 [ 312994]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:09:08,910 [ 313102]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:09:08,910 [ 313102]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:09:08,910 [ 313102]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:09:09,018 [ 313210]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:09:09,018 [ 313210]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:09:09,021 [ 313213]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:09,021 [ 313213]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:09:09,024 [ 313216]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:09,024 [ 313216]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:09:09,027 [ 313219]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:09,028 [ 313220]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:09:09,133 [ 313325]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:09:09,133 [ 313325]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:09:09,136 [ 313328]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:09,137 [ 313329]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:09:09,140 [ 313332]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:09,140 [ 313332]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:09:09,143 [ 313335]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:09,143 [ 313335]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-10-29 23:09:09,145 [ 313337]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:09,145 [ 313337]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-10-29 23:09:09,145 [ 313337]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:09,146 [ 313338]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-10-29 23:09:09,146 [ 313338]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:09:09,146 [ 313338]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:09:09,252 [ 313444]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:13:58,902 [ 603094]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:13:59,008 [ 603200]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:13:59,009 [ 603201]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:13:59,012 [ 603204]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,012 [ 603204]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:13:59,016 [ 603208]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,016 [ 603208]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:13:59,019 [ 603211]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,019 [ 603211]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:13:59,124 [ 603316]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:13:59,125 [ 603317]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:13:59,128 [ 603320]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,128 [ 603320]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:13:59,131 [ 603323]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,131 [ 603323]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:13:59,134 [ 603326]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,134 [ 603326]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:13:59,242 [ 603434]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:13:59,242 [ 603434]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source]
2023-10-29 23:13:59,242 [ 603434]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:13:59,348 [ 603540]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:13:59,348 [ 603540]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:13:59,351 [ 603543]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,351 [ 603543]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:13:59,354 [ 603546]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,354 [ 603546]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:13:59,357 [ 603549]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,357 [ 603549]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:13:59,464 [ 603656]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:13:59,465 [ 603657]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-10-29 23:13:59,467 [ 603659]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,468 [ 603660]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-10-29 23:13:59,470 [ 603662]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,470 [ 603662]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-10-29 23:13:59,473 [ 603665]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,473 [ 603665]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-10-29 23:13:59,476 [ 603668]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,476 [ 603668]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-10-29 23:13:59,476 [ 603668]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,476 [ 603668]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-10-29 23:13:59,476 [ 603668]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-10-29 23:13:59,477 [ 603669]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-10-29 23:13:59,583 [ 603775]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
PHPirates commented 10 months ago

Thanks for the logs! I don't know why TeXiFy is spamming with system calls, should really clean that up as well. However I don't see anything strange, Just to double check, the problem we were solving was that you don't have a gutter icon next to \usepackage{amsmath} and you have the false positive 'requires amsmathinspection? What doeskpsewhich article.sty` return?

I see I made a simple mistake in logging, because it doesn't log the style files paths it searches in. If the problem is still there could you install this build, then File > Invalidate caches and after indexing is done provide the new logs? (Assuming the debug log setting is still there) https://plugins.jetbrains.com/plugin/download?rel=true&updateId=433963

I'm a bit out of ideas right now what it could be though.

FG-TUM commented 10 months ago

Hi , thanks for your continued effort :)

The problem was what i described in the issue description at the top. The align environment is marked and the IDE tells me that amsmath is required. I do not explicitly have \usepackage{amsmath} but \usepackage{mathtools} which itself loads amsmath. Compiling works fine and your first fix fixed it on Linux (Ubuntu and Arch) for me.

I noticed my IDE was using Inkscape's python interpreter so I switched it to a regular python 3.9 installation. This shortened the log a bit but didn't affect the error we are discussing here.

Regarding kpsewhich

PS C:\Users\UserName> kpsewhich.exe article.sty
C:/Program Files/MiKTeX 2.9/tex/latex/base/article.sty

Skimming over the logs it looks to me as if TeXiFy tries to run Linux commands like readlink but fails because this is windows. Not sure in which environment these commands are launched though...

2023-11-13 13:45:08,130 [      6]   INFO - #c.i.i.AppStarter - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2023-11-13 13:45:08,187 [     63]   INFO - #c.i.p.d.t.i.TelemetryManagerImpl - Initializing telemetry tracer com.intellij.platform.diagnostic.telemetry.impl.TelemetryManagerImpl
2023-11-13 13:45:08,259 [    135]   INFO - #c.i.i.AppStarter - JNA library (64-bit) loaded in 84 ms
2023-11-13 13:45:08,265 [    141]   INFO - #c.i.i.AppStarter - IDE: DataSpell (build #DS-232.10203.19, 26 Oct 2023 19:35)
2023-11-13 13:45:08,265 [    141]   INFO - #c.i.i.AppStarter - OS: Windows (10.0)
2023-11-13 13:45:08,266 [    142]   INFO - #c.i.i.AppStarter - JRE: 17.0.8.1+7-b1000.32, amd64 (JetBrains s.r.o.)
2023-11-13 13:45:08,267 [    143]   INFO - #c.i.i.AppStarter - JVM: 17.0.8.1+7-b1000.32 (OpenJDK 64-Bit Server VM)
2023-11-13 13:45:08,270 [    146]   INFO - #c.i.i.AppStarter - PID: 10320
2023-11-13 13:45:08,280 [    156]   INFO - #c.i.p.d.t.CsvMetricsExporter - open-telemetry-metrics-plotter.html is not found in classpath
2023-11-13 13:45:08,297 [    173]   INFO - #c.i.i.AppStarter - JVM options: [exit, -XX:ErrorFile=C:\Users\UserName\\java_error_in_dataspell64_%p.log, -XX:HeapDumpPath=C:\Users\UserName\\java_error_in_dataspell64.hprof, -Xms256m, -Xmx2048m, -XX:ReservedCodeCacheSize=512m, -XX:+UseG1GC, -XX:SoftRefLRUPolicyMSPerMB=50, -XX:CICompilerCount=2, -XX:+HeapDumpOnOutOfMemoryError, -XX:-OmitStackTraceInFastThrow, -XX:+IgnoreUnrecognizedVMOptions, -XX:CompileCommand=exclude,com/intellij/openapi/vfs/impl/FilePartNodeRoot,trieDescend, -ea, -Dsun.io.useCanonCaches=false, -Dsun.java2d.metal=true, -Djbr.catch.SIGABRT=true, -Djdk.http.auth.tunneling.disabledSchemes="", -Djdk.attach.allowAttachSelf=true, -Djdk.module.illegalAccess.silent=true, -Dkotlinx.coroutines.debug=off, -Dide.managed.by.toolbox=C:\Users\UserName\AppData\Local\JetBrains\Toolbox\bin\jetbrains-toolbox.exe, -Dtoolbox.notification.token=1bf54f46-796d-4ddf-891d-5fefd8ca1a81, -Dtoolbox.notification.portFile=C:\Users\UserName\AppData\Local\JetBrains\Toolbox\cache\ports\1096834948.port, -Xmx2048m, -Djb.vmOptionsFile=C:\Users\UserName\AppData\Roaming\\JetBrains\\DataSpell2023.2\dataspell64.exe.vmoptions, -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader, -Didea.vendor.name=JetBrains, -Didea.paths.selector=DataSpell2023.2, -Djna.boot.library.path=D:\JetBrains\DataSpell/lib/jna/amd64, -Dpty4j.preferred.native.folder=D:\JetBrains\DataSpell/lib/pty4j, -Djna.nosys=true, -Djna.noclasspath=true, -Didea.platform.prefix=DataSpell, -Dsplash=true, -Daether.connector.resumeDownloads=false, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.lang.ref=ALL-UNNAMED, --add-opens=java.base/java.lang.reflect=ALL-UNNAMED, --add-opens=java.base/java.net=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/java.nio.charset=ALL-UNNAMED, --add-opens=java.base/java.text=ALL-UNNAMED, --add-opens=java.base/java.time=ALL-UNNAMED, --add-opens=java.base/java.util=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent=ALL-UNNAMED, --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED, --add-opens=java.base/jdk.internal.vm=ALL-UNNAMED, --add-opens=java.base/sun.nio.ch=ALL-UNNAMED, --add-opens=java.base/sun.nio.fs=ALL-UNNAMED, --add-opens=java.base/sun.security.ssl=ALL-UNNAMED, --add-opens=java.base/sun.security.util=ALL-UNNAMED, --add-opens=java.base/sun.net.dns=ALL-UNNAMED, --add-opens=java.desktop/java.awt=ALL-UNNAMED, --add-opens=java.desktop/java.awt.dnd.peer=ALL-UNNAMED, --add-opens=java.desktop/java.awt.event=ALL-UNNAMED, --add-opens=java.desktop/java.awt.image=ALL-UNNAMED, --add-opens=java.desktop/java.awt.peer=ALL-UNNAMED, --add-opens=java.desktop/java.awt.font=ALL-UNNAMED, --add-opens=java.desktop/javax.swing=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.datatransfer=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.image=ALL-UNNAMED, --add-opens=java.desktop/sun.awt.windows=ALL-UNNAMED, --add-opens=java.desktop/sun.awt=ALL-UNNAMED, --add-opens=java.desktop/sun.font=ALL-UNNAMED, --add-opens=java.desktop/sun.java2d=ALL-UNNAMED, --add-opens=java.desktop/sun.swing=ALL-UNNAMED, --add-opens=java.desktop/com.sun.java.swing=ALL-UNNAMED, --add-opens=jdk.attach/sun.tools.attach=ALL-UNNAMED, --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED, --add-opens=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED, --add-opens=jdk.jdi/com.sun.tools.jdi=ALL-UNNAMED, -Dide.native.launcher=true, -Djcef.sandbox.ptr=000002591D786910]
2023-11-13 13:45:08,298 [    174]   INFO - #c.i.i.AppStarter - args: 
2023-11-13 13:45:08,298 [    174]   INFO - #c.i.i.AppStarter - library path: D:\JetBrains\DataSpell\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Python311\Scripts\;C:\Python311\;C:\Python310\Scripts\;C:\Python310\;C:\Program Files\AdoptOpenJDK\jre-16.0.1.9-hotspot\bin;C:\Python39\Scripts\;C:\Python39\;C:\Program Files\AdoptOpenJDK\jre-15.0.2.7-hotspot\bin;C:\Python38\Scripts\;C:\Python38\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\ProgramData\chocolatey\bin;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files\Java\jdk1.8.0_162\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\gnuplot\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Java\jdk1.8.0_211\bin;D:\Programs\CMake\bin;D:\Programs\Inkscape\bin;C:\Program Files\AdoptOpenJDK\jdk-12+33-jre\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\TortoiseSVN\bin;C:\Program Files\dotnet\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Users\UserName\AppData\Local\Microsoft\WindowsApps;D:\workspace\flutter\bin;C:\Users\UserName\AppData\Local\JetBrains\Toolbox\scripts;;.
2023-11-13 13:45:08,299 [    175]   INFO - #c.i.i.AppStarter - boot library path: D:\JetBrains\DataSpell\jbr\bin
2023-11-13 13:45:08,316 [    192]   INFO - #c.i.i.AppStarter - locale=en_GB JNU=Cp1252 file.encoding=Cp1252
    idea.config.path=C:\Users\UserName\AppData\Roaming\JetBrains\DataSpell2023.2
    idea.system.path=C:\Users\UserName\AppData\Local\JetBrains\DataSpell2023.2
    idea.plugins.path=C:\Users\UserName\AppData\Roaming\JetBrains\DataSpell2023.2\plugins
    idea.log.path=C:\Users\UserName\AppData\Local\JetBrains\DataSpell2023.2\log
2023-11-13 13:45:08,322 [    198]   INFO - #c.i.i.AppStarter - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@4a8d3051[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@5386b53e
2023-11-13 13:45:08,391 [    267]   INFO - #c.i.i.p.PluginManager - Module intellij.diagram.properties is not enabled because dependency com.intellij.properties is not available
Module intellij.diagram.java is not enabled because dependency com.intellij.java is not available
Module intellij.webDeployment/phpStorm is not enabled because dependency com.intellij.modules.phpstorm is not available
Module intellij.restClient/microservicesUI is not enabled because dependency com.intellij.microservices.ui is not available
Module intellij.restClient/javaScript is not enabled because dependency JavaScript is not available
Module intellij.grazie.properties is not enabled because dependency com.intellij.properties is not available
Module intellij.grazie.java is not enabled because dependency com.intellij.java is not available
Module intellij.vcs.github/tracker is not enabled because dependency com.intellij.tasks is not available
Module intellij.php.llm is not enabled because dependency com.jetbrains.php is not available
Module intellij.ruby.llm is not enabled because dependency org.jetbrains.plugins.ruby is not available
Module intellij.ml.llm.javascript is not enabled because dependency JavaScript is not available
Module intellij.ml.llm.cpp is not enabled because dependency com.intellij.modules.clion is not available
Module intellij.ml.llm.javaee is not enabled because dependency com.intellij.java is not available
Module intellij.ml.llm.java is not enabled because dependency com.intellij.java is not available
Module intellij.ml.llm.kotlin is not enabled because dependency intellij.ml.llm.java is not available
Module intellij.ml.llm.go is not enabled because dependency org.jetbrains.plugins.go is not available
2023-11-13 13:45:08,422 [    298]   INFO - #c.i.i.p.PluginManager - Loaded bundled plugins: Shared Indexes (232.10203.19), R Language for IntelliJ (232.10203.19), Settings Sync (232.10203.19), Performance Testing (232.10203.19), Configuration Script (232.10203.19), WarmNeon Color Scheme (232.10203.19), Async Profiler for IDE Performance Testing (232.10203.19), WSL Support Framework (232.10203.19), Markdown (232.10203.19), Twilight Color Scheme (232.10203.19), ReStructuredText (232.10203.19), GitLab (232.10203.19), Git (232.10203.19), IDE Settings Sync (232.10203.19), Terminal (232.10203.19), TextMate Bundles (232.10203.19), Monokai Color Scheme (232.10203.19), GitHub (232.10203.19), Copyright (232.10203.19), HTTP Client (232.10203.19), Shared Indexes for Python Packages (232.10203.19), Diagrams (232.10203.19), Python Community Edition (232.10203.19), GitHub Color Scheme (232.10203.19), Machine Learning in Search Everywhere (232.10203.19), SSH Remote Run (232.10203.19), IDEA CORE (232.10203.19), Machine Learning Code Completion (232.10203.19), Grazie Lite (232.10203.19), IDE Features Trainer (232.10203.19), Database Tools and SQL (232.10203.19), PyCharm DS Customization (232.10203.19), DataSpell Remote (232.10203.19), Data Editor Support (232.10203.19), FTP/SFTP/WebDAV Connectivity (232.10203.19), Shared Indexes for Python (232.10203.19), Data Editor Support Core (232.10203.19), Shared Indexes for Python (232.10203.19), Charts Support (232.10203.19), Remote Development Server (232.10203.19), Toml (232.10203.19), YAML (232.10203.19), Mercurial (232.10203.19), com.intellij.dev (232.10203.19), IntelliLang (232.10203.19), Images (232.10203.19), Shared Project Indexes (232.10203.19)
2023-11-13 13:45:08,422 [    298]   INFO - #c.i.i.p.PluginManager - Loaded custom plugins: TeXiFy IDEA (0.9.2-alpha.4), PDF Viewer (0.15.0), Eclipse Keymap (232.8660.88), AI Assistant (232.9826)
2023-11-13 13:45:08,627 [    503]   INFO - #c.i.a.o.PathMacrosImpl - Loaded path macros: {}
2023-11-13 13:45:08,710 [    586]   INFO - #c.i.o.u.r.RegistryManager - Registry values changed by user: ide.experimental.ui = true, ide.experimental.ui.inter.font = false, idea.plugins.compatible.build = , python.scientific.always_use_sci_view = true, python.scientific.show_help_window = false
2023-11-13 13:45:08,757 [    633]   INFO - #c.i.d.DebugLogManager - Set DEBUG for the following categories: #nl.hannahsten.texifyidea.util.Log, nl.hannahsten.texifyidea.util.Log
2023-11-13 13:45:08,869 [    745]   INFO - #c.i.u.i.PageCacheUtils - File page caching params:
2023-11-13 13:45:08,869 [    745]   INFO - #c.i.u.i.PageCacheUtils -    DEFAULT_PAGE_SIZE:10485760
2023-11-13 13:45:08,870 [    746]   INFO - #c.i.u.i.PageCacheUtils -    FilePageCache: regular
2023-11-13 13:45:08,870 [    746]   INFO - #c.i.u.i.PageCacheUtils -    DirectByteBuffers pool: 104857600 bytes
2023-11-13 13:45:08,918 [    794]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS uses strict names enumerator
2023-11-13 13:45:08,959 [    835]   INFO - #c.i.i.p.ExpiredPluginsState - Plugins to skip: []
2023-11-13 13:45:09,028 [    904]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS uses new (streamlined) attributes storage
2023-11-13 13:45:09,094 [    970]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=D:\JetBrains\DataSpell\lib, version=232.10203.19, package=com.intellij.feedback, isBundled=true)
2023-11-13 13:45:09,126 [   1002]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "NetBeans 6.5" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=D:\JetBrains\DataSpell\lib, version=232.10203.19, package=com.intellij.feedback, isBundled=true)
2023-11-13 13:45:09,126 [   1002]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=D:\JetBrains\DataSpell\lib, version=232.10203.19, package=com.intellij.feedback, isBundled=true)
2023-11-13 13:45:09,130 [   1006]   INFO - #c.i.o.v.n.p.FSRecords - using OVER_MMAPPED_FILE storage for VFS records
2023-11-13 13:45:09,143 [   1019]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "VSCode" not found PluginDescriptor(name=Terminal, id=org.jetbrains.plugins.terminal, descriptorPath=plugin.xml, path=D:\JetBrains\DataSpell\plugins\terminal, version=232.10203.19, package=null, isBundled=true)
2023-11-13 13:45:09,147 [   1023]   INFO - #c.i.o.v.n.p.PersistentFSConnector - VFS: impl (expected) version=576319, 15302 file records, 2 content blobs
2023-11-13 13:45:09,203 [   1079]   INFO - #c.i.u.n.s.CertificateManager - Default SSL context initialized
2023-11-13 13:45:09,360 [   1236]   INFO - #c.i.o.v.n.p.PersistentFSConnector - 209 ms to self-checks, load free records and inverted name index
2023-11-13 13:45:09,419 [   1295]   INFO - #o.j.i.BuiltInServerManager - built-in server started, port 63342
2023-11-13 13:45:09,471 [   1347]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Starting file watcher: D:\JetBrains\DataSpell\bin\fsnotifier.exe
2023-11-13 13:45:09,516 [   1392]   INFO - #c.i.o.v.i.l.NativeFileWatcherImpl - Native file watcher is operational.
2023-11-13 13:45:09,521 [   1397]   INFO - #c.i.o.v.i.w.WslFileWatcher - WSL file watcher: D:\JetBrains\DataSpell\bin\fsnotifier-wsl
2023-11-13 13:45:09,571 [   1447]   WARN - #c.i.c.ComponentStoreImpl - Duplicated scheme Light - old: Light, new Light
2023-11-13 13:45:09,723 [   1599]   INFO - #c.i.o.a.i.ActionManagerImpl - keymap "NetBeans 6.5" not found PluginDescriptor(name=Python Community Edition, id=PythonCore, descriptorPath=plugin.xml, path=D:\JetBrains\DataSpell\plugins\python-ce, version=232.10203.19, package=null, isBundled=true)
2023-11-13 13:45:09,762 [   1638]   INFO - #c.i.o.a.i.ActionManagerImpl - Unregistering line comment action
java.lang.Throwable
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.unregisterAction(ActionManagerImpl.kt:1003)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.replaceAction(ActionManagerImpl.kt:1133)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.registerOrReplaceActionInner(ActionManagerImpl.kt:462)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.processActionElement(ActionManagerImpl.kt:443)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.registerPluginActions(ActionManagerImpl.kt:272)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.registerActions$intellij_platform_ide_impl(ActionManagerImpl.kt:145)
    at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.<init>(ActionManagerImpl.kt:118)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    at com.intellij.serviceContainer.ConstructorInjectionKt.instantiateUsingPicoContainer(constructorInjection.kt:63)
    at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClassWithConstructorInjection(ComponentManagerImpl.kt:1011)
    at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:47)
    at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:43)
    at com.intellij.serviceContainer.BaseComponentAdapter.doCreateInstance(BaseComponentAdapter.kt:158)
    at com.intellij.serviceContainer.BaseComponentAdapter.createInstance(BaseComponentAdapter.kt:137)
    at com.intellij.serviceContainer.BaseComponentAdapter.access$createInstance(BaseComponentAdapter.kt:21)
    at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invokeSuspend(BaseComponentAdapter.kt:185)
    at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invoke(BaseComponentAdapter.kt)
    at com.intellij.serviceContainer.BaseComponentAdapter$getInstanceAsync$2.invoke(BaseComponentAdapter.kt)
    at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
    at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
    at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
    at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceAsync(BaseComponentAdapter.kt:180)
    at com.intellij.serviceContainer.ComponentManagerImpl.getServiceAsyncIfDefined(ComponentManagerImpl.kt:646)
    at com.intellij.serviceContainer.ComponentManagerImpl.getServiceAsync(ComponentManagerImpl.kt:637)
    at com.intellij.ide.bootstrap.AppServicePreloadingKt$preloadCriticalServices$2$7.invokeSuspend(appServicePreloading.kt:179)
    at com.intellij.ide.bootstrap.AppServicePreloadingKt$preloadCriticalServices$2$7.invoke(appServicePreloading.kt)
    at com.intellij.ide.bootstrap.AppServicePreloadingKt$preloadCriticalServices$2$7.invoke(appServicePreloading.kt)
    at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
    at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
    at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
    at com.intellij.diagnostic.TracerKt.subtask(tracer.kt:45)
    at com.intellij.diagnostic.TracerKt.subtask$default(tracer.kt:34)
    at com.intellij.ide.bootstrap.AppServicePreloadingKt$preloadCriticalServices$2.invokeSuspend(appServicePreloading.kt:105)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
2023-11-13 13:45:09,912 [   1788]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
2023-11-13 13:45:09,928 [   1804]   INFO - #c.j.p.p.PyCondaPackageService - System conda executable is not found
2023-11-13 13:45:09,938 [   1814]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
2023-11-13 13:45:09,943 [   1819]   INFO - #c.j.p.p.PyCondaPackageService - System conda executable is not found
2023-11-13 13:45:09,946 [   1822]   INFO - #c.i.o.v.n.p.FSRecords - VFS health-check disabled
2023-11-13 13:45:09,955 [   1831]   INFO - #c.i.o.u.r.RegistryValue - Registry value 'python.scientific.show_help_window' has changed to 'false'
2023-11-13 13:45:09,960 [   1836]   INFO - #c.i.o.u.r.RegistryValue - Registry value 'python.scientific.always_use_sci_view' has changed to 'true'
2023-11-13 13:45:10,111 [   1987]   INFO - STDOUT - 
2023-11-13 13:45:10,247 [   2123]   INFO - #c.i.i.s.p.i.SharedIndexMainZipStorage - Shared Indexes Storage is opened and empty
2023-11-13 13:45:10,370 [   2246]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Load workspace model from cache in 192 ms
2023-11-13 13:45:10,618 [   2494]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated silently to version 1 in 6 ms: Add module mapping
2023-11-13 13:45:10,635 [   2511]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Loading global entities from files
2023-11-13 13:45:10,686 [   2562]   INFO - #c.i.u.i.FileBasedIndexImpl - Using nice flusher for indexes
2023-11-13 13:45:10,697 [   2573]   INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 725 ms. Initialized indexes: [FilenameIndex, filetypes, FrameworkDetectionIndex, Trigram.Index, IdIndex, TodoIndex, DomFileIndex, fileIncludes, XmlTagNames, SchemaTypeInheritance, json.file.root.values, html5.custom.attributes.index, RelaxSymbolIndex, XmlNamespaces, yaml.keys.name, http.request.execution.environment, http.request.name.index, http.request.headers.values.index, http.request.completion.host, sql.types.count.index, sql.routine.index, Py.module.name, Py.setuptools.namespace, nl.hannahsten.texifyidea.external.package.inclusions, nl.hannahsten.texifyidea.external.environments, nl.hannahsten.texifyidea.external.commands, Stubs].
2023-11-13 13:45:10,846 [   2722]   INFO - #c.i.u.i.IndexDataInitializer - Index data initialization done: 147 ms. Initialized stub indexes: {Py.class.super, nl.hannahsten.texifyidea.environments, R.s4methods, R.function.completion, R.function.shortName, markdown.header, Py.variable.shortName, R.internal.package.completion, Py.class.shortNameInsensitive, nl.hannahsten.texifyidea.includes, redis.dml.shortName, Python.Decorator, nl.hannahsten.texifyidea.magiccomment, sql.column.name, nl.hannahsten.texifyidea.parameterlabeledcommands, nl.hannahsten.texifyidea.definitions, dom.elementClass, nl.hannahsten.texifyidea.commands, Py.module.attribute, nl.hannahsten.texifyidea.bibtex.entry, R.r6class.shortName, Py.class.shortName, Py.function.shortName, dom.namespaceKey, nl.hannahsten.texifyidea.glossaryentries, sql.names, R.s4class.shortName, sql.table.shortName, nl.hannahsten.texifyidea.parameterlabeledenvironments, markdown.header.anchor, Py.class.attributes, R.s4generics}.
2023-11-13 13:45:10,938 [   2814]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-11-13 13:45:10,939 [   2815]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 2 in 31 ms: Sync global entities with project: Dissertation
2023-11-13 13:45:11,318 [   3194]   WARN - #c.i.s.ComponentManagerImpl - `preload=true` should be used only for core services (service=org.jetbrains.r.editor.WelcomeGuideManager, plugin=R4Intellij)
2023-11-13 13:45:11,319 [   3195]   WARN - #c.i.s.ComponentManagerImpl - `preload=true` should be used only for core services (service=com.jetbrains.ds.workspace.ProjectViewWatcher, plugin=com.jetbrains.pycharm.ds.customization)
2023-11-13 13:45:11,649 [   3525]   INFO - PerformancePlugin - Performance Plugin is in silent mode
2023-11-13 13:45:11,657 [   3533]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where SumatraPDF
2023-11-13 13:45:11,749 [   3625]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Initialized from default code style settings.
2023-11-13 13:45:11,778 [   3654]   WARN - #c.i.e.RunManager - Must be not called before project components initialized
2023-11-13 13:45:11,794 [   3670]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@1ea76704
2023-11-13 13:45:11,824 [   3700]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-11-13 13:45:11,825 [   3701]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Running initialization condition: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@5e4d613a
2023-11-13 13:45:11,829 [   3705]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Finished: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@5e4d613a
2023-11-13 13:45:11,877 [   3753]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@50f36184
2023-11-13 13:45:11,909 [   3785]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@50f36184
2023-11-13 13:45:11,914 [   3790]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 1 INFO: Could not find files for the given pattern(s).
2023-11-13 13:45:11,915 [   3791]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where SumatraPDF
2023-11-13 13:45:11,924 [   3800]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@5da78e24
2023-11-13 13:45:12,026 [   3902]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@5da78e24
2023-11-13 13:45:12,027 [   3903]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@3c84e794
2023-11-13 13:45:12,029 [   3905]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@3c84e794
2023-11-13 13:45:12,031 [   3907]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@1a0500ec
2023-11-13 13:45:12,040 [   3916]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@1a0500ec
2023-11-13 13:45:12,040 [   3916]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@1ea76704
2023-11-13 13:45:12,091 [   3967]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 1 INFO: Could not find files for the given pattern(s).
2023-11-13 13:45:12,092 [   3968]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where SumatraPDF
2023-11-13 13:45:12,117 [   3993]   INFO - #c.i.o.a.i.NonBlockingReadActionImpl - OTel monitoring for NonBlockingReadAction is enabled
2023-11-13 13:45:12,172 [   4048]   INFO - #c.i.o.a.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.prefer.p9.support, wsl.p9.show.roots.in.file.chooser, wsl.execute.with.wsl.exe, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, search.everywhere.mixed.results, new.project.wizard, editor.reader.mode, new.large.text.file.viewer, terminal.shell.command.handling, reuse.target.paths.for.rsync, ds.attachable.project.view, ds.workspace.sdk.inheritance
2023-11-13 13:45:12,250 [   4126]   INFO - #c.i.u.j.JBCefApp - JCEF-sandbox is enabled
2023-11-13 13:45:12,263 [   4139]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 1 INFO: Could not find files for the given pattern(s).
2023-11-13 13:45:12,263 [   4139]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\SumatraPDF.exe" /ve
2023-11-13 13:45:12,289 [   4165]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - reg exited with 1 ERROR: The system was unable to find the specified registry key or value.
2023-11-13 13:45:12,290 [   4166]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory reg query HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SumatraPDF.pdf /ve
2023-11-13 13:45:12,319 [   4195]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - reg exited with 1 ERROR: The system was unable to find the specified registry key or value.
2023-11-13 13:45:12,319 [   4195]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory reg query HKEY_CURRENT_USER\SOFTWARE\Classes\SumatraPDF.pdf /ve
2023-11-13 13:45:12,353 [   4229]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - reg exited with 1 ERROR: The system was unable to find the specified registry key or value.
2023-11-13 13:45:12,356 [   4232]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory pdflatex --version
2023-11-13 13:45:12,387 [   4263]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: UnindexedFilesScanner[Dissertation]
2023-11-13 13:45:12,493 [   4369]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.jetbrains.python.psi.impl.PythonLanguageLevelPusher$MyDumbModeTask@78bbfef6
2023-11-13 13:45:12,494 [   4370]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-11-13 13:45:12,584 [   4460]   INFO - #c.i.u.j.JBCefApp - jcef version: 111.2.1.674.5e74e8b028681c1eb637bb8a27a1e79ba4f1e1e1 | cmd args: [--disable-features=SpareRendererForSitePerProcess, --no-proxy-server, --disable-gpu-process-crash-limit]
2023-11-13 13:45:12,942 [   4818]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - pdflatex exited with 0 MiKTeX-pdfTeX 4.16 (MiKTeX 23.10.12)
© 1982 D. E. Knuth, © 1996-2023 Hàn Thế Thành
TeX is a tradem
2023-11-13 13:45:12,960 [   4836]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where SumatraPDF
2023-11-13 13:45:13,108 [   4984]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 1 INFO: Could not find files for the given pattern(s).
2023-11-13 13:45:13,954 [   5830]   INFO - #c.i.o.w.i.ToolWindowManagerImpl - Ignore setShowStripeButton(id=Database Changes, value=false) - not applicable for a new UI
2023-11-13 13:45:13,959 [   5835]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.jetbrains.python.psi.impl.PythonLanguageLevelPusher$MyDumbModeTask@78bbfef6
2023-11-13 13:45:14,713 [   6589]   INFO - #c.i.o.u.i.UpdateCheckerService - channel: release
2023-11-13 13:45:14,884 [   6760]   INFO - STDOUT - 
2023-11-13 13:45:15,128 [   7004]   INFO - #c.i.o.v.i.p.NewMappings - VCS Root: [Git] - [<Project>]
2023-11-13 13:45:15,277 [   7153]   INFO - #git4idea.commands.GitHandler - [.] git version
2023-11-13 13:45:15,296 [   7172]   INFO - #c.i.o.v.i.p.NewMappings - Mapped Roots: 1
2023-11-13 13:45:15,308 [   7184]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 2 millis (read time: 2)
2023-11-13 13:45:15,340 [   7216]   INFO - #c.i.i.s.IdeStartupScripts - 0 startup script(s) found
2023-11-13 13:45:15,363 [   7239]   INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 669ms; general responsiveness: 1/1 sluggish; EDT responsiveness: 1/1 sluggish
2023-11-13 13:45:15,407 [   7283]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of Dissertation. Reason: On project open
2023-11-13 13:45:15,420 [   7296]   INFO - #git4idea.commands.GitHandler - git version 2.40.0.windows.1
2023-11-13 13:45:15,434 [   7310]   INFO - #c.i.u.i.UnindexedFilesScanner - Performing delayed pushing properties tasks for Dissertation took 26ms; general responsiveness: ok; EDT responsiveness: ok
2023-11-13 13:45:15,438 [   7314]   INFO - #git4idea.config.GitExecutableManager - Git version for C:\Program Files\Git\cmd\git.exe: 2.40.0.0 (MSYS)
2023-11-13 13:45:15,513 [   7389]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory pdflatex --version
2023-11-13 13:45:15,845 [   7721]   WARN - #c.i.u.x.Binding - no accessors for nl.hannahsten.texifyidea.lang.commands.LatexCommand
2023-11-13 13:45:15,848 [   7724]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:15,868 [   7744]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:15,981 [   7857]   INFO - #c.i.i.s.p.i.SharedIndexChunkConfigurationImpl - Chunk bundled-python-sdk-734e4595d9b8-b0daa11b639b-com.jetbrains.pycharm.ds.sharedIndexes.bundled-DS-232.10203.19 is registered for project 'Dissertation: matching: (fb=20, stub=23), incompatible: (fb=0, stub=0), unknown: (fb=12, stub=36), 
2023-11-13 13:45:16,041 [   7917]   INFO - #c.i.i.s.p.i.BundledSharedIndexPostStartupActivity - Attached 1 pre-built shared indexes: bundled-python-sdk-734e4595d9b8-b0daa11b639b-com.jetbrains.pycharm.ds.sharedIndexes.bundled-DS-232.10203.19
2023-11-13 13:45:16,211 [   8087]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:16,211 [   8087]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:16,223 [   8099]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:16,223 [   8099]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:16,247 [   8123]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:16,248 [   8124]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:16,264 [   8140]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:16,264 [   8140]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:16,278 [   8154]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:16,278 [   8154]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:16,293 [   8169]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:16,298 [   8174]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:16,298 [   8174]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:16,304 [   8180]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:16,407 [   8283]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:16,407 [   8283]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:16,444 [   8320]   WARN - #c.i.o.a.i.ActionUpdater - 444 ms to grab EDT for ToolWindowHeader$2#update@ToolwindowTitle (com.intellij.toolWindow.ToolWindowHeader$2)
2023-11-13 13:45:16,790 [   8666]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - pdflatex exited with 0 MiKTeX-pdfTeX 4.16 (MiKTeX 23.10.12)
© 1982 D. E. Knuth, © 1996-2023 Hàn Thế Thành
TeX is a tradem
2023-11-13 13:45:16,791 [   8667]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory kpsewhich -show-path=tex
2023-11-13 13:45:17,139 [   9015]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:17,140 [   9016]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:17,145 [   9021]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:17,145 [   9021]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:17,145 [   9021]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:17,145 [   9021]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:17,150 [   9026]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:17,150 [   9026]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:17,155 [   9031]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:17,155 [   9031]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:17,159 [   9035]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:17,163 [   9039]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:17,163 [   9039]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:17,166 [   9042]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:17,170 [   9046]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:17,171 [   9047]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:17,375 [   9251]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/index.html
2023-11-13 13:45:17,425 [   9301]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/viewer.css
2023-11-13 13:45:17,426 [   9302]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/fixes.css
2023-11-13 13:45:17,426 [   9302]   INFO - #c.i.v.l.d.i.VcsLogPersistentIndex - Indexing 114 commits in Dissertation
2023-11-13 13:45:17,432 [   9308]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/main.js
2023-11-13 13:45:17,446 [   9322]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/sidebar-triangles.css
2023-11-13 13:45:17,450 [   9326]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/pdf_viewer.css
2023-11-13 13:45:17,468 [   9344]   WARN - #c.i.i.p.i.ProjectViewImpl - ignore duplicated pane with id=ProjectPane
old class com.jetbrains.ds.projectView.DSProjectViewPane
new class com.intellij.ide.projectView.impl.ProjectViewPane
2023-11-13 13:45:17,494 [   9370]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:17,512 [   9388]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - MiKTeX installation path C:/Program Files/MiKTeX 2.9/source is not writable, cannot extract sources
2023-11-13 13:45:17,540 [   9416]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:17,541 [   9417]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:17,629 [   9505]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/locale/en-US/viewer.properties
2023-11-13 13:45:17,635 [   9511]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/locale/en-US/viewer.properties
2023-11-13 13:45:17,673 [   9549]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/pdf.worker.js
2023-11-13 13:45:17,676 [   9552]   INFO - #c.j.p.p.PyTargetEnvironmentPackageManager - Running packaging tool
2023-11-13 13:45:17,877 [   9753]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:17,877 [   9753]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:17,882 [   9758]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:17,883 [   9759]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:17,887 [   9763]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/images/loading-icon.gif
2023-11-13 13:45:17,887 [   9763]   INFO - #com.firsttimeinforever.intellij.pdf.viewer.utility.PdfResourceLoader - Loading internal resource: /web-view/images/shadow.png
2023-11-13 13:45:17,888 [   9764]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:17,889 [   9765]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:17,894 [   9770]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:17,895 [   9771]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:17,949 [   9825]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - kpsewhich exited with 0 .;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex/kpsewhich//;C:/Users/UserName/AppData/Roaming/M
2023-11-13 13:45:17,949 [   9825]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory kpsewhich -expand-path ".;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex/kpsewhich//;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex/generic//;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex///;C:/Users/UserName/AppData/Local/MiKTeX/2.9/tex/kpsewhich//;C:/Users/UserName/AppData/Local/MiKTeX/2.9/tex/generic//;C:/Users/UserName/AppData/Local/MiKTeX/2.9/tex///;C:/ProgramData/MiKTeX/2.9/tex/kpsewhich//;C:/ProgramData/MiKTeX/2.9/tex/generic//;C:/ProgramData/MiKTeX/2.9/tex///;C:/Program Files/MiKTeX 2.9/tex/kpsewhich//;C:/Program Files/MiKTeX 2.9/tex/generic//;C:/Program Files/MiKTeX 2.9/tex///"
2023-11-13 13:45:17,955 [   9831]   INFO - #c.i.d.u.SqlDialects - SQL dialects initialized in 14 ms
2023-11-13 13:45:18,001 [   9877]   WARN - #c.i.u.x.Binding - no accessors for com.intellij.openapi.projectRoots.Sdk
2023-11-13 13:45:18,318 [  10194]   INFO - #c.i.o.a.i.PopupMenuPreloader - 3518 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup(preload-bgt)' in 1248 ms
2023-11-13 13:45:18,321 [  10197]   INFO - #c.i.o.a.i.PopupMenuPreloader - 3573 ms since showing to preload popup menu 'Editor Popup Menu' at 'EditorPopup(preload-bgt)' in 1254 ms
2023-11-13 13:45:18,376 [  10252]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:18,376 [  10252]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:18,381 [  10257]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:18,381 [  10257]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:18,386 [  10262]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:18,387 [  10263]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:18,392 [  10268]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:18,392 [  10268]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-11-13 13:45:18,396 [  10272]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:18,396 [  10272]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-11-13 13:45:18,397 [  10273]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:18,397 [  10273]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-11-13 13:45:18,397 [  10273]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:18,397 [  10273]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:19,093 [  10969]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory kpsewhich -show-path=tex
2023-11-13 13:45:19,283 [  11159]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:19,284 [  11160]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source, file://C:/Program Files/MiKTeX 2.9/tex/latex]
2023-11-13 13:45:19,307 [  11183]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of Dissertation uses 7 scanning threads
2023-11-13 13:45:19,422 [  11298]   INFO - #c.i.v.l.d.i.VcsLogPersistentIndex - 1.996s for indexing 114 new commits out of 114 in Dissertation
2023-11-13 13:45:19,422 [  11298]   INFO - #c.i.v.l.d.i.VcsLogPersistentIndex - Indexing 126 commits in Dissertation
2023-11-13 13:45:19,735 [  11611]   INFO - #c.j.p.p.PyPIPackageCache - Loaded 493857 packages from C:\Users\UserName\AppData\Local\JetBrains\DataSpell2023.2\python_packages\pypi-cache.json
2023-11-13 13:45:19,776 [  11652]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - kpsewhich exited with 0 .;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex/kpsewhich//;C:/Users/UserName/AppData/Roaming/M
2023-11-13 13:45:19,776 [  11652]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory kpsewhich -expand-path ".;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex/kpsewhich//;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex/generic//;C:/Users/UserName/AppData/Roaming/MiKTeX/2.9/tex///;C:/Users/UserName/AppData/Local/MiKTeX/2.9/tex/kpsewhich//;C:/Users/UserName/AppData/Local/MiKTeX/2.9/tex/generic//;C:/Users/UserName/AppData/Local/MiKTeX/2.9/tex///;C:/ProgramData/MiKTeX/2.9/tex/kpsewhich//;C:/ProgramData/MiKTeX/2.9/tex/generic//;C:/ProgramData/MiKTeX/2.9/tex///;C:/Program Files/MiKTeX 2.9/tex/kpsewhich//;C:/Program Files/MiKTeX 2.9/tex/generic//;C:/Program Files/MiKTeX 2.9/tex///"
2023-11-13 13:45:21,014 [  12890]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - kpsewhich exited 0 with timeout
2023-11-13 13:45:22,839 [  14715]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - kpsewhich exited 0 with timeout
2023-11-13 13:45:22,897 [  14773]   INFO - #c.i.d.WindowsDefenderCheckerActivity - status check is disabled
2023-11-13 13:45:22,903 [  14779]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.util.indexing.DumbModeWhileScanningTrigger$DumbModeWhileScanning@5b889b73
2023-11-13 13:45:22,904 [  14780]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-11-13 13:45:22,983 [  14859]   INFO - #c.i.w.i.i.GlobalWorkspaceModel - Sync global entities with mutable entity storage
2023-11-13 13:45:22,993 [  14869] SEVERE - #c.i.i.s.n.StructureViewComponent - Assertion failed: Action Updater (Common)[ApplicationImpl pooled thread 2]
java.lang.Throwable: Assertion failed: Action Updater (Common)[ApplicationImpl pooled thread 2]
    at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:465)
    at com.intellij.ide.structureView.newStructureView.StructureViewComponent.dispose(StructureViewComponent.java:551)
    at com.intellij.openapi.util.ObjectTree.runWithTrace(ObjectTree.java:129)
    at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:161)
    at com.intellij.openapi.util.Disposer.dispose(Disposer.java:262)
    at com.intellij.openapi.util.Disposer.dispose(Disposer.java:250)
    at com.intellij.ide.actions.SelectInContextImpl.getElementFromStructureView(SelectInContextImpl.java:161)
    at com.intellij.ide.actions.SelectInContextImpl.getElementFromStructureView(SelectInContextImpl.java:151)
    at com.intellij.ide.actions.SelectInContextImpl.createEditorContext(SelectInContextImpl.java:140)
    at com.intellij.ide.actions.SelectInContextImpl.createContext(SelectInContextImpl.java:60)
    at com.intellij.database.view.DatabaseContextFun.getSelectedDbElementFromEditor(DatabaseContextFun.kt:309)
    at com.intellij.database.view.DatabaseContextFun.getSelectedDbElementsIfNoSelectionInTheTreeAsList(DatabaseContextFun.kt:296)
    at com.intellij.database.view.DbContextElementsKt.computeContextElements(DbContextElements.kt:44)
    at com.intellij.database.view.DbContextElementsKt.getContextElements$lambda$0(DbContextElements.kt:28)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater$UpdateSessionImpl.sharedData(ActionUpdater.java:835)
    at com.intellij.database.view.DbContextElementsKt.getContextElements(DbContextElements.kt:27)
    at com.intellij.database.view.DbContextElementsKt.getSingleDsContextElements(DbContextElements.kt:36)
    at com.intellij.database.actions.ddl.BaseModifyObjectAction.getTarget(BaseModifyObjectAction.java:49)
    at com.intellij.database.actions.ddl.BaseModifyObjectAction.update(BaseModifyObjectAction.java:44)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:159)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:182)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:740)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:145)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$callAction$5(ActionUpdater.java:195)
    at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.computeWithSpan(trace.kt:171)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:191)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:170)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:146)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:132)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:725)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:593)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$22(ActionUpdater.java:531)
    at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1539)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:531)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:315)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:382)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:403)
    at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1133)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$19(ActionUpdater.java:435)
    at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:63)
    at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:133)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:431)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$16(ActionUpdater.java:403)
    at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:186)
    at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
    at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)
    at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635)
    at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:603)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:61)
    at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:173)
    at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:360)
    at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$17(ActionUpdater.java:402)
    at io.opentelemetry.context.Context.lambda$wrap$1(Context.java:212)
    at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:24)
    at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:249)
    at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:227)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:215)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
    at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
    at java.base/java.lang.Thread.run(Thread.java:833)
2023-11-13 13:45:22,996 [  14872] SEVERE - #c.i.i.s.n.StructureViewComponent - DataSpell 2023.2.4  Build #DS-232.10203.19
2023-11-13 13:45:22,997 [  14873] SEVERE - #c.i.i.s.n.StructureViewComponent - JDK: 17.0.8.1; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2023-11-13 13:45:22,997 [  14873] SEVERE - #c.i.i.s.n.StructureViewComponent - OS: Windows 10
2023-11-13 13:45:23,112 [  14988]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-11-13 13:45:23,113 [  14989]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 3 in 26 ms: Apply JPS storage (iml files)
2023-11-13 13:45:23,114 [  14990]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-11-13 13:45:23,116 [  14992]   INFO - #c.i.w.i.i.j.s.DelayedProjectSynchronizer$Companion - Workspace model loaded from cache. Syncing real project state into workspace model in 217 ms. Thread[DefaultDispatcher-worker-43,5,main]
2023-11-13 13:45:23,266 [  15142]   INFO - #c.i.v.l.d.i.VcsLogPersistentIndex - 3.844s for indexing 0 new commits out of 126 in Dissertation. 12 commits left
2023-11-13 13:45:23,276 [  15152]   INFO - #c.j.p.p.p.PypiPackageCache - Package list loaded from file with 493853 entries
2023-11-13 13:45:23,408 [  15284]   INFO - #c.j.p.s.PythonSdkUpdater - Bogus sys.path entry C:\Python39\python39.zip
2023-11-13 13:45:23,414 [  15290]   INFO - #c.j.p.s.PythonSdkUpdater - Binary skeletons directory for SDK Python 3.9 (C:\Python39\python.exe)): C:/Users/UserName/AppData/Local/JetBrains/DataSpell2023.2/python_stubs/-797412331
2023-11-13 13:45:23,416 [  15292]   INFO - #c.j.p.s.PythonSdkUpdater - User skeletons directory for SDK Python 3.9 (C:\Python39\python.exe)): D:/JetBrains/DataSpell/plugins/python-ce/helpers/python-skeletons
2023-11-13 13:45:23,417 [  15293]   INFO - #c.j.p.s.PythonSdkUpdater - Performing background update of skeletons for SDK Python 3.9 (C:\Python39\python.exe)
2023-11-13 13:45:23,419 [  15295]   INFO - #c.j.p.s.s.PySkeletonRefresher - Refreshing skeletons for C:\Python39\python.exe
2023-11-13 13:45:23,424 [  15300]   INFO - #c.j.p.s.s.DefaultPregeneratedSkeletonsProvider - Home path is D:\JetBrains\DataSpell
2023-11-13 13:45:23,424 [  15300]   INFO - #c.j.p.s.s.DefaultPregeneratedSkeletonsProvider - Pregenerated skeletons root is D:\JetBrains\DataSpell\skeletons
2023-11-13 13:45:23,425 [  15301]   INFO - #c.j.p.s.s.DefaultPregeneratedSkeletonsProvider - Found pre-generated skeletons at D:\JetBrains\DataSpell\skeletons\skeletons-win-403-python-3.9.13.zip
2023-11-13 13:45:23,443 [  15319]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - C:\Python39\python.exe D:/JetBrains/DataSpell/plugins/python-ce/helpers/generator3/__main__.py -d C:\Users\UserName\AppData\Local\JetBrains\DataSpell2023.2\python_stubs\-797412331 -s C:/Python39/DLLs;C:/Python39/Lib;C:/Python39;C:/Python39/Lib/site-packages
2023-11-13 13:45:24,327 [  16203]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for Dissertation. Number of scanned files: 9213; Number of files for indexing: 8002 took 8891ms; general responsiveness: 3/8 sluggish, 3/8 very slow; EDT responsiveness: 1/5 sluggish, 1/5 very slow
2023-11-13 13:45:24,328 [  16204]   INFO - #c.i.u.i.UnindexedFilesScanner - 5fdb05e3: marking roots for initial VFS refresh
2023-11-13 13:45:24,333 [  16209]   INFO - #c.i.u.i.UnindexedFilesScanner - 5fdb05e3: starting initial VFS refresh
2023-11-13 13:45:24,346 [  16222]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: UnindexedFilesScanner[Dissertation]
2023-11-13 13:45:24,347 [  16223]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.util.indexing.DumbModeWhileScanningTrigger$DumbModeWhileScanning@5b889b73
2023-11-13 13:45:24,351 [  16227]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) UnindexedFilesIndexer[Dissertation, 5 iterators, reason: On project open]
2023-11-13 13:45:24,352 [  16228]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-11-13 13:45:24,365 [  16241]   INFO - #c.i.u.i.UnindexedFilesIndexer - Use 7 indexing threads for indexing of Dissertation
2023-11-13 13:45:24,511 [  16387]   INFO - #c.i.u.i.UnindexedFilesScanner - 5fdb05e3: initial VFS refresh finished 176 ms
2023-11-13 13:45:24,550 [  16426]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:24,550 [  16426]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:24,550 [  16426]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:24,554 [  16430]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:24,555 [  16431]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:24,589 [  16465]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:24,590 [  16466]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:24,827 [  16703]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _abc ('built-in')
2023-11-13 13:45:24,829 [  16705]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _ast ('built-in')
2023-11-13 13:45:24,829 [  16705]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _bisect ('built-in')
2023-11-13 13:45:24,829 [  16705]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _blake2 ('built-in')
2023-11-13 13:45:24,830 [  16706]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _codecs ('built-in')
2023-11-13 13:45:24,830 [  16706]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _codecs_cn ('built-in')
2023-11-13 13:45:24,830 [  16706]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _codecs_hk ('built-in')
2023-11-13 13:45:24,832 [  16708]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _codecs_iso2022 ('built-in')
2023-11-13 13:45:24,834 [  16710]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _codecs_jp ('built-in')
2023-11-13 13:45:24,835 [  16711]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _codecs_kr ('built-in')
2023-11-13 13:45:24,836 [  16712]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _codecs_tw ('built-in')
2023-11-13 13:45:24,838 [  16714]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _collections ('built-in')
2023-11-13 13:45:24,838 [  16714]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _contextvars ('built-in')
2023-11-13 13:45:24,839 [  16715]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _csv ('built-in')
2023-11-13 13:45:24,841 [  16717]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _datetime ('built-in')
2023-11-13 13:45:24,848 [  16724]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _functools ('built-in')
2023-11-13 13:45:24,849 [  16725]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _heapq ('built-in')
2023-11-13 13:45:24,849 [  16725]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _imp ('built-in')
2023-11-13 13:45:24,849 [  16725]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _io ('built-in')
2023-11-13 13:45:24,849 [  16725]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _json ('built-in')
2023-11-13 13:45:24,850 [  16726]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _locale ('built-in')
2023-11-13 13:45:24,850 [  16726]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _lsprof ('built-in')
2023-11-13 13:45:24,850 [  16726]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _md5 ('built-in')
2023-11-13 13:45:24,851 [  16727]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _multibytecodec ('built-in')
2023-11-13 13:45:24,851 [  16727]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _opcode ('built-in')
2023-11-13 13:45:24,851 [  16727]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _operator ('built-in')
2023-11-13 13:45:24,853 [  16729]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _peg_parser ('built-in')
2023-11-13 13:45:24,854 [  16730]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _pickle ('built-in')
2023-11-13 13:45:24,854 [  16730]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _random ('built-in')
2023-11-13 13:45:24,861 [  16737]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _sha1 ('built-in')
2023-11-13 13:45:24,861 [  16737]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _sha256 ('built-in')
2023-11-13 13:45:24,861 [  16737]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _sha3 ('built-in')
2023-11-13 13:45:24,862 [  16738]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _sha512 ('built-in')
2023-11-13 13:45:24,862 [  16738]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _signal ('built-in')
2023-11-13 13:45:24,862 [  16738]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _sre ('built-in')
2023-11-13 13:45:24,863 [  16739]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _stat ('built-in')
2023-11-13 13:45:24,863 [  16739]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _statistics ('built-in')
2023-11-13 13:45:24,863 [  16739]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _string ('built-in')
2023-11-13 13:45:24,863 [  16739]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _struct ('built-in')
2023-11-13 13:45:24,864 [  16740]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _symtable ('built-in')
2023-11-13 13:45:24,864 [  16740]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _thread ('built-in')
2023-11-13 13:45:24,864 [  16740]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _tracemalloc ('built-in')
2023-11-13 13:45:24,865 [  16741]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _warnings ('built-in')
2023-11-13 13:45:24,866 [  16742]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _weakref ('built-in')
2023-11-13 13:45:24,867 [  16743]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _winapi ('built-in')
2023-11-13 13:45:24,867 [  16743]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _xxsubinterpreters ('built-in')
2023-11-13 13:45:24,868 [  16744]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - array ('built-in')
2023-11-13 13:45:24,870 [  16746]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - atexit ('built-in')
2023-11-13 13:45:24,870 [  16746]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - audioop ('built-in')
2023-11-13 13:45:24,870 [  16746]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - binascii ('built-in')
2023-11-13 13:45:24,871 [  16747]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - builtins ('built-in')
2023-11-13 13:45:24,872 [  16748]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - cmath ('built-in')
2023-11-13 13:45:24,874 [  16750]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - errno ('built-in')
2023-11-13 13:45:24,874 [  16750]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - faulthandler ('built-in')
2023-11-13 13:45:24,874 [  16750]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - gc ('built-in')
2023-11-13 13:45:24,875 [  16751]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - itertools ('built-in')
2023-11-13 13:45:24,877 [  16753]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - marshal ('built-in')
2023-11-13 13:45:24,879 [  16755]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - math ('built-in')
2023-11-13 13:45:24,879 [  16755]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - mmap ('built-in')
2023-11-13 13:45:24,879 [  16755]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - msvcrt ('built-in')
2023-11-13 13:45:24,886 [  16762]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - nt ('built-in')
2023-11-13 13:45:24,886 [  16762]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - parser ('built-in')
2023-11-13 13:45:24,886 [  16762]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - sys ('built-in')
2023-11-13 13:45:24,886 [  16762]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - time ('built-in')
2023-11-13 13:45:24,887 [  16763]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - winreg ('built-in')
2023-11-13 13:45:24,887 [  16763]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - xxsubtype ('built-in')
2023-11-13 13:45:24,889 [  16765]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - zlib ('built-in')
2023-11-13 13:45:24,891 [  16767]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _asyncio ('C:\\Python39\\DLLs\\_asyncio.pyd')
2023-11-13 13:45:24,891 [  16767]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _bz2 ('C:\\Python39\\DLLs\\_bz2.pyd')
2023-11-13 13:45:24,892 [  16768]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _ctypes ('C:\\Python39\\DLLs\\_ctypes.pyd')
2023-11-13 13:45:24,894 [  16770]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _ctypes_test ('C:\\Python39\\DLLs\\_ctypes_test.pyd')
2023-11-13 13:45:24,894 [  16770]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _decimal ('C:\\Python39\\DLLs\\_decimal.pyd')
2023-11-13 13:45:24,896 [  16772]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _elementtree ('C:\\Python39\\DLLs\\_elementtree.pyd')
2023-11-13 13:45:24,896 [  16772]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _hashlib ('C:\\Python39\\DLLs\\_hashlib.pyd')
2023-11-13 13:45:24,896 [  16772]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _lzma ('C:\\Python39\\DLLs\\_lzma.pyd')
2023-11-13 13:45:24,898 [  16774]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _msi ('C:\\Python39\\DLLs\\_msi.pyd')
2023-11-13 13:45:24,900 [  16776]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _multiprocessing ('C:\\Python39\\DLLs\\_multiprocessing.pyd')
2023-11-13 13:45:24,900 [  16776]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _overlapped ('C:\\Python39\\DLLs\\_overlapped.pyd')
2023-11-13 13:45:24,907 [  16783]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _queue ('C:\\Python39\\DLLs\\_queue.pyd')
2023-11-13 13:45:24,907 [  16783]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _socket ('C:\\Python39\\DLLs\\_socket.pyd')
2023-11-13 13:45:24,907 [  16783]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _sqlite3 ('C:\\Python39\\DLLs\\_sqlite3.pyd')
2023-11-13 13:45:24,908 [  16784]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _ssl ('C:\\Python39\\DLLs\\_ssl.pyd')
2023-11-13 13:45:24,908 [  16784]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _testbuffer ('C:\\Python39\\DLLs\\_testbuffer.pyd')
2023-11-13 13:45:24,908 [  16784]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _testcapi ('C:\\Python39\\DLLs\\_testcapi.pyd')
2023-11-13 13:45:24,909 [  16785]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _testconsole ('C:\\Python39\\DLLs\\_testconsole.pyd')
2023-11-13 13:45:24,909 [  16785]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _testimportmultiple ('C:\\Python39\\DLLs\\_testimportmultiple.pyd')
2023-11-13 13:45:24,909 [  16785]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _testinternalcapi ('C:\\Python39\\DLLs\\_testinternalcapi.pyd')
2023-11-13 13:45:24,909 [  16785]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _testmultiphase ('C:\\Python39\\DLLs\\_testmultiphase.pyd')
2023-11-13 13:45:24,916 [  16792]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _tkinter ('C:\\Python39\\DLLs\\_tkinter.pyd')
2023-11-13 13:45:24,916 [  16792]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _uuid ('C:\\Python39\\DLLs\\_uuid.pyd')
2023-11-13 13:45:24,916 [  16792]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - _zoneinfo ('C:\\Python39\\DLLs\\_zoneinfo.pyd')
2023-11-13 13:45:24,917 [  16793]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - pyexpat ('C:\\Python39\\DLLs\\pyexpat.pyd')
2023-11-13 13:45:24,917 [  16793]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - select ('C:\\Python39\\DLLs\\select.pyd')
2023-11-13 13:45:24,917 [  16793]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - unicodedata ('C:\\Python39\\DLLs\\unicodedata.pyd')
2023-11-13 13:45:24,917 [  16793]   INFO - #c.j.p.s.s.PySkeletonGenerator$Run - winsound ('C:\\Python39\\DLLs\\winsound.pyd')
2023-11-13 13:45:24,931 [  16807]   INFO - #c.j.p.s.s.PySkeletonRefresher - Rebuilding skeletons for binaries took 1503 ms
2023-11-13 13:45:24,952 [  16828]   INFO - #c.j.p.s.PythonSdkUpdater - Performing background scan of packages for SDK Python 3.9 (C:\Python39\python.exe)
2023-11-13 13:45:24,953 [  16829]   INFO - #c.j.p.p.PyTargetEnvironmentPackageManager - Running packaging tool
2023-11-13 13:45:25,064 [  16940]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,065 [  16941]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,069 [  16945]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,069 [  16945]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,075 [  16951]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,075 [  16951]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,076 [  16952]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,076 [  16952]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,080 [  16956]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,080 [  16956]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,083 [  16959]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,083 [  16959]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,084 [  16960]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,085 [  16961]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,089 [  16965]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,089 [  16965]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,095 [  16971]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,095 [  16971]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,099 [  16975]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,099 [  16975]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,104 [  16980]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,104 [  16980]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,109 [  16985]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,109 [  16985]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,132 [  17008]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,132 [  17008]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,137 [  17013]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,137 [  17013]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,142 [  17018]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,142 [  17018]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,147 [  17023]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,147 [  17023]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,151 [  17027]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,152 [  17028]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,152 [  17028]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,152 [  17028]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,156 [  17032]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,157 [  17033]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,161 [  17037]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,161 [  17037]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,165 [  17041]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,166 [  17042]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,170 [  17046]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,170 [  17046]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,174 [  17050]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,175 [  17051]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,179 [  17055]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,179 [  17055]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,191 [  17067]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,192 [  17068]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,196 [  17072]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,197 [  17073]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,202 [  17078]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,202 [  17078]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,207 [  17083]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,208 [  17084]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,491 [  17367]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,491 [  17367]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,496 [  17372]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,496 [  17372]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,501 [  17377]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,501 [  17377]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,506 [  17382]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,506 [  17382]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,510 [  17386]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,510 [  17386]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,510 [  17386]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,511 [  17387]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,515 [  17391]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,515 [  17391]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,519 [  17395]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,519 [  17395]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,524 [  17400]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,524 [  17400]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,528 [  17404]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,528 [  17404]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,533 [  17409]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,533 [  17409]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,538 [  17414]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,538 [  17414]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,548 [  17424]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,548 [  17424]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,563 [  17439]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,563 [  17439]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,568 [  17444]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,568 [  17444]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,568 [  17444]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,568 [  17444]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,573 [  17449]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,574 [  17450]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,577 [  17453]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,578 [  17454]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,584 [  17460]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,584 [  17460]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,589 [  17465]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,590 [  17466]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,600 [  17476]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,600 [  17476]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,605 [  17481]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,606 [  17482]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,611 [  17487]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,611 [  17487]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,616 [  17492]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,616 [  17492]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,671 [  17547]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,671 [  17547]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:25,675 [  17551]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,676 [  17552]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:25,680 [  17556]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,681 [  17557]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,686 [  17562]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:25,686 [  17562]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:25,836 [  17712]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,837 [  17713]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - MiKTeX installation path C:/Program Files/MiKTeX 2.9/source is not writable, cannot extract sources
2023-11-13 13:45:25,879 [  17755]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,880 [  17756]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - MiKTeX installation path C:/Program Files/MiKTeX 2.9/source is not writable, cannot extract sources
2023-11-13 13:45:25,894 [  17770]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,895 [  17771]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - MiKTeX installation path C:/Program Files/MiKTeX 2.9/source is not writable, cannot extract sources
2023-11-13 13:45:25,941 [  17817]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,941 [  17817]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - MiKTeX installation path C:/Program Files/MiKTeX 2.9/source is not writable, cannot extract sources
2023-11-13 13:45:25,962 [  17838]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:25,963 [  17839]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - MiKTeX installation path C:/Program Files/MiKTeX 2.9/source is not writable, cannot extract sources
2023-11-13 13:45:26,050 [  17926]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:26,050 [  17926]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:26,051 [  17927]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - MiKTeX installation path C:/Program Files/MiKTeX 2.9/source is not writable, cannot extract sources
2023-11-13 13:45:26,060 [  17936]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - MiKTeX installation path C:/Program Files/MiKTeX 2.9/source is not writable, cannot extract sources
2023-11-13 13:45:33,985 [  25861]   INFO - #c.i.u.i.ProjectChangedFilesScanner - Retrieving changed during indexing files of Dissertation : 0 to update, calculated in 0ms
2023-11-13 13:45:33,985 [  25861]   INFO - #c.i.u.i.UnindexedFilesIndexer - Finished for Dissertation. Unindexed files update took 9628ms; general responsiveness: ok; EDT responsiveness: ok
2023-11-13 13:45:33,989 [  25865]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) UnindexedFilesIndexer[Dissertation, 5 iterators, reason: On project open]
2023-11-13 13:45:34,101 [  25977]   INFO - #c.i.v.l.d.i.VcsLogPersistentIndex - Indexing 12 commits in Dissertation
2023-11-13 13:45:34,186 [  26062]   INFO - #c.i.v.l.d.i.VcsLogPersistentIndex - 88ms for indexing 12 new commits out of 12 in Dissertation
2023-11-13 13:45:34,327 [  26203]   INFO - #c.i.v.l.d.i.IndexDiagnosticRunner - Index diagnostic for 29 commits in [file://C:/Users/UserName/Desktop/Dissertation] is completed
2023-11-13 13:45:35,046 [  26922]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:35,239 [  27115]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:35,240 [  27116]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:35,244 [  27120]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,244 [  27120]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:35,248 [  27124]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,249 [  27125]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:35,253 [  27129]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,253 [  27129]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:35,440 [  27316]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:35,440 [  27316]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:35,445 [  27321]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,445 [  27321]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:35,450 [  27326]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,450 [  27326]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:35,455 [  27331]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,456 [  27332]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:35,616 [  27492]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:35,616 [  27492]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:35,779 [  27655]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:35,780 [  27656]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:35,784 [  27660]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,784 [  27660]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:35,789 [  27665]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,789 [  27665]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:35,794 [  27670]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,795 [  27671]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:35,965 [  27841]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:35,965 [  27841]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:45:35,970 [  27846]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,970 [  27846]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:45:35,974 [  27850]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,974 [  27850]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:35,979 [  27855]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,979 [  27855]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-11-13 13:45:35,982 [  27858]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,982 [  27858]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-11-13 13:45:35,983 [  27859]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,983 [  27859]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-11-13 13:45:35,983 [  27859]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:35,983 [  27859]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:45:36,129 [  28005]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:45:36,129 [  28005]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source, file://C:/Program Files/MiKTeX 2.9/tex/latex]
2023-11-13 13:45:37,923 [  29799]   WARN - #com.github.weisj.jsvg.parser.NodeMap - unsupported RDF
2023-11-13 13:45:37,924 [  29800]   WARN - #com.github.weisj.jsvg.parser.NodeMap - unsupported namedview
2023-11-13 13:45:37,944 [  29820]   WARN - #com.github.weisj.jsvg.parser.NodeMap - unsupported RDF
2023-11-13 13:45:37,944 [  29820]   WARN - #com.github.weisj.jsvg.parser.NodeMap - unsupported namedview
2023-11-13 13:45:38,836 [  30712]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where texdoc
2023-11-13 13:45:38,982 [  30858]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\texdoc.exe
2023-11-13 13:45:38,982 [  30858]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory texdoc -l source2e
2023-11-13 13:45:39,310 [  31186]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory pdflatex --version
2023-11-13 13:45:39,350 [  31226]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory tlmgr --version
2023-11-13 13:45:39,368 [  31244]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "tlmgr": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:39,369 [  31245]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory tlmgr --version
2023-11-13 13:45:39,372 [  31248]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "tlmgr": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:45:39,382 [  31258]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory pdflatex --version
2023-11-13 13:45:40,168 [  32044]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - pdflatex exited with 0 MiKTeX-pdfTeX 4.16 (MiKTeX 23.10.12)
© 1982 D. E. Knuth, © 1996-2023 Hàn Thế Thành
TeX is a tradem
2023-11-13 13:45:40,204 [  32080]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - pdflatex exited with 0 MiKTeX-pdfTeX 4.16 (MiKTeX 23.10.12)
© 1982 D. E. Knuth, © 1996-2023 Hàn Thế Thành
TeX is a tradem
2023-11-13 13:45:42,054 [  33930]   WARN - #com.github.weisj.jsvg.parser.NodeMap - unsupported RDF
2023-11-13 13:45:42,055 [  33931]   WARN - #com.github.weisj.jsvg.parser.NodeMap - unsupported namedview
2023-11-13 13:45:42,203 [  34079]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - texdoc exited 0 with timeout
2023-11-13 13:45:42,210 [  34086]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory texdoc -l source2e
2023-11-13 13:45:43,532 [  35408]   WARN - #com.github.weisj.jsvg.parser.NodeMap - unsupported RDF
2023-11-13 13:45:43,532 [  35408]   WARN - #com.github.weisj.jsvg.parser.NodeMap - unsupported namedview
2023-11-13 13:45:43,546 [  35422]   WARN - #com.github.weisj.jsvg.parser.NodeMap - unsupported RDF
2023-11-13 13:45:43,546 [  35422]   WARN - #com.github.weisj.jsvg.parser.NodeMap - unsupported namedview
2023-11-13 13:45:45,076 [  36952]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - texdoc exited with 0 C:\Users\UserName\AppData\Roaming\MiKTeX\2.9\doc/latex/base\source2e.pdf
2023-11-13 13:46:08,568 [  60444]   INFO - #c.i.u.MemTester - not supported: Windows is not supported
2023-11-13 13:46:11,994 [  63870]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-11-13 13:46:12,120 [  63996]   INFO - #c.i.c.ComponentStoreImpl - Saving Project(name=Dissertation, containerState=COMPONENT_CREATED, componentStore=C:\Users\UserName\Desktop\Dissertation)RunManager took 11 ms
2023-11-13 13:46:13,704 [  65580]   INFO - #c.i.o.a.i.PopupMenuPreloader - 31647 ms since showing to preload popup menu '' at 'StructureViewPopup(preload-bgt)' in 11 ms
2023-11-13 13:46:15,407 [  67283]   INFO - #c.i.u.g.s.GistStorageImpl - Cleaning old huge-gists dirs from [C:\Users\UserName\AppData\Local\JetBrains\DataSpell2023.2\caches\huge-gists] ...
2023-11-13 13:46:41,215 [  93091]   INFO - STDOUT - 
2023-11-13 13:46:42,644 [  94520]   INFO - #c.i.d.DebugLogManager - Set DEBUG for the following categories: #nl.hannahsten.texifyidea.util.Log, nl.hannahsten.texifyidea.util.Log
2023-11-13 13:46:48,418 [ 100294]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities to files
2023-11-13 13:50:10,699 [ 302575]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:10,844 [ 302720]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:10,845 [ 302721]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:50:10,850 [ 302726]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:10,850 [ 302726]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:50:10,855 [ 302731]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:10,855 [ 302731]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:10,859 [ 302735]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:10,859 [ 302735]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:11,009 [ 302885]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:11,009 [ 302885]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:50:11,013 [ 302889]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,013 [ 302889]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:50:11,017 [ 302893]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,017 [ 302893]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:11,021 [ 302897]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,021 [ 302897]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:11,148 [ 303024]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:11,148 [ 303024]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:11,270 [ 303146]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:11,270 [ 303146]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:50:11,273 [ 303149]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,274 [ 303150]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:50:11,278 [ 303154]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,278 [ 303154]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:11,282 [ 303158]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,282 [ 303158]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:11,416 [ 303292]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:11,416 [ 303292]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:50:11,420 [ 303296]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,420 [ 303296]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:50:11,425 [ 303301]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,425 [ 303301]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:11,429 [ 303305]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,429 [ 303305]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-11-13 13:50:11,431 [ 303307]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,431 [ 303307]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-11-13 13:50:11,432 [ 303308]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,432 [ 303308]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-11-13 13:50:11,432 [ 303308]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:11,432 [ 303308]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:11,548 [ 303424]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:11,549 [ 303425]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source, file://C:/Program Files/MiKTeX 2.9/tex/latex]
2023-11-13 13:50:34,203 [ 326079]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:34,397 [ 326273]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:34,397 [ 326273]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:50:34,400 [ 326276]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,401 [ 326277]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:50:34,404 [ 326280]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,404 [ 326280]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:34,408 [ 326284]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,409 [ 326285]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:34,539 [ 326415]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:34,539 [ 326415]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:50:34,542 [ 326418]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,542 [ 326418]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:50:34,546 [ 326422]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,546 [ 326422]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:34,549 [ 326425]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,550 [ 326426]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:34,672 [ 326548]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:34,672 [ 326548]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:34,796 [ 326672]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:34,796 [ 326672]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:50:34,801 [ 326677]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,802 [ 326678]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:50:34,806 [ 326682]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,806 [ 326682]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:34,810 [ 326686]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,811 [ 326687]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:34,933 [ 326809]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:34,933 [ 326809]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:50:34,938 [ 326814]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,938 [ 326814]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:50:34,942 [ 326818]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,942 [ 326818]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:34,947 [ 326823]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,947 [ 326823]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-11-13 13:50:34,950 [ 326826]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,950 [ 326826]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-11-13 13:50:34,951 [ 326827]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,951 [ 326827]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-11-13 13:50:34,951 [ 326827]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:50:34,951 [ 326827]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:50:35,083 [ 326959]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:50:35,083 [ 326959]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source, file://C:/Program Files/MiKTeX 2.9/tex/latex]
2023-11-13 13:55:11,576 [ 603452]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:55:11,698 [ 603574]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:55:11,698 [ 603574]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:55:11,702 [ 603578]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:11,702 [ 603578]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:55:11,705 [ 603581]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:11,705 [ 603581]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:55:11,708 [ 603584]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:11,708 [ 603584]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:55:11,817 [ 603693]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:55:11,817 [ 603693]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:55:11,820 [ 603696]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:11,820 [ 603696]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:55:11,823 [ 603699]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:11,823 [ 603699]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:55:11,828 [ 603704]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:11,828 [ 603704]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:55:11,939 [ 603815]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:55:11,939 [ 603815]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:55:12,049 [ 603925]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:55:12,049 [ 603925]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:55:12,052 [ 603928]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:12,052 [ 603928]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:55:12,055 [ 603931]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:12,055 [ 603931]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:55:12,058 [ 603934]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:12,058 [ 603934]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:55:12,166 [ 604042]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:55:12,166 [ 604042]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f C:\Program
2023-11-13 13:55:12,169 [ 604045]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:12,169 [ 604045]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f Files\MiKTeX
2023-11-13 13:55:12,172 [ 604048]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:12,172 [ 604048]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory readlink -f 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:55:12,177 [ 604053]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "readlink": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:12,177 [ 604053]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory ~/texlive/2023/kpsewhich article.sty
2023-11-13 13:55:12,180 [ 604056]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "~\texlive\2023\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:12,181 [ 604057]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory C:\Progra/kpsewhich article.sty
2023-11-13 13:55:12,181 [ 604057]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "C:\Progra\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:12,181 [ 604057]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory /usr/bin/kpsewhich article.sty
2023-11-13 13:55:12,181 [ 604057]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Cannot run program "\usr\bin\kpsewhich": CreateProcess error=2, The system cannot find the file specified
2023-11-13 13:55:12,181 [ 604057]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Executing in current working directory where pdflatex
2023-11-13 13:55:12,310 [ 604186]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - where exited with 0 C:\Program Files\MiKTeX 2.9\miktex\bin\x64\pdflatex.exe
2023-11-13 13:55:12,311 [ 604187]   FINE - #nl.hannahsten.texifyidea.util.Log - TEXIFY-IDEA - Indexing source roots [file://C:/Program Files/MiKTeX 2.9/source, file://C:/Program Files/MiKTeX 2.9/tex/latex]