View Single Post
11-11-05, 04:28 AM   #1
dafire
Premium Member
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 216
crashing on startup (infinite loop)

When I start the tool it loads

inderface\addons\Guildprofiler\Guildprofiler.toc
and
inderface\addons\Charprofiler\Charprofiler.toc

in a loop until it crashes..

It looks like it's a logical error in the deps in the toc file but you should probably put something in it to detect this kind of error:

Code:
## Interface: 1800
## Title: rpgo-CharacterProfiler
## Author: calvin :: RPG Outfitter
## eMail: calvin[at]rpgoutfitter.com
## URL: http://www.rpgoutfitter.com/CharacterProfiler/
## Version: 1.4.3
## Notes: Export Character Profiles for use out-of-game
## SavedVariables: rpgoCPpref,myProfile
## OptionalDeps: GuildProfiler,myAddOns
## License: http://rpgoutfitter.com/addons/license.cfm
CharacterProfiler.xml
Code:
## Interface: 1800
## Title: rpgo-GuildProfiler
## Author: calvin :: RPG Outfitter
## eMail: calvin[at]rpgoutfitter.com
## URL: http://www.rpgoutfitter.com/GuildProfiler/
## Version: 1.4
## Notes: Export Guild Roster for use out-of-game
## SavedVariables: rpgoGPpref
## RequiredDeps: CharacterProfiler
## OptionalDeps: myAddOns
## License: http://rpgoutfitter.com/addons/license.cfm
GuildProfiler.xm
edit: sorry didn't see the bug report forum ;/

Last edited by dafire : 11-11-05 at 04:39 AM.
  Reply With Quote