[Tex/LaTex] Sorry, but “MiKTeX Compiler Driver” did not succeed. Something wrong with MakeIndex

makeindex

When I tried to compile (pdfLaTeX+MakeIndex+BibTeX), I get the same error (here): Sorry, but "MiKTeX Compiler Driver" did not succeed. I think the problem is with the MakeIndex, since I can use the pdfLatex, while all the indices and references are missing.

I have tried some solutions, e.g., reinstall the MikTex2.9, but I still cannot solve the problem. Please could anyone help me?


I add the \makeindex command in the preamble and run the tools individually several times. It seems fine. I don't know the reason.

Best Answer

I had the same problem and I had such a hard time trying to fix it. My program stoped working out of nowhere after I was doing it normally for the whole day.

In the end I found out that the problem was in the update of fonts.

Just launch command prompt and write the line

initexmf --mkmaps --verbose

Then compile your program again.

Hope you will have my luck.