Pocket Plane Group

Friends and Neighbors => Weimer Republic (WeiDU.org) => WeiDU => Topic started by: jastey on February 23, 2014, 04:01:04 PM

Title: Question to "ERROR locating resource for 'CHAIN3'"
Post by: jastey on February 23, 2014, 04:01:04 PM
I get the following error message. I have no idea what WeiDu is trying to tell me. Since it is not telling me which dlg is missing, I am not able to locate the error in the .d-file. Can someone point me as to how I can identify the problem?
Quote
ERROR locating resource for 'CHAIN3'
Resource [.DLG] not found in KEY file:
   [./chitin.key]
ERROR: preprocessing APPEND_EARLY [tb#_compile_eval_buffer/bg1re/girdlegender/girdlegenderreactions.d]: Failure("resource [.DLG] not found for 'CHAIN3'")
Stopping installation because of error.

ERROR Installing [Girdle of Gender Reactions, by Thimblerig, Kulyok, Domi, Lava, Lastknightleft, Jastey, Daisy Ninja Girl], rolling back to previous state
Unable to Unlink [bg1re/backup/32/OTHER.32]: Unix.Unix_error(1, "unlink", "bg1re/backup/32/OTHER.32")
[bg1re/backup/32/UNSETSTR.32] SET_STRING uninstall info not found
Title: Re: Question to "ERROR locating resource for 'CHAIN3'"
Post by: Kulyok on February 23, 2014, 11:06:35 PM
Maybe we've got a wrong banter file name somewhere?
Title: Re: Question to "ERROR locating resource for 'CHAIN3'"
Post by: pro5 on February 24, 2014, 08:41:49 AM
CHAIN3 = I_C_T3
You'd get the same error message trying to compile the following single-line D file:
Code: [Select]
I_C_T3 ~~ ~BBB~ ~sdfsdf~ END
So if you're using %variables% for dialog files in I_C_Ts, make sure they're not misspelled or empty.
Title: Re: Question to "ERROR locating resource for 'CHAIN3'"
Post by: jastey on February 24, 2014, 04:27:31 PM
Would it be possible to let WeiDU give the name of the dlg it is choking on for this error message? I checked the file in question and am really clueless. It's a mod for BG1+BGT+Tutu where all NPCs are talking, but the libs with the NPC joined dialogue and banter is assigned, the missing dlgs (for Imoen, Dynaheir and Viconia) in BG1 are created etc.pp.
The above error message is the same for Tutu and BG:TotSC and I have no idea what is the reason. :-(
Title: Re: Question to "ERROR locating resource for 'CHAIN3'"
Post by: jastey on February 25, 2014, 01:17:07 AM
Wait - the installer misses the specification of a dlg name in the .d file, is this what the error message is saying? I thought it cannot append to a dlg because the dlg isn't present in the game.
Title: Re: Question to "ERROR locating resource for 'CHAIN3'"
Post by: Wisp on March 01, 2014, 01:23:06 PM
The error message is telling you it failed to load a file with no file name and the extension DLG.
Title: Re: Question to "ERROR locating resource for 'CHAIN3'"
Post by: jastey on March 06, 2014, 01:57:27 PM
Thank you. I figured it out eventually. I don't know what I expected, I guess the reason that it was an "empty" dlg name lead me to the conclusion that there is no information in the error message, instead of understanding it.