Message 1 of 2
"A dynamic link library (DLL) initialization routine failed" loading a custom plugin with no DLL dependancies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm getting the following error trying to load a plugin I am working on..
# Error: RuntimeError: file <maya console> line 18: Unable to dynamically load : C:/Project/build/win32/2023/Release/src/ragdoll.mll
# A dynamic link library (DLL) initialization routine failed.
The plugin is loaded by Maya just fine until I add the following line.
Shaders::VertexColorGL2D _shader;
The thing is this object is part of the Magnum graphics framework which is linked statically and doesn't require any DLLs. Is it possible to get more information than is shown in the script editor output window about what DLL failed to initialize?