mlacamera

Results 11 comments of mlacamera

Thanks @Liryna, I try with C samples and the result it is same, read error from MagicNet with 5 thread but no error with 1 thread. With ProcMon i can...

There he is [Logfile.zip](https://github.com/dokan-dev/dokan-dotnet/files/8928512/Logfile.zip)

Can you send a sample code?

The log that I sended you is run with the native C sample of the [#313 (comment)](https://github.com/dokan-dev/dokan-dotnet/issues/313#issuecomment-1158777018). I have develop a dedicate console application that use only MagickNet with 5...

This is proc log without mirror (first case) that end correctly dirctly on windows file system [Logfile_withoutDOKANFileSystem.zip](https://github.com/dokan-dev/dokan-dotnet/files/8933508/Logfile_withoutDOKANFileSystem.zip). Later I will send you stack trace and info on which MagickNet function...

This is stack trace when I run with five thread Unhandled Exception: System.Runtime.InteropServices.SEHException: External component has thrown an exception. at ImageMagick.MagickImageCollection.NativeMethods.X64.MagickImageCollection_ReadFile(IntPtr settings, IntPtr& exception) at ImageMagick.MagickImageCollection.NativeMagickImageCollection.ReadFile(IMagickSettings`1 settings) at ImageMagick.MagickImageCollection.AddImages(String fileName,...

@LTRData I can send you the solution Net Framework that use MagickNet and a example of files but, the strange thing, is that with one thread work fine, with 2...

In this zip [TestDokan.zip](https://github.com/dokan-dev/dokan-dotnet/files/8933835/TestDokan.zip) you found the code test on Visual Studio Solution, for MagickNet yuo remember to install GostScript (I use this https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9561/gs9561w64.exe). In this zip [RootExample.zip](https://github.com/dokan-dev/dokan-dotnet/files/8933839/RootExample.zip) you found...

@LTRData in test I ran the process as a 64bit also because the ImagickNet library must run at 64bit. The example that I send you is derived from a software...

Okay thanks for you support