Jump to content


Photo

Error with REPLACE_BCS_BLOCK


  • Please log in to reply
3 replies to this topic

#1 Loriel

Loriel
  • Member
  • 57 posts

Posted 04 July 2003 - 03:50 AM

Here's the error...

Copying 1 file(s) ...
ERROR: error loading [hla/npc/kelsey/highold.bcs]
ERROR: [override/highlev.bcs] -> [override/highlev.bcs] Patching Failed (COPY) (Unix.Unix_error(20, "stat", "hla/npc/kelsey/highold.bcs"))

...and here's what it's choking on:
COPY_EXISTING ~override/highlev.bcs~ ~override/highlev.bcs~
REPLACE_BCS_BLOCK ~hla/npc/kelsey/highold.bcs~ ~hla/npc/kelsey/highnew.bcs~

The script highold.bcs is a script that I previously compiled with weidu, from a script that is working in the game. I don't know what the Unix_error stuff means, but it doesn't think it's there or something. Can anyone help me here?

#2 MagusWizardo

MagusWizardo

    Don't ask... please don't ask.

  • Member
  • 201 posts

Posted 04 July 2003 - 04:40 AM

COPY_EXISTING ~override/highlev.bcs~ ~override/highlev.bcs~

Should be:

COPY_EXISTING ~highlev.bcs~ ~override/highlev.bcs~

#3 Loriel

Loriel
  • Member
  • 57 posts

Posted 04 July 2003 - 01:11 PM

You're right, but that isn't what is causing the error. The error occurs when loading the highold.bcs file.

BTW - sorry for the double post - I only hit post once, so I don't know what happened.

#4 Loriel

Loriel
  • Member
  • 57 posts

Posted 04 July 2003 - 03:32 PM

As usual, I just needed to tinker with it a little more to get it to work. Apparently, the highold.baf had a problem compiling the first time. I re-compiled it and it works just fine now.