Yesterday I decided to install TexLive 2011... but when I compile my latex documents in dvi, the dvi viewer (dviout) hangs, and I have to force the exit of the program. The dvi file is sucessfully created, but the viewer stucks saying "gswin32.exe is making tmpps1.pbm". This is so strange! I need to compile in dvi, because I often use pstricks in my documents. Thank you in advance
ps I found this http://tug.org/pipermail/tex-live/2010-January/024251.html, but I'm not able to find dviout.bat
dviout.bat. However, there should be a file calleddviout.exe, most likely under TEXMFHOME/2011/bin/win32, where TEXMFHOME is the root directory of your TeXLive installation (e.g., c:\texlive). If no such file is there, something probably went wrong during the installation of TeXLive. – Mico Jul 5 '12 at 17:31PDFLATEXtry including\usepackage[pdf]{pstricks}in the preamble to avoid the dvi route. – texenthusiast Jul 7 '12 at 19:47