-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maya crashes on plugin load #16
Comments
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:
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:
The text was updated successfully, but these errors were encountered: