Go Back   EQ2Flames Forum > Information and Resources > EQ2 Fan Site and Resource Provider Forums > Advanced Combat Tracker Forums > Bugs/Feedback & Technical Support

Reply
 
LinkBack Thread Tools
Old 10-25-2009, 11:09 AM  
Visitor
 

Posts: 79
Photos: (0)

Default Problem with importing spell timers

Hi
I recently installed Win7 and wanted to import my timers, triggers and data corrections from my old ACT. I exported everything and when imported into my new ACT I get an error and the following error log:

Quote:
Application-Start 2009-10-15T21:35:54 (v2.9.6 Release: 213 | CLR v2.0.50727.4927 | OS Microsoft Windows NT 6.1.7600.0)
Application-Close 2009-10-15T21:40:07
Application-Start 2009-10-15T21:40:28 (v2.9.6 Release: 213 | CLR v2.0.50727.4927 | OS Microsoft Windows NT 6.1.7600.0)
Application-Close 2009-10-15T21:40:49
Application-Start 2009-10-15T21:47:57 (v2.9.6 Release: 213 | CLR v2.0.50727.4927 | OS Microsoft Windows NT 6.1.7600.0)
Application-Close 2009-10-15T21:48:20
Application-Start 2009-10-21T19:10:29 (v2.9.6 Release: 213 | CLR v2.0.50727.4927 | OS Microsoft Windows NT 6.1.7600.0)
Application-Close 2009-10-21T19:10:49
Application-Start 2009-10-21T19:10:56 (v2.9.7 Release: 214 | CLR v2.0.50727.4927 | OS Microsoft Windows NT 6.1.7600.0)
Application-Close 2009-10-21T23:16:39
Application-Start 2009-10-23T16:33:24 (v2.9.7 Release: 214 | CLR v2.0.50727.4927 | OS Microsoft Windows NT 6.1.7600.0)
*****
2009-10-23T16:34:00


Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
System.Collections.Generic.KeyNotFoundException: Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
bei System.ThrowHelper.ThrowKeyNotFoundException()
bei System.Collections.Generic.Dictionary`2.get_Item(T Key key)
bei Advanced_Combat_Tracker.SettingsSerializer.ImportF romXml(XmlTextReader xReader)
*****
Application-Close 2009-10-23T16:38:05
Application-Start 2009-10-23T16:38:15 (v2.9.7 Release: 214 | CLR v2.0.50727.4927 | OS Microsoft Windows NT 6.1.7600.0)
Application-Close 2009-10-23T16:38:28
Application-Start 2009-10-25T14:06:29 (v2.9.7 Release: 214 | CLR v2.0.50727.4927 | OS Microsoft Windows NT 6.1.7600.0)
*****
2009-10-25T14:06:51


Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
System.Collections.Generic.KeyNotFoundException: Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
bei System.ThrowHelper.ThrowKeyNotFoundException()
bei System.Collections.Generic.Dictionary`2.get_Item(T Key key)
bei Advanced_Combat_Tracker.SettingsSerializer.ImportF romXml(XmlTextReader xReader)
*****
("Der angegebene Schlüssel war nicht im Wörterbuch angegeben" means sth like "The denoted key wasn't in the dictionary")

No idea what it means. Can someone help me?
Burdy is offline   Reply With Quote
Old 10-25-2009, 01:46 PM  
Done
 
Character: Calaglin
Guild: Dissolution
Server: Nektulos

Posts: 11,720
Photos: (0)

Send a message via ICQ to Pinski Send a message via AIM to Pinski Send a message via MSN to Pinski Send a message via Yahoo to Pinski
Default Re: Problem with importing spell timers

UAC?
__________________
Calaglin, Former Illusionist/Guild Leader of Dissolution on Nektulos
Calaglin, Former Illusionist/Guild Leader of Confirmed on Unrest
Pinski is offline   Reply With Quote
Old 10-25-2009, 02:00 PM  
Visitor
 

Posts: 79
Photos: (0)

Default Re: Problem with importing spell timers

Deactivated.
Burdy is offline   Reply With Quote
Old 10-25-2009, 02:50 PM  
ACT Developer
 
EQAditu's Avatar
 
Character: Aditu
Guild: Cataclysm
Server: Permafrost

Posts: 1,295
Photos: (11)

Send a message via ICQ to EQAditu Send a message via AIM to EQAditu Send a message via MSN to EQAditu Send a message via Yahoo to EQAditu
Default Re: Problem with importing spell timers

Quote:
Originally Posted by Pinski View Post
UAC?
Ah, ever the hater of UAC...
Quote:
Originally Posted by Burdy View Post
Deactivated.
Reading and writing of config files follows a list. What that message is saying is that the config setting isn't in its list of things its allowed to change.

I forgot to remove that one setting in the config export dialog and replace it with a new one that the config loader knows about. But that shouldn't be stopping you from doing the import. It's merely letting you know it encountered an error on its way... not that it had completely failed. Or am I mistaken?
EQAditu is offline   Reply With Quote
Old 10-25-2009, 03:14 PM  
Visitor
 

Posts: 79
Photos: (0)

Default Re: Problem with importing spell timers

UAC sucks. After asking me the third time if I really wanted to launch the Launchpad I deactivated it

It seems that ACT imported everything except the spell timers, the one thing I'd like to be imported the most.
Burdy is offline   Reply With Quote
Old 10-25-2009, 03:50 PM  
ACT Developer
 
EQAditu's Avatar
 
Character: Aditu
Guild: Cataclysm
Server: Permafrost

Posts: 1,295
Photos: (11)

Send a message via ICQ to EQAditu Send a message via AIM to EQAditu Send a message via MSN to EQAditu Send a message via Yahoo to EQAditu
Default Re: Problem with importing spell timers

That's actually perplexing. The section that had an error is the last section that should be written in an export. Even if the last half of the XML is corrupted, the incremental read of the file should have been successful up to that point. Could you look in the exported XML to make sure the spells are even there to import?
EQAditu is offline   Reply With Quote
Old 10-25-2009, 04:05 PM  
Visitor
 

Posts: 79
Photos: (0)

Default Re: Problem with importing spell timers

They are there. Order in the export-xml is
clip format (made it)
custom triggers (made it)
data corrections (made it)
spell timers (not in)
table sorting (made it)
Burdy is offline   Reply With Quote
Old 10-25-2009, 04:09 PM  
ACT Developer
 
EQAditu's Avatar
 
Character: Aditu
Guild: Cataclysm
Server: Permafrost

Posts: 1,295
Photos: (11)

Send a message via ICQ to EQAditu Send a message via AIM to EQAditu Send a message via MSN to EQAditu Send a message via Yahoo to EQAditu
Default Re: Problem with importing spell timers

Well, just delete everything else out of the file then... till it looks like:
Code:
<?xml version="1.0" encoding="utf-8"?>
<Config>
    <SpellTimers>
        <Spell ... />
        <Spell ... />
    </SpellTimers>
</Config>
EQAditu is offline   Reply With Quote
Old 10-25-2009, 07:40 PM  
Visitor
 

Posts: 79
Photos: (0)

Default Re: Problem with importing spell timers

Thanks, now it worked fine.
Burdy is offline   Reply With Quote
Old 10-26-2009, 06:02 PM  
is not buying what you are selling
 
Character: Maer
Guild: Despair
Server: Guk

Posts: 17
Photos: (0)

Default Issues exporting Spell Timers?

For some reason, even when I select the check boxes for spell timers and mods on an export from a working machine, when I import the settings on my test box the spell timers are not there.

Am I missing a step?
Artalis is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are On


Sponsor Ads


All times are GMT -4. The time now is 10:10 AM.


Design By: Miner Skinz.com Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Template-Modifications by TMS