LHCGreg / DFOToolBox

Libraries and tools for working with Dungeon Fighter Online's data files
Apache License 2.0
20 stars 10 forks source link

GraphicsMagick error when doing anything related to GraphicsMagick #23

Closed LHCGreg closed 9 years ago

LHCGreg commented 9 years ago

Reported at http://www.dfonexus.com/posts/156224/. Error occurs for a user when running npk2gif 0.2.0.

Error creating GIF: Failed to load embedded x86 assembly: unable to load file "C:\Users\ben\AppData\Local\Temp\GraphicsMagick.NET.1.3.21.1\GraphicsMagick.NET-Q8-x86.dll"

LHCGreg commented 9 years ago

GraphicsMagick requires the Visual C++ 2012 runtime to be installed, which is not currently documented anywhere in DFO Toolbox. The GraphicsMagick documentation does mention it, my fault for not noticing that. After user installed it, npk2gif worked. Created issue #24 for making an installer so users don't have to install it themselves.