Sweet Dave Posted August 20, 2024 Posted August 20, 2024 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. 3
FrafdO Posted August 4, 2025 Posted August 4, 2025 Not work anymore with new NVSE, can anyone confirm this or its just me ??
NihilObsessed Posted December 8, 2025 Posted December 8, 2025 (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 December 8, 2025 by NihilObsessed
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now