4

I wrote some lines and I wanted to view the pdf, so I compiled and built but I have this error message:

This is pdfTeX, Version 3.1415926-2.4-1.40.13 (MiKTeX 2.9 64-bit)
pdflatex.EXE: The memory dump file could not be found.
pdflatex.EXE: Data: pdflatex.fmt
texify: pdflatex failed for some reason (see log file).

Can you help me to correct this error?

1 Answers1

7

Maybe the following helps.

  1. You can try to regenerate the format files inside the command line window of Windows. Therefor type initexmf --dump or just the format for pdfLaTeX initexmf --dump=pdflatex.
  2. You can use the frontend of MikTeX: Start => Programs => MiKTeX 2.9 => Maintenance => Settings and Update Formats:

enter image description here

Marco Daniel
  • 95,681