Hi.
I found strange problem
when I use xelatex on code:
\documentclas[a4paper,12pt]{article}
\begin{document}
this is xelatex test
\end{document}
everything is ok.
But when I add in preamble \usepackage{fontspec}
I got memory protection violation error..
What is going on? on Ubuntu is all ok.
Sebastian Szwarc