View Single Post
05-18-16, 07:02 PM   #5
Predicate
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 18
In the past, I have seen crash-on-logout as a symptom of putting the UI in some improper state (setting a texture/model/font to an invalid path comes to mind), which only triggered an error when the client attempted to free the memory that failed to be allocated. Since having to restart your client will slow down testing, you may want to start by commenting out most of your code, then selectively re-enabling chunks until the crash occurs. If you're able to post a segment that reproduces the crash, we can probably help isolate it further.