'mogrify.exe: not authorized' problem?!

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
apocalypso
Posts: 1
Joined: 2016-06-11T07:52:45-07:00
Authentication code: 1151

'mogrify.exe: not authorized' problem?!

Post by apocalypso »

Hi,

I'm having a strange problem with latest ImageMagick installed under WIN10 OS

Code: Select all

mogrify.exe: not authorized `@C:\Users\Krampus\AppData\Local\Temp\lr2mtext-12.utf8' @ error/property.c/InterpretImageProperties/3324.
Any suggestion is more than welcome...
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: 'mogrify.exe: not authorized' problem?!

Post by snibgo »

I expect this is to fix a security vulnerability. What does your policy.xml contain?
snibgo's IM pages: im.snibgo.com
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: 'mogrify.exe: not authorized' problem?!

Post by magick »

Edit policy.xml and remove the '@*' path policy.
Post Reply