MiKTeX and proTeXtXeLaTeX on Windows 8

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

XeLaTeX on Windows 8

Post by ghostanime2001 »

I am having trouble compiling my code with MiKTeX on windows 8 x64 with media center. I am compiling using XeLaTeX.

Code: Select all

\documentclass{article}
\usepackage{pst-infixplot}

\begin{document}
\psset{plotpoints=1000}
\psaxes{->}(0,0)(0,-2)(7,3)
\psPlot{0}{7}{sqrt(x)}
\end{document}
I am getting the following error message.

Code: Select all

This is XeTeX, Version 3.1415926-2.4-0.9998 (MiKTeX 2.9)
miktex-xetex.exe: The memory dump file could not be found.
miktex-xetex.exe: Data: xelatex.fmt
Has anyone got MiKTeX to work with Windows 8 yet or is it not supported as of yet? Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: XeLaTeX on Windows 8

Post by ghostanime2001 »

Has anyone found a solution to the error problem ?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Re: XeLaTeX on Windows 8

Post by Stefan Kottwitz »

The MiKTeX options/settings provide a feature for rebuilding format files, have a look and try.

Stefan
LaTeX.org admin
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: XeLaTeX on Windows 8

Post by ghostanime2001 »

I have tried that just now and it still gives that error message in texworks.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

XeLaTeX on Windows 8

Post by Stefan Kottwitz »

You could try the command line, which creates all memory dump files, in admin mode (or omit --admin for user mode):

Code: Select all

initexmf --admin --dump
The 64 bit version of MiKTeX is still experimental. Perhaps use the standard version or try TeX Live.

Stefan
LaTeX.org admin
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: XeLaTeX on Windows 8

Post by ghostanime2001 »

the standard version is net installer 32 bit ? I use x64 net installer mostly.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

XeLaTeX on Windows 8

Post by Stefan Kottwitz »

From the MiKTeX developer blog:
Reminder: the MiKTeX 64-bit distribution is considered "experimental", i.e., not ready for production use.
There were no other more recent news about this. But it's from May 2011, perhaps it's considered stable without notice.

Stefan
LaTeX.org admin
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: XeLaTeX on Windows 8

Post by ghostanime2001 »

Lately I am seeing issues with administrator privaliges in windows 8 even though I have disabled UAC. When I run the x64 net installer by right clicking "run as admin" the installer starts fine however when I only double click, sometimes the installer finishes miktex installation correctly and sometimes it doesn't. Could this just be a windows 8 issue or should I really consider reformatting or refreshing windows 8 OS ?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Re: XeLaTeX on Windows 8

Post by Stefan Kottwitz »

Is there any reason why you keep using MiKTeX? I think that I read more about MiKTeX issues than about TeX Live issues. TeX Live runs fine on Windows and other systems, provides package management and updating from CTAN, is maintained by the TeX User Group with yearly fundamental updates. It hasn't the "Windows look", since it's cross-platform, but commonly it works on the background while you use a Windows editor/GUI.

Stefan
LaTeX.org admin
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: XeLaTeX on Windows 8

Post by ghostanime2001 »

I have used miktex for so long but I haven't tried any other distributions at all!
Post Reply