World Of Warcraft Mods Download
World Of Warcraft Mods Download
World of warcraft error stack over flow Message, yes i use mods, trying to solve the problem.?
Error Stack Over flow
String interfaceXML\BasicControl.xml
This is a pic of the message
http://i21.photobucket.com/albums/b283/aqua86/WoWScrnShot_022207_204708.jpg
Here is the install program i made with all the mods I use.
http://www.zshare.net/download/koj-be-sure-to-install-it-into-the-wow-interface-addons-folder-exe.html
Hope you can help
Let me know what you think.
A stack overflow means too much information was placed on the stack, causing it to overflow. Usually this happens because too many functions are called and the call stack gets huge. Or maybe you put a variable on the stack that’s too big to fit. Try messing with your memory management, or reducing call stack footprint to avoid this problem.
