I've gone back to some code I haven't touched in a few months and I'm getting an error I wasn't getting before. I guess it's a Max update or a syncmods or something, because I don't think I've changed any code.
Anyway, it's giving me an unhandled memory exception error on GCCollect. Not really sure where to begin debugging that. Any thoughts or ideas on where to start with this? A rough idea of what I'm looking for?
I'm thinking something I've put in a delete method which is accessing something which no longer exists? But shouldn't that show up properly in the debugger? I get nothing in the debugger with this. Besides, that shouldn't have changed with an update, should it?
Anyway, it's giving me an unhandled memory exception error on GCCollect. Not really sure where to begin debugging that. Any thoughts or ideas on where to start with this? A rough idea of what I'm looking for?
I'm thinking something I've put in a delete method which is accessing something which no longer exists? But shouldn't that show up properly in the debugger? I get nothing in the debugger with this. Besides, that shouldn't have changed with an update, should it?