On 9 Apr 2008 at 10:25, ntg-context-request@ntg.nl wrote: Hallo,
Just to make sure - what's the version of ConTeXt and LuaTeX you're using, and do you have the cont-sys.tex file?
Werner said he had used:
Wolfgang :-)
http://minimals.contextgarden.net/setup/context-setup-mswin.zip
But perhaps something was left behind from an earlier install?
I reinstalled the whole thing, exactly the same steps and now it runs. Usally I am switching off an existing MikTeX-Installation by renaming the MikTeX-Directory. This was a problem in the past. May be something went wrong with this step. -------------------------------------------------- rem switchmt.bat [on|off] @echo off set OTEX="E:\PROGRAMME\" set MTEX="MiKTeX 2.7" set XTEX="MiKTeX 2.7.closed" if %1h==h goto end if %1==out goto off if %1==on goto on goto end :on if exist %OTEX%%XTEX% rename %OTEX%%XTEX% %MTEX% goto end :off if exist %OTEX%%MTEX% rename %OTEX%%MTEX% %XTEX% :end -------------------------------------------------- Thank you, Wolfgang
Wolfgang Werners-Lucchini wrote:
On 9 Apr 2008 at 10:25, ntg-context-request@ntg.nl wrote:
Hallo,
Just to make sure - what's the version of ConTeXt and LuaTeX you're using, and do you have the cont-sys.tex file? Werner said he had used:
Wolfgang :-)
Sorry, I get careless sometimes (all those d*rn W-people ... ) There are actually two bugs at play here: context was using out-of-range characters in a Type1 font; and that in turn triggered the fclose() errors that were a bug in luatex itself. Interested persons can read the diagnosis and solution here: http://tracker.luatex.org/view.php?id=25 Best wishes, Taco
participants (2)
-
Taco Hoekwater
-
Wolfgang Werners-Lucchini