Open alx00x opened 6 years ago
Try using VS 2015 update 3 which is the officially supported compiler for Maya 2018.
So i did that that and still got the crash.
Than I tried the plugin on a different computer, better GPU - it worked just fine - and a couple of others with different results.
I updated the drivers on the GPU with lowest specs, just to check if they might be the culprit, but unfortunately the plugin still crashes maya.
Any ideas why this would be happening, Chad?
Thanks in any case
I had a similar crash on plugin load with a similar crash log about an Illegal Instruction. It seemingly only happened in the initialize function when it first tries to run the create function for any MFnNumericAttribute. The fix for me was to comment out in cvwrap/src/CMakeLists.txt:
set(COMPILE_FLAGS "/arch:AVX")
The Advanced Vector Extensions being enabled (Visual Studio Properties > C/C++ > Code Generation > Enable Enhanced Instruction Set > Set to Not Set) in the generated Visual Studio project crashed on plugin load. My processor (Intel Pentium 4415y) doesn't support it, but I had no way of knowing since Visual Studio doesn't produce any errors.
Hi,
I've compiled the plugin on windows 10 for Maya 2018 using Visual Studio 15 2017 Win64 as generator. No errors during the compilation and all libraries are properly found.
When loading the plugin, though, i get the fatal error.
Here's the crash log: