Jump to content

Recommended Posts

Posted

About the alxUDCompanionsFnUpdateArrays error console spam...

 

From what I gather the error seems to be resulting from an operator trying to evaluate an uninitialized array.
I think because I have no current or past companions, so the error should ultimately be harmless, but the spam is still annoying.

 

This one specifically:

 

  foreach arrEntry <- arrActiveTeammates
    let rActor := arrEntry["value"]
    if eval !(rActor)
      continue
    endif
    if eval GetType rActor == 0
      continue
    endif
    if eval !(rActor.IsActor)
      continue
    endif
    let iIndex := Ar_Find rActor alxUDCompanions.arrActiveCompanions
    if eval iIndex != Ar_BadNumericIndex
      Ar_Erase alxUDCompanions.arrActiveCompanions iIndex
    endif
    let iIndex := Ar_Find rActor alxUDCompanions.arrFormerCompanions
    if eval iIndex != Ar_BadNumericIndex
      Ar_Erase alxUDCompanions.arrFormerCompanions iIndex
    endif
  loop


What seems to have stopped the spam is to simply add...

 

if arrEntry
  (the code)
endif

 

...to stop it from trying to evaluate the uninitialized array.

 

What the code is actually doing fundamentally, I have no idea. That's beyond me. I don't think I've broken anything but I can't be sure as I don't really even use the companion features anyway.
All I know is that doing the above has at least seemed to stop the console spam.

  • 11 months later...
  • 4 months later...
Posted (edited)

Hi, everyone. I got a bug here: there is a black screen in the end of assault. When the assault is finished, black screen is here. I can see health bar, I can hear game sounds and voices. I can even run but I can't see - there is a just black screen. Is there a fix for this bug?

Fixed: I uninstalled Naughty Deeds and A-Lust, the bug disappeared.

Edited by NihilObsessed

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...