• 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

Custom data pack load error

stargazer_dragon

Well-known member
So no clue why but now I have managed to start getting a error

Hero Lab was forced to stop compilation after the following errors were detected:
File ValkynPathfinderMods.user (line 1605) - Thing - Invalid unique id

The error normally I would track down but at the same time my source for the mod have all vanished I supposed because the error prevents it from loading however normally these still load for the editor thus allowing me to fix junk. Since nothing is loading I got no clue where to start trying to find this mysterious thing that suddenly can't be found.

all I have done thus far was add a subtype (copying the construct) and the subtype traits that go with it also coping the construct and modding from there. All bootstraps are shown, so I really have no idea what ID is somehow not correct now.


The bootstraps that refer to anything in the mod I have are no longer visible in the editor nor is any source or basically anything that is referred to that I made, it's all there except the bootstraps won't refer to them now and every time I reload it gives a error and again the editor refuses to acknowledge the mod stuff is there. Never had this problem before. Is it related to the update somehow?
 
Hero Lab was forced to stop compilation after the following errors were detected:
File ValkynPathfinderMods.user (line 1605) - Thing - Invalid unique id
Once HL gets an error like this it goes into safe mode and loads NOTHING from .user files. This is so you have something and can fix the error.

Go to the file "ValkynPathfinderMods.user" and look for anything you recently copied and left with a "?". That is the most common mistake when this happens and you mentioned doing some coping.

It also gives you a line number to work with. From inside HL Editor go to "Tools->Find Line Number". You can also just open the file "ValkynPathfinderMods.user" with text editor and go directly to line 1605. That will point you to the Unique ID that is not valid.
 
thank you a ton for the find line number, didn't know that was there and it would have been helpful a few times. Yea the error was some copied race that I have no clue how it even got copied musta mistakenly copied it while looking at something else.
 
Back
Top