Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

pdflatex fails after recent update #568

Closed
LaTeX1729 opened this issue Jun 29, 2020 · 10 comments
Closed

pdflatex fails after recent update #568

LaTeX1729 opened this issue Jun 29, 2020 · 10 comments
Assignees
Labels
Milestone

Comments

@LaTeX1729
Copy link

After the recent update pdflatex fails. here is what I believe is the relevant portion of pdflatex.log.

2020-06-29 00:22:06,636-0700 FATAL pdflatex.core - Source: Libraries\MiKTeX\TeXAndFriends\include\miktex/C4P/C4P.h:255
2020-06-29 00:22:06,636-0700 FATAL pdflatex - Read operation failed.
2020-06-29 00:22:06,636-0700 FATAL pdflatex - Info: path="", read="0", n="1"
2020-06-29 00:22:06,636-0700 FATAL pdflatex - Source: Libraries\MiKTeX\TeXAndFriends\include\miktex/C4P/C4P.h
2020-06-29 00:22:06,636-0700 FATAL pdflatex - Line: 255
2020-06-29 00:22:06,636-0700 INFO pdflatex - this process (23488) finishes with exit code 1

@petiard
Copy link

petiard commented Jun 29, 2020

Hello
I confirm that issue.
If I compile (with pdflatex):

\documentclass{article}
\begin{document}
Hello
\end{document}

no problem.

But if I compile:

\documentclass{article}
\usepackage{bera}
\begin{document}
Hello
\end{document}

the log is:

