View Single Post
03/09/15, 02:14 PM   #10
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Originally Posted by sirinsidiator View Post
AGS itself does not do anything outside of guild stores.
The bulk of it's code is only initialized when you visit a guild store for the first time after a UI load.

The only thing that might have something to do with the crashes is libFilters, which gets initialized immediately:
Lua Code:
  1. local libFilters = LibStub("libFilters")
  2. libFilters:HookAdditionalFilter(LAF_GUILDSTORE, BACKPACK_TRADING_HOUSE_LAYOUT_FRAGMENT_BASIC)
  3. libFilters:HookAdditionalFilter(LAF_GUILDSTORE, BACKPACK_TRADING_HOUSE_LAYOUT_FRAGMENT_ADVANCED)
well you ar right, but if you try to delete all addons from the folder, except this four
and run the behaviour i describe - i bet you will get CTD
and if you disable AGS or one of those addons - CTD gone
  Reply With Quote