Thank you for your help!texify.exe: Windows API error 32: The process cannot access the file because it is being used by another process.
texify.exe: Data: untitled-1.log
MiKTeX and proTeXt ⇒ Windows API Error 32
-
- Posts: 1
- Joined: Tue Feb 19, 2013 8:08 am
Windows API Error 32
I'm brand new to LaTeX; any idea how to overcome this error message?
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Windows API Error 32
Just for information to other users for awareness of possibly already existing solutions. The question has also been posted to {TeX} SX. Please read what our administrator thinks about that.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Windows API Error 32
Hi,
welcome to the forum!
The error message says it: some process blocks the file, Windows cannot open it for that reason. For example, if you have the output file open in the Adobe Acrobat Reader, LaTeX cannot write on it because the reader blocks it, similarly having the .log file open in an editor may block it.
So you could do one of the following:
Stefan
welcome to the forum!
The error message says it: some process blocks the file, Windows cannot open it for that reason. For example, if you have the output file open in the Adobe Acrobat Reader, LaTeX cannot write on it because the reader blocks it, similarly having the .log file open in an editor may block it.
So you could do one of the following:
- Stop compilation, if there's one running, and close viewer programs, specifically if you have the .log file open in an editor
- Use the Windows task manager to locate process which may use it and kill them (editor, viewer, texify, ...)
- Reboot your computer, which closes all programs and removes the file locks
- Use other programs which don't block files
Stefan
LaTeX.org admin