Dear List!

 

If I want to do the test from the new beta on WinEdt (I have Windows 10) , normaly the test works fine. But today as I wanted to make the test, it did not work.

\starttext

 

\startmode[mkiv]

 

    \startluacode

        tex.sprint("hello")

    \stopluacode

 

    \startMPcode

        draw textext("hello") rotated 45 ;

    \stopMPcode

 

    \framed{hello}

 

\stopmode

 

\startnotmode[mkiv]

 

    \startMPcode

        draw textext("hello") rotated -45 ;

    \stopMPcode

 

    \framed{hello}

 

\stopnotmode

 

\stoptext

After Compiling with ConTeXt it does not work. I have the following mistake?  

Command Line:   context.exe --synctex=-1 "context-test.tex"

Startup Folder: C:\Users\Hermann\AppData\Local\Temp\Temp1_cont-tmf.zip\tex\context\test\mkiv

 

mtxrun          | forcing cache reload

resolvers       | resolving | configuration files already identified

resolvers       | resolving | skipping configuration file 'selfautoparent:/texmf/web2c/texmfcnf.lua' (no valid format)

resolvers       | resolving | no texmf paths are defined (using TEXMF)

resolvers       | resolving |

mtxrun          | the resolver databases are not present or outdated

resolvers       | resolving | using suffix based filetype 'lua'

resolvers       | resolving | remembering file 'mtx-context.lua' using hash 'lua::mtx-context.lua'

resolvers       | resolving | using suffix based filetype 'lua'

resolvers       | resolving | remembering file 'mtx-contexts.lua' using hash 'lua::mtx-contexts.lua'

resolvers       | resolving | remembered file 'mtx-context.lua'

resolvers       | resolving | using suffix based filetype 'lua'

resolvers       | resolving | remembering file 'mtx-t-mtx-context.lua' using hash 'lua::mtx-t-mtx-context.lua'

resolvers       | resolving | using suffix based filetype 'lua'

resolvers       | resolving | remembering file 'mtx-t-mtx-contexts.lua' using hash 'lua::mtx-t-mtx-contexts.lua'

resolvers       | resolving | remembered file 'mtx-t-mtx-context.lua'

resolvers       | resolving | remembered file 'mtx-context.lua'

mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'

There are no warnings, no errors, but it does not work. Why?

 

 

_____________________________________________________________________

 

ConTeXt Compilation Report (Pages: 0)

 

Errors: 0   Warnings: 0   Bad Boxes: 0

 

 

Many thanks

Uschi