View Single Post
05-18-16, 06:45 PM   #4
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
Originally Posted by Gello View Post
You may have already tried this, but if you haven't try to comment out or disable large portions of your login code to narrow it down what's causing the crash.
The crash happens whenever the addon unloads. Logging in works just fine. I do have a minor snippet that runs on PLAYER_LOGOUT, but I removed it to see whether that was causing it and it had no effect on the outcome.

I did some probing trying to figure it out. Texture caching was one thing that came to mind since that has seemingly been changed to unload hidden textures, so I removed all my textures just to see whether it would make a difference. It didn't.

I also tried removing some of the modifications I made to the default UI (custom game menu among other things), and it also had no effect.
__________________