Jump to content

[fixed] error on druid remix installation


Lemernis

Recommended Posts

I'm getting an error message when I try to install Druid Remix. I installed the BG2 Tweak Pack and installed the components "Shapeshifter Rebalancing" and "Druids Use Cleric Level and Spell Progression" before installing Divine Remix, not sure if that would be a factor.

 

Here is my mod setup for both BG1 and BG2, in order of installation

 

BG/ToSC

Patch

Baldurdash FixPack

EasyTutu

Easy Tutu Degreenifier

Tutu Fix v.17

Easy Tutu NPC Selection

PP1 (installed to BG2 folder, not BG Tutu, hope it works for the Tutu game)

Finch

Herbs & Potions Add-in

Grey Clan

Sword Coast Strategems

Wild Mage Add-ins

Song and Silence

Divine Remix

 

SoA/ToB

Patch

BG2 Fixpack

Kelsey NPC

Xan NPC

Kivan and Dehriana NPC

Quest pack

Unfinished Business

BG2 Banterpacks

Flirtpack

Wild Mage Additions

Song and Silence

BG2 Herbs & Potions Add-in (overlooked it until this point, oops)

BG2 Tweak Pack

Divine Remix

 

Installing [Druid Remix]
Copying and patching 1 file ...
Copying and patching 1 file ...
Copying and patching 1 file ...
ERROR: [ALIGNMNT.2da] -> [override/ALIGNMNT.2da] Patching Failed (COPY) (Invalid
_argument(_))
Stopping installation because of error.

ERROR Installing [Druid Remix], rolling back to previous state
Will uninstall   2 files for [DIVINE_REMIX/SETUP-DIVINE_REMIX.TP2] component 200
.
Uninstalled	  2 files for [DIVINE_REMIX/SETUP-DIVINE_REMIX.TP2] component 200
.
ERROR: Invalid_argument(_)
PLEASE email the file SETUP-DIVINE_REMIX.DEBUG to webmaster@gibberlings3.net or
andyr@gibberlings3.net
Using Language [English]

Link to comment

Also getting an installation error when installing to the Easy Tutu folder:

 

Installing [Druid Remix]
Copying and patching 1 file ...
Copying and patching 1 file ...
Copying and patching 1 file ...
ERROR: [ALIGNMNT.2da] -> [override/ALIGNMNT.2da] Patching Failed (COPY) (Invalid
_argument(_))
Stopping installation because of error.

ERROR Installing [Druid Remix], rolling back to previous state
Will uninstall   2 files for [DIVINE_REMIX/SETUP-DIVINE_REMIX.TP2] component 200
.
Uninstalled	  2 files for [DIVINE_REMIX/SETUP-DIVINE_REMIX.TP2] component 200
.
ERROR: Invalid_argument(_)
PLEASE email the file SETUP-DIVINE_REMIX.DEBUG to webmaster@gibberlings3.net or
andyr@gibberlings3.net
Using Language [English]

Link to comment

Not sure where I picked this up, I keep a text file I cut and paste bugs and fixes into. Hope it helps.

 

installation of Druid Remix: WeiDU 191 or higher would cause the following bug

 

Copying and patching 1 file ...

[./override/ALIGNMNT.2da] loaded, 5428 bytes

ERROR: [ALIGNMNT.2da] -> [override/ALIGNMNT.2da] Patching Failed (COPY) (Invalid_argument(_))

****

 

Solution: at 7430-ish, change

 

CODE

//Alignment changes

COPY_EXISTING ~ALIGNMNT.2da~ ~override/ALIGNMNT.2da~

FOR (index = 2; index < 11; index = index + 2) BEGIN

SET_2DA_ENTRY 6 "%index%" 10 ~1~//Druid

SET_2DA_ENTRY 15 "%index%" 10 ~1~//Fighter-Druid

 

 

to

 

CODE

//Alignment changes

COPY_EXISTING ~ALIGNMNT.2da~ ~override/ALIGNMNT.2da~

FOR (index = 2; index < 10; index = index + 2) BEGIN

SET_2DA_ENTRY 6 "%index%" 10 ~1~//Druid

SET_2DA_ENTRY 15 "%index%" 10 ~1~//Fighter-Druid

 

(notice the '10' rather than '11' at the third line)

****

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...