frauzufall / ofxGuiExtended

ofParameter based GUI addon for openFrameworks; derived from the core OF ofxGui addon and ofxDOM.
MIT License
113 stars 30 forks source link

Exception thrown at exit in windows (VS2015) #6

Closed gorkacortazar closed 9 years ago

gorkacortazar commented 9 years ago

When you close the applciation, you get a long list of exceptions in this fashion

Exception thrown at 0x00007FF931D38B9C in pixelTesterV2.exe: Microsoft C++ exception: ofEventAttendedException at memory location 0x000000000013F8D8.

May be related to listeners not cleaned on destruction, I'll research a little bit more about this.

frauzufall commented 9 years ago

I don't get any exceptions, but I found one missing unregisterMouseEvents(). Can you please test again?

gorkacortazar commented 9 years ago

Its confirmed that in the last version this exception is not thrown anymore.

frauzufall commented 9 years ago

awesome.