Thread: Cirk's Notebook
View Single Post
06-25-06, 08:38 AM   #15
Cirk
A Cobalt Mageweaver
 
Cirk's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 226
Originally Posted by Fin
I've been using your Notebook for a while now, loving it (despite the lack of response to my feature requests :P). Unfortunately however I've just had to disable it. The problem is that every time I reloaded the UI, or logged out, or even sometimes when zoning or just logging in, the whole of World of Warcraft would crash. Windows reported an illegal error about being unable to read a certain memory address.

I am 100% certain it is Notebook - when it is the only addon enabled, I experience the crashes as described above, when disabled, the game plays fine.
Hi Fin, that is a very weird bug! From an addon perspective, we aren't really able to do very much "wrong" in terms of memory spaces, etc., although it is quite possible that some of the APIs that Blizzard provides to us could have some underlying bad behaviour. I know 1.11 was supposed to address some memory leak issues, although I'm not sure where they might have been occurring. In terms of memory usage, LUA itself is quite happy having literally millions of distinct entries, and the WoW client itself has very generous buffers for writing out data (consider that many item and auction database addons have multiple megabytes of memory just for their own save files) so I can't see much there that could be going wrong either.

Only thing I can suggest is try increasing the memory allocated to your addons and see if that makes any difference at all. (To do that, login to WoW and go to the character selection screen, and then select the Addons button at the bottom left. At the top-right of the Addons window is a number indicating the amount of memory allocated to addons. Try increasing it by 8 or 16 and see if anything changes).

Cheers,
Cirk
PS: You might want to edit your post and remove your email address from it - I can contact you via PM or similar if we need to do that
__________________
Cirk's Addons
  Reply With Quote