I was trying to make my first document using Texworks but in the moment of saving I got this error message:
C:/Users/Nicolò Ruggeri/AppData/Local/MiKTeX/2.9/miktex/log/initexmf.log
You may want to visit the MiKTeX project page (http://miktex.org), if you
need help.
log4cxx: setFile(C:\Users\Nicolò Ruggeri\AppData\Local\MiKTeX\2.9\miktex\log/miktex-pdftex.log,true) call failed.
log4cxx: IO Exception : status code = 720003
log4cxx: No output stream or file set for the appender named [RollingLogFile].
Sorry, but C:\Program Files (x86)\MiKTeX 2.9\miktex\bin\miktex-pdftex.exe did not succeed.
The log file hopefully contains the information to get MiKTeX going again:
C:/Users/Nicolò Ruggeri/AppData/Local/MiKTeX/2.9/miktex/log/miktex-pdftex.log
You may want to visit the MiKTeX project page (http://miktex.org), if you
need help.
This is what I wrote,based on an online document:
% !TEX encoding = UTF-8
% !TEX program = pdflatex
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\begin{document}
\title{Un articolo inutile}
\author{A. U. Tore}
\maketitle
\section{Un paragrafo}
Testo che mostra quanto si possa scrivere
inutilmente.
\subsection{Un paragrafo di secondo livello}
Testo sempre più inutile, ma con léttere accentàte
e riferimenti allo stranißimo posto chiamato Ööç.
Ci mettiàmo anche un secondo capoverso.
\end{document}
What should I do?
C:/Users/Nicolò Ruggeri/AppData/Local/MiKTeX/2.9/miktex/log/miktex-pdftex.log? – Ulrike Fischer Oct 26 '15 at 13:38