Document Classesbeamer | Windows API Error, Device is not ready

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
osjerick
Posts: 1
Joined: Tue Feb 14, 2012 5:20 pm

beamer | Windows API Error, Device is not ready

Post by osjerick »

Hi all, I created simple test beamer class document, the code of this is:

Code: Select all

\documentclass{beamer}
\title[Test]{Beamer Test}
\author{Someone}
\begin{document}
    \begin{frame}
        \titlepage
    \end{frame}
\end{document}
But not work because occurs a error with the Windows API, the last message of the compilation is:
("H:\Archivos de programa\MiKTeX 2.9\tex\latex\beamer\base\themes\inner\beameri
nnerthemedefault.sty"pdflatex.exe: Windows API error 21: El dispositivo no está listo.
pdflatex.exe: Data: C:/MiKTeX-Builds/2.9/share/poppler/nameToUnicode
texify: pdflatex.exe failed for some reason (see log file).
This problem occurs only when I use the beamer class. I used the last version of MiKTeX 2.9 and all packages updates to the last versions, and WinEdt 5.5.
The attached log file shows the error I get.
Thanks
Attachments
test.log
Compilation Log file
(27.24 KiB) Downloaded 329 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply