I am no longer able to compile any latex documents which contain graphics. Text only documents compile fine and the same documents with graphics compile without problem on my laptop but but not my desktop. I'm running Texmaker on Windows 7.
Mininal woring example
\documentclass{beamer}
\usepackage{graphicx}
\begin{document}
\begin{frame}
Hello
\includegraphics[]{example}
\end{frame}
\end{document}
All packages are updated, I have also tried out other document classes, I even downloaded a different editor (TexStudio) but it's the same issue. There seemed to be an issue with Miktex 8 months ago: Latex doesn't find graphics after reinstall but I can't find a solution anywhere.
Error message is below, the log file was nearly 3,000 characters, so too big to include here but I can include if needed.
! File ended while scanning use of \@tempa.<inserted text>\par<> ./MWE.texI suspect you have forgotten a `}', causing meto read past where you wanted me to stop.I'll try to recover; but if the error is serious,you'd better type `E' or `X' now and fix your file.! Emergency stop.<> ./MWE.tex (job aborted, no legal \end found)Here is how much of TeX's memory you used:17427 strings out of 480768338862 string characters out of 2892862581066 words of memory out of 300000033044 multiletter control sequences out of 15000+200000533243 words of font info for 27 fonts, out of 3000000 for 90001141 hyphenation exceptions out of 819158i,4n,67p,793b,281s stack positions out of 5000i,500n,10000p,200000b,50000s! ==> Fatal error occurred, no output PDF file produced!