• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Load Warning

Paragon

Well-known member
Hey, I seem to be getting a warning when I load the SW version about a couple of timing errors. Specifically, in the timing report:

-<errors>


-<depends priority="5600" phase="Initialization" name="Thing edgSprnt: Eval Script #1">

<after priority="1000" phase="Setup" name="Thing abSlowDwf: Set Pace"/>

</depends>

</errors>

Anyone else getting this?
 
What data files is edgSprnt? Find that and you can fix it. It looks like something about being a slow dwarf, probably as a prerequisite. I have no idea what data you have on your machine.
 
I have no idea what would relate to a "slow dwarf" that I'd have, unless its in the core Fantasy Book. Sprnt might be the Sprinter Edge from my XCOM data set, but the other one is a mystery to me.
 
That's part of the reason I'd recvommend using the 2-letter identifier even in your own data files. "edgSprnt" and "abSlowDwf" are too generic to figure out as they would normally imply they are things from the core rules, which I'm pretty sure those are not. If you had something like "edgXCSprnt" instead you'd have a solid clue that it was from your XCom file.

In any case you'll have to search your data files to find "edgSprnt" to fix the issue. You can download something like my preferred tool for this, Windows Grep. That allows you to search files for text in them. Just search for edgSprnt in your data file directory and that should let you know which file it's in. Maybe copy here the XML section for edgSprnt and abSlowDwf and we can try to work out what's happening.

BTW "Dwf" may not necessarily mean Dwarf, what if it were a type for Dwn? So something set as a "Racial Ability" (which don't have to be truly "Racial" mind you) Slow Down? I'd have to dig through my data files to see if I can find anything like that but those are on my other computer so I can't check until later, sorry. Although if you use WinGrep and don't find either of those things in your data file directory then they could be part of the core files (although I doubt both of those are since the rest of us are not getting that error) in which case you could do the same search on the core files to check it out... I think those are in a "source" directory? I can't remember off the top of my head without being able to check, though.
 
Must have been something one of the updates moved around, since I never got the warning when I was actually using XCOM.user. Since I'm not doing so now, and I'm unlikely to ever do so again, I'll just pull it out and archive.
 
Back
Top