When trying to install SoS v1.15, German version with weidu v247 on EET, a player had the following error message:
"libintl3.dll not found, installation cannot proceed" (paraphrased)
Link to bugreport at Kerzenburg
The English version installs fine.
Posted 19 September 2021 - 08:35 AM
When trying to install SoS v1.15, German version with weidu v247 on EET, a player had the following error message:
"libintl3.dll not found, installation cannot proceed" (paraphrased)
Link to bugreport at Kerzenburg
The English version installs fine.
My Own: Ajantis BG1 Expansion Modification -- Sir Ajantis for BGII -- Ajantis Portrait Pack -- Another fine Hell -- Brage's Redemption -- BGQE at Gibberlings 3 / BGQE at Kerzenburgforum -- Brandock the Mage -- Endless BG1 -- Grey The Dog NPC -- Imoen 4 Ever -- Imoen Is Stone -- Jastey's SoD TweakPack -- Road to Discovery (SoD) -- Solaufein's Rescue - jastey's Solaufein NPC Mod -- The Boareskyr Bridge Scene (SoD)
Contributions: Adalon's Blood (Silberdrachenblutmod) -- Alternatives -- Ascalon's Questpack -- Ascalon's Breagar NPC -- Balduran's Seatower -- BG1 NPC Project -- BG1 Romantic Encounters -- Corthala Romantique -- Edwin Romance -- Fading Promises -- Gavin BG1 --Hidden Adventures -- Imoen Can Die -- Keldorn Romance (berelinde's) -- Lure of Sirine's Call -- NTotSC -- Romantic Encounters (BGII)
Avatar by Rabain
Posted 19 September 2021 - 08:05 PM
Comparing SoS's bin folder with other mods reveal that when iconv was added to SoS, it omitted the dependencies (https://github.com/S...bin/win32/iconv against for example https://github.com/S...bin/win32/iconv ).
Duplicating all dlls over should fix this. Gotta file a PR.
EDIT: Actually, this is even more complicated. The Linux tools are missing and Mac OS also lacks tisunpack compared to the featured Windows toolchain.
Edited by Graion Dilach, 19 September 2021 - 08:27 PM.
Posted 20 September 2021 - 05:21 AM
Comparing SoS's bin folder with other mods reveal that when iconv was added to SoS, it omitted the dependencies (https://github.com/S...bin/win32/iconv against for example https://github.com/S...bin/win32/iconv ).
Duplicating all dlls over should fix this. Gotta file a PR.
EDIT: Actually, this is even more complicated. The Linux tools are missing and Mac OS also lacks tisunpack compared to the featured Windows toolchain.
iconv should be part of Linux though, or maybe that's not what you meant?
Posted 20 September 2021 - 08:30 AM
Yes, iconv is only shipped for Windows, so it's missing libraries are limited to that platform. But SoS also packages tileconv for Win/Mac and tisunpack for Win which are IE-specific tools and usually packaged along with the mods which would use their functionality.
Edited by Graion Dilach, 20 September 2021 - 08:31 AM.
Posted 20 September 2021 - 08:31 AM
Wait - are you saying the SoS package doesn't contain inconv.exe (any more)?
My Own: Ajantis BG1 Expansion Modification -- Sir Ajantis for BGII -- Ajantis Portrait Pack -- Another fine Hell -- Brage's Redemption -- BGQE at Gibberlings 3 / BGQE at Kerzenburgforum -- Brandock the Mage -- Endless BG1 -- Grey The Dog NPC -- Imoen 4 Ever -- Imoen Is Stone -- Jastey's SoD TweakPack -- Road to Discovery (SoD) -- Solaufein's Rescue - jastey's Solaufein NPC Mod -- The Boareskyr Bridge Scene (SoD)
Contributions: Adalon's Blood (Silberdrachenblutmod) -- Alternatives -- Ascalon's Questpack -- Ascalon's Breagar NPC -- Balduran's Seatower -- BG1 NPC Project -- BG1 Romantic Encounters -- Corthala Romantique -- Edwin Romance -- Fading Promises -- Gavin BG1 --Hidden Adventures -- Imoen Can Die -- Keldorn Romance (berelinde's) -- Lure of Sirine's Call -- NTotSC -- Romantic Encounters (BGII)
Avatar by Rabain
Posted 20 September 2021 - 02:35 PM
No, I'm saying that it only has iconv.exe but without the supplementary dlls. Compare the bin folder with NToTSC, they use the same tools but SoS is missing bits and parts of it.
Posted 20 September 2021 - 08:42 PM
My Own: Ajantis BG1 Expansion Modification -- Sir Ajantis for BGII -- Ajantis Portrait Pack -- Another fine Hell -- Brage's Redemption -- BGQE at Gibberlings 3 / BGQE at Kerzenburgforum -- Brandock the Mage -- Endless BG1 -- Grey The Dog NPC -- Imoen 4 Ever -- Imoen Is Stone -- Jastey's SoD TweakPack -- Road to Discovery (SoD) -- Solaufein's Rescue - jastey's Solaufein NPC Mod -- The Boareskyr Bridge Scene (SoD)
Contributions: Adalon's Blood (Silberdrachenblutmod) -- Alternatives -- Ascalon's Questpack -- Ascalon's Breagar NPC -- Balduran's Seatower -- BG1 NPC Project -- BG1 Romantic Encounters -- Corthala Romantique -- Edwin Romance -- Fading Promises -- Gavin BG1 --Hidden Adventures -- Imoen Can Die -- Keldorn Romance (berelinde's) -- Lure of Sirine's Call -- NTotSC -- Romantic Encounters (BGII)
Avatar by Rabain
Posted 30 January 2024 - 03:02 PM
Latest SoS release has 'statically compiled' iconv.exe - it doesn't need any additional dll files to work.
EDIT: Please note that it was already fixed, the new iconv.exe is just double-safe.
Edited by ALIEN, 30 January 2024 - 03:13 PM.
Project Infinity public BETA - mod manager for Infinity Engine games
Infinity Auto Packager - automatically generate and adds mod packages to GitHub release
Modder's Guide to GitHub - you cannot have progress without committing changes