Hello,
The title says it all.
I'd like to capture/generate a log file while maya is crashing. By doing so, I will have a more accurate idea of what is the cause of the bug and fix it.
I know that the output window gives some important informations but the crash can happen on a different capture than mine.
The solution could be melscript or API.
Cheers.
Hello,
The title says it all.
I'd like to capture/generate a log file while maya is crashing. By doing so, I will have a more accurate idea of what is the cause of the bug and fix it.
I know that the output window gives some important informations but the crash can happen on a different capture than mine.
The solution could be melscript or API.
Cheers.
Have you looked inside the MayaCrashLog* files that Maya generates? That might already be enough for your needs. The should log the Maya session options, the crash stack trace, and a memory core dump.
By default, those are written to the user temp directory.
(Windows: %TEMP% -- usually something like: C:\Users\<username>\AppData\Local\Temp)
Have you looked inside the MayaCrashLog* files that Maya generates? That might already be enough for your needs. The should log the Maya session options, the crash stack trace, and a memory core dump.
By default, those are written to the user temp directory.
(Windows: %TEMP% -- usually something like: C:\Users\<username>\AppData\Local\Temp)
Can't find what you're looking for? Ask the community or share your knowledge.