• 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

Crash report - replacing abilities on a class with a minion

Mathias

Moderator
Staff member
I was modifying a the ranger class, and when I performed a "Test Now" on my replacement camoflage abillity, this error cropped up:


Code:
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 27
- - -
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 27
- - -
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 28
- - -
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 28
- - -
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 29
- - -
Attempt to access implicit minion of pick 'cAnimComp' that possesses no minion
Location: 'eval' script for Thing 'cAnimComp' (Eval Script '1') near line 29
- - -
Attempt to access non-existent child pick 'aSTR' from script
Location: Procedure 'tEncumCalc' near line 9
- - -
Attempt to access non-existent child pick 'aSTR' from script
Location: Procedure 'tEncumCalc' near line 9
- - -
Attempt to access non-existent child pick 'aSTR' from script
Location: Procedure 'tEncumCalc' near line 9
- - -
Attempt to access non-existent child pick 'aINT' from script
Location: 'calculate' script for Field 'tLangsSta' near line 8

I've run into this sort of thing before. It happens while working on a class with a minion, while that class is in use on the current portfolio, and when replacing one of the class' things.

The real problem is that if I attempt most anything else, for example pressing "Test Now" again after giving that error an OK, HeroLab quits (sorry I didn't write down the location of the log it said it created, so I can't find it).
 
Since I just ran into the problem again, here's the contents of the error log:

Code:
C:\HeroLab\HeroLab.exe
2.3.  164
ACCESS VIOLATION
Address: 0x00438b25
Type: bad read
 
Back
Top