kpym / tikzedt

Automatically exported from code.google.com/p/tikzedt
30 stars 19 forks source link

Problems with new Miktex Versions #79

Open Thomas19842 opened 7 years ago

Thomas19842 commented 7 years ago

Hello,

I have the following problem with new miktex installations since maybe a half year. I can't use the preview and compiling function. The miktex installation was found and all packages are installed but if I use the Tikzedt I have the following error.

This software is under development. All help/feedback/feature requests/error reports are welcome.
Application data directory is C:\Users\tstein\AppData\Roaming\TikzEdt\TikzEdt\0.2.3.0
Working directory is now: C:\Program Files (x86)\TikzEdt\TikzEdt 0.2.3
Compiling document for preview: pdflatex -interaction=nonstopmode -halt-on-error "C:/Users/tstein/AppData/Local/Temp/TE_temp_preview9840.tex" 
Compilation failed with exit code 1
Compiling document for preview: pdflatex -interaction=nonstopmode -halt-on-error "C:/Users/tstein/AppData/Local/Temp/TE_temp_preview9840.tex" 
Compilation failed with exit code 1
Compiling document for preview: pdflatex -interaction=nonstopmode -halt-on-error "C:/Users/tstein/AppData/Local/Temp/TE_temp_preview9840.tex" 
Compilation failed with exit code 1

The same problem I also have with other scripts which use the latex Compilers. They can't find latex.exe whether the path is correct and the normal installation is working with editors like TecnicCenter. After a long time trying I didn't found any solution for this Issue. I can't only explain that something changed at latex.exe and maybe arguments didn't work.

Does anyone have some experience there? How can I change it in my scripts and also in TikzEdt?

Thank you very much in advance and best regards

Thomas Stein

ThomasAuzinger commented 6 years ago

I investigated this problem a bit and found the following issues and solution:

bibbca commented 4 years ago

For future reference, my issue is fixed (so far) by not doing the above (my file has \PreviewEnvironment{tikzpicture}) Instead I launched TikzEdt and went to Compilation > (Re-)Generate precompiled headers.

Also, I would like to take this opportunity to tag #77 , Does anyone know how to compile this program from source code?