[PyOpenGL-Devel] [ pyopengl-Bugs-1794394 ] crash with pyopengl
Brought to you by:
mcfletch
|
From: SourceForge.net <no...@so...> - 2008-01-19 16:51:23
|
Bugs item #1794394, was opened at 2007-09-13 23:13 Message generated for change (Comment added) made by mcfletch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1794394&group_id=5988 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Satyajit Sarangi (ssarangi) >Assigned to: Mike C. Fletcher (mcfletch) Summary: crash with pyopengl Initial Comment: Hi, whenever I try to run applications from within an IDE like IDLE or PyScripter then the program runs correctly but when I exit it, it gives me an error of unreferenced memory location read and crashes. Please help. Thanks, Satyajit ---------------------------------------------------------------------- >Comment By: Mike C. Fletcher (mcfletch) Date: 2008-01-19 11:51 Message: Logged In: YES user_id=34901 Originator: NO Many IDEs are written in such a way that you cannot cleanly run another GUI program from within them. That is due to conflicting GUI library mainloops. My guess would be that you are seeing that effect where the "inner" event loop is terminating and trying to take everything with it (doing cleanup that interferes with the parent mainloop). Not normally a PyOpenGL-specific problem, rather a problem in GUI library designs. I'm closing the ticket for now, if you feel that's in error, please open a new ticket with your script and why you feel this isn't a normal GUI interaction error and I'll look into it further. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1794394&group_id=5988 |