WaveBox icon indicating copy to clipboard operation
WaveBox copied to clipboard

libMagickWand.dll not found.

Open kflex opened this issue 12 years ago • 7 comments

On Wavebox.Server.exe launch and exit, the console reports that it can't find the windows library libMagickWand.dll. The app.config file specifies target="lib_native/libMagickWand.dll" os="windows". There are no dlls in that path.

kflex avatar Oct 22 '13 20:10 kflex

Yep, it's definitely not in there, though the libraries for Mac and Linux are. @einsteinx2 should have a Windows DLL.

mdlayher avatar Oct 22 '13 20:10 mdlayher

We'll need to use the pre-built ones for windows as I've wasted a ton of time trying to build a monolithic windows dll, and it's just not working. The pre-built ones are split into a bunch of different dlls though, so I think that slightly changes how we need to reference it or how the WaveBox binary needs to be launched. I haven't had time to spend on it though, but will before public beta.

einsteinx2 avatar Oct 23 '13 22:10 einsteinx2

Cool.

On Oct 23, 2013, at 5:59 PM, Ben Baron [email protected] wrote:

We'll need to use the pre-built ones for windows as I've wasted a ton of time trying to build a monolithic windows dll, and it's just not working. The pre-built ones are split into a bunch of different dlls though, so I think that slightly changes how we need to reference it or how the WaveBox binary needs to be launched. I haven't had time to spend on it though, but will before public beta.

— Reply to this email directly or view it on GitHub.

kflex avatar Oct 24 '13 01:10 kflex

In the meantime, correct me if I'm wrong, WaveBox should fall back on GDI+ on Windows. Are you able to see images in the web interface, @kflex?

justindhill avatar Oct 24 '13 01:10 justindhill

Yep. Web interface looks fine.

On Oct 23, 2013, at 8:43 PM, Justin Hill [email protected] wrote:

In the meantime, correct me if I'm wrong, WaveBox should fall back on GDI+ on Windows. Are you able to see images in the web interface, @kflex?

— Reply to this email directly or view it on GitHub.

kflex avatar Oct 24 '13 02:10 kflex

I can't remember but I feel like there's some other place where we always use ImageMagick. But anyway if it seems to be working for now then that's good.

einsteinx2 avatar Oct 24 '13 02:10 einsteinx2

Either way we'll get it working for consistency across all platforms.

einsteinx2 avatar Oct 24 '13 02:10 einsteinx2