Gibberlings3/Crossmod_Banter_Pack_for_Baldurs_Gate_II

Failed to install "Crossmod Banter Pack for Throne of Bhaal" in v21 on latest https://github.com/EE-Mod-Setup/EE-Mod-Setup

Closed this issue · 2 comments

Failed to install "Crossmod Banter Pack for Throne of Bhaal" v21 on latest https://github.com/EE-Mod-Setup/EE-Mod-Setup

Installing [Crossmod Banter Pack for Throne of Bhaal] [v21]
...
Adding ToB banters between Hubelpot and Tsujatha...
Appending to files ...
[crossmodbg2/crossmod_1_debug.log] loaded, 1358 bytes
Appended text to [crossmodbg2/crossmod_1_debug.log]
Compiling 1 dialogue file ...
[crossmodbg2/tra/english/tob_Hubelpot-Tsujatha_banters.TRA] has 17 translation strings
Processing 1 dialogues/scripts ...
[./override/BTSUJA25.DLG] loaded, 35600 bytes
[BTSUJA25.DLG] loaded
[./override/BSC#HU25.DLG] loaded, 1802 bytes
[BSC#HU25.DLG] loaded
ERROR: Cannot resolve internal symbolic label [DinEnd1] for DLG [BSC#HU25]
Known labels: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 !chain_1414 DinEnd DinPlans1 !chain_1419 DinPlans2 !chain_1422 DinEnd2
ERROR: postprocessing [BTSUJA25]: Failure("cannot resolve label")
Stopping installation because of error.
Stopping installation because of error.

ERROR Installing [Crossmod Banter Pack for Throne of Bhaal], rolling back to previous state

SETUP-CROSSMODBG2.DEBUG.log
WeiDU.log
WeiDU-BGEE.log

It looks possibly right fix should be:

Replace string in crossmodbg2\tob\banters\tob_hubelpot-tsujatha\tob_hubelpot-tsujatha_banters.d :

CHAIN BSC#Hu25 DinEnd 1
~Ah'm goin'. Sorry te bother ye.~ EXIT

=>

CHAIN BSC#Hu25 DinEnd1
~Ah'm goin'. Sorry te bother ye.~ EXIT
++ @11 /* I don't think so, Hubelpot. Thanks, but no thanks. */ EXTERN BSC#Hu25 DinEnd

=>

++ @11 /* I don't think so, Hubelpot. Thanks, but no thanks. */ EXTERN BSC#Hu25 DinEnd1

Fixed version:
Crossmod_Banter_Pack_for_Baldurs_Gate_II-21.zip

Fixed in the above commit.