[test.log](https://github.com/MiKTeX/miktex/files/4844447/test.log)

and, in pdflatex.log, I have:

2020-06-29 09:33:55,623+0200 INFO  pdflatex - this process (13148) started by 'WinEdt' with command line: pdflatex.exe --interaction=errorstopmode --synctex=-1 test.tex
2020-06-29 09:33:55,636+0200 INFO  pdflatex - allowing known shell commands
2020-06-29 09:33:55,636+0200 INFO  pdflatex - enabling input (output) from (to) processes
2020-06-29 09:33:55,804+0200 FATAL pdflatex.core - Read operation failed.
2020-06-29 09:33:55,804+0200 FATAL pdflatex.core - Data: path="", read="0", n="1"
2020-06-29 09:33:55,804+0200 FATAL pdflatex.core - Source: Libraries\MiKTeX\TeXAndFriends\include\miktex/C4P/C4P.h:255
2020-06-29 09:33:55,804+0200 FATAL pdflatex - Read operation failed.
2020-06-29 09:33:55,805+0200 FATAL pdflatex - Info: path="", read="0", n="1"
2020-06-29 09:33:55,805+0200 FATAL pdflatex - Source: Libraries\MiKTeX\TeXAndFriends\include\miktex/C4P/C4P.h
2020-06-29 09:33:55,805+0200 FATAL pdflatex - Line: 255
2020-06-29 09:33:55,805+0200 INFO  pdflatex - this process (13148) finishes with exit code 1
2020-06-29 09:33:55,806+0200 WARN  miktex.core - still open: test.aux
2020-06-29 09:33:55,806+0200 WARN  miktex.core - still open: test.log
2020-06-29 09:33:55,807+0200 WARN  miktex.core - still open: test.tex
2020-06-29 09:33:55,807+0200 WARN  miktex.core - still open: test.pdf
2020-06-29 09:33:55,807+0200 WARN  miktex.core - still open: "C:\Program Files\MiKTeX 2.9\fonts/vf/public/bera\fver8t.vf"

Best regards

François

@Urs-O
Copy link

Urs-O commented Jun 29, 2020

Same here - urgent problem! Paper deadline near ...

edocevoli added a commit that referenced this issue Jun 29, 2020
@edocevoli
Copy link
Member

Just to note: lualatex and xelatex are not affected by the bug.

@edocevoli edocevoli self-assigned this Jun 29, 2020
@edocevoli edocevoli added the bug label Jun 29, 2020
@edocevoli edocevoli added this to the 20.7 milestone Jun 29, 2020
@edocevoli
Copy link
Member

edocevoli commented Jun 29, 2020

A bug fix will be rolled out with the next update.

If you need the fix now, you can download this Zip archive

http://download.miktex.org/tmp/93068FDE-AB9D-4B89-AE78-F44BEC9C59F2/568.zip

and drop the file miktex-pdftex.exe into the MiKTeX bin directory. You then have to create the pdflatex executable by running initexmf --mklinks --force (add option --admin if this is a shared installation).

@petiard
Copy link

petiard commented Jun 29, 2020

It works!
Thank you very much for your quick response!

François

@xarthurx
Copy link

Same here - urgent problem! Paper deadline near ...

use overleaf.
Same problem here and transferred to the online platform.

@bartbv
Copy link

bartbv commented Jun 29, 2020

initexmf --mklinks --force

This did not work for me unfortunatly.

2020-06-29 20:52:33,027+0200 INFO  pdflatex - this process (15740) started by 'texstudio' with command line: pdflatex --version
2020-06-29 20:52:33,034+0200 INFO  pdflatex - allowing known shell commands
2020-06-29 20:52:33,034+0200 INFO  pdflatex - enabling input (output) from (to) processes
2020-06-29 20:52:33,036+0200 INFO  pdflatex - this process (15740) finishes with exit code 0
2020-06-29 20:52:40,536+0200 INFO  pdflatex - this process (17720) started by 'texstudio' with command line: C:\MiKTeX\miktex\bin\x64\pdflatex.exe -synctex=1 -interaction=nonstopmode report.tex
2020-06-29 20:52:40,536+0200 INFO  pdflatex - allowing known shell commands
2020-06-29 20:52:40,536+0200 INFO  pdflatex - enabling input (output) from (to) processes
2020-06-29 20:52:41,882+0200 FATAL pdflatex.core - Read operation failed.
2020-06-29 20:52:41,882+0200 FATAL pdflatex.core - Data: path="", read="0", n="1"
2020-06-29 20:52:41,882+0200 FATAL pdflatex.core - Source: Libraries\MiKTeX\TeXAndFriends\include\miktex/C4P/C4P.h:255
2020-06-29 20:52:41,882+0200 FATAL pdflatex - Read operation failed.
2020-06-29 20:52:41,882+0200 FATAL pdflatex - Info: path="", read="0", n="1"
2020-06-29 20:52:41,882+0200 FATAL pdflatex - Source: Libraries\MiKTeX\TeXAndFriends\include\miktex/C4P/C4P.h
2020-06-29 20:52:41,882+0200 FATAL pdflatex - Line: 255
2020-06-29 20:52:41,882+0200 INFO  pdflatex - this process (17720) finishes with exit code 1
2020-06-29 20:52:41,883+0200 WARN  miktex.core - still open: report.tex
2020-06-29 20:52:41,883+0200 WARN  miktex.core - still open: report.log
2020-06-29 20:52:41,883+0200 WARN  miktex.core - still open: report.nlo
2020-06-29 20:52:41,883+0200 WARN  miktex.core - still open: report.out
2020-06-29 20:52:41,884+0200 WARN  miktex.core - still open: report.aux
2020-06-29 20:52:41,884+0200 WARN  miktex.core - still open: report.pdf
2020-06-29 20:52:41,884+0200 WARN  miktex.core - still open: title.tex
2020-06-29 20:52:41,884+0200 WARN  miktex.core - still open: C:\Users\Bart\AppData\Roaming\MiKTeX\fonts/vf/public/fourier\futb8t.vf
2020-06-29 20:52:44,167+0200 INFO  pdflatex - this process (6220) started by 'texstudio' with command line: C:\MiKTeX\miktex\bin\x64\pdflatex.exe -synctex=1 -interaction=nonstopmode report.tex
2020-06-29 20:52:44,183+0200 INFO  pdflatex - allowing known shell commands
2020-06-29 20:52:44,183+0200 INFO  pdflatex - enabling input (output) from (to) processes
2020-06-29 20:52:45,486+0200 FATAL pdflatex.core - Read operation failed.
2020-06-29 20:52:45,486+0200 FATAL pdflatex.core - Data: path="", read="0", n="1"
2020-06-29 20:52:45,486+0200 FATAL pdflatex.core - Source: Libraries\MiKTeX\TeXAndFriends\include\miktex/C4P/C4P.h:255
2020-06-29 20:52:45,486+0200 FATAL pdflatex - Read operation failed.
2020-06-29 20:52:45,486+0200 FATAL pdflatex - Info: path="", read="0", n="1"
2020-06-29 20:52:45,486+0200 FATAL pdflatex - Source: Libraries\MiKTeX\TeXAndFriends\include\miktex/C4P/C4P.h
2020-06-29 20:52:45,486+0200 FATAL pdflatex - Line: 255
2020-06-29 20:52:45,486+0200 INFO  pdflatex - this process (6220) finishes with exit code 1
2020-06-29 20:52:45,494+0200 WARN  miktex.core - still open: report.tex
2020-06-29 20:52:45,494+0200 WARN  miktex.core - still open: report.log
2020-06-29 20:52:45,494+0200 WARN  miktex.core - still open: C:\Users\Bart\AppData\Roaming\MiKTeX\fonts/vf/public/fourier\futb8t.vf
2020-06-29 20:52:45,494+0200 WARN  miktex.core - still open: report.out
2020-06-29 20:52:45,494+0200 WARN  miktex.core - still open: report.aux
2020-06-29 20:52:45,494+0200 WARN  miktex.core - still open: report.pdf
2020-06-29 20:52:45,494+0200 WARN  miktex.core - still open: report.nlo
2020-06-29 20:52:45,494+0200 WARN  miktex.core - still open: title.tex

It's a pitty with my master thesis deadline on wednesday

@edocevoli
Copy link
Member

You have installed the executable? If yes, then running pdflatex --version outputs this banner:

MiKTeX-pdfTeX 4.0.1 (MiKTeX 20.6)

@bartbv
Copy link

bartbv commented Jun 29, 2020

Thank you for your fast reply! Running the .exe did the job.

@edocevoli
Copy link
Member

This has been fixed.

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

No branches or pull requests

6 participants