Dopus crash

I have uppgrade my computer and put a new win 7 x64 in but I have problem with my dopus that crash a lot. I can not tell when but it happens often. I have dopus 11 x64. Have attach some dumpfiles.
Regards Stefan
DOpus.Minidumps.rar (170 KB)

Sorry you're seeing this problem, and thank you for the crash dumps.

It looks like the crashes are happening when the EXIF code we use tries to inspect one or some of your image files, specifically when trying to parse the EXIF Aperture metadata. There is probably an invalid/unexpected value in one of the fields which is causing the crash. Of course, while the value may be invalid, it should not be causing a crash, so we would like to fix this.

Would it be possible to locate some files which trigger the crash and send them to us? It looks like triggering the tooltips for them (hover the mouse pointer over an image) is one of the ways the crash can happen. So if you can find a file, or a couple of image files, where Opus crashes when you hover the mouse over them, please zip them up and send them to us. We should then be able to reproduce the problem and fix it fairly easily.

If the files are ones you don't want to post publicly, they can be emailed to leo@gpsoft.com.au

When it crash next time I try to remember what file it was i point on and send it to you

Here is one of that image that make dopus crash. screenshot and dumpfile. I thappen 2 times in a couple of minits.
Regards Stefan
Desktop.rar (745 KB)

After further investigation, I don't think it was the file triggering things.

Do you have an AMD CPU, by any chance?

I believe this is a compiler issue where incorrect CPU instructions are emitted by the version of Visual Studio which Opus 11.17 was built with. We're looking into what needs to be done to fix this.

Correction: AMD CPUs may not be a relevant factor.

"It occurs when [1] the CPU supports FMA3 (Intel Haswell and later; AMD Piledriver and later) and [2] support for AVX is disabled in the operating system."

Here is my computer:
Win 7
Intel Core i7 6700K
Kärnor 4
Trådar 8
Namn Intel Core i7 6700K
Kodnamn Skylake
Paket Socket 1151 LGA
Tillverkare ASUSTeK COMPUTER INC.
Modell MAXIMUS VIII RANGER (LGA1151)
FS2331 on NVIDIA GeForce GTX 970

Can I do something by my self to solve that problem
Regards Stefan

As far as I can tell, there isn't anything you can do at your end.

But we have what we think is a fix. I am not yet sure if it will be part of Opus 11.18, or if we've missed the window for that. We'll update the thread when we know more.

Thanks.
I have tried to enable and disable AVX with the sam results= crash

Enable AVX: bcdedit /set xsavedisable 0

Disable AVX: bcdedit /set xsavedisable 1

Regards Stefan