Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 565 Bytes

troubleshoots.md

File metadata and controls

14 lines (9 loc) · 565 Bytes

QT Troubleshoots

1. Debug

1-1. Maya say "unable to dynamically load" if compile debug plug-in file

  • Because "bin" of the Maya install directory not have Qt debug version yet.
    so you need copy debug Qt dll into there, such as "Qt5Guid.dll", "Qt5Cored.dll" or "Qt5Widgets.dll"
    or any you want to load modules.

1-2. When run debug with Maya (Attach), no OpenMaya.pdb warning will break debugging

  • Please install visual studio extension called : Disable No Source Available Tab,
    It could be ignore Maya's pdb if it not found.