Message 1 of 4
Exceptions when debugging
Not applicable
09-15-2009
06:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When attaching a debugger to max I get a wall of exceptions in the Visual Studio output listener. It takes a while for max to be done with this before it starts, so it gets quite frustrating when you have to restart max with the debugger attached many times per day. It looks something like this (but MANY more lines):
Anyone know why it (max) throws all these exceptions and if there is anything you can do about it? Like removing one of the stdplugins or so.
Update:
I did some more research, and it appears that it is an exception thrown by ANTLR, that is a text-parser. So I guess it is something that MaxScript uses. Why am I not surprised. I can't understand how 3ds max developers internally at autodesk haven't got irritated by this and fixed it. Or am I the only one getting it no matter what version of visual studio, windows or max I've tried.
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: at memory location 0x00000000..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::NoViableAltException at memory location 0x0012c768..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedTokenException at memory location 0x0012cba8..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedCharException at memory location 0x0012b9e0..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedCharException at memory location 0x0012b9e0..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedCharException at memory location 0x0012b9e0..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedCharException at memory location 0x0012b9e0..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedCharException at memory location 0x0012b9e0..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedCharException at memory location 0x0012b9e0..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedCharException at memory location 0x0012b9e0..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedCharException at memory location 0x0012b9e0..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedCharException at memory location 0x0012b9e0..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::MismatchedCharException at memory location 0x0012b9e0..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::NoViableAltException at memory location 0x0012c768..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: at memory location 0x00000000..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::NoViableAltException at memory location 0x0012c768..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: at memory location 0x00000000..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: antlr::NoViableAltException at memory location 0x0012c768..
First-chance exception at 0x000007fefcf6aa7d in 3dsmax.exe: Microsoft C++ exception: at memory location 0x00000000..
Anyone know why it (max) throws all these exceptions and if there is anything you can do about it? Like removing one of the stdplugins or so.
Update:
I did some more research, and it appears that it is an exception thrown by ANTLR, that is a text-parser. So I guess it is something that MaxScript uses. Why am I not surprised. I can't understand how 3ds max developers internally at autodesk haven't got irritated by this and fixed it. Or am I the only one getting it no matter what version of visual studio, windows or max I've tried.