I have a number of mods (~60) installed, and have tried pinning down a very annoying problem for a couple of days now: When I start a fresh game, everything works as expected. As soon as I load a saved game, I cannot open the "Global Orders" window anymore, blocking me from making any changes there. I have tried disabling and enabling mods and all that, but with many not being savegame compatible and the game's loading times being rather long, the good old approach of "disable mods until it is fixed" will take forever.
What I did to test:
Start a new game (Scientist game start)
=> check if Global orders tab can be opened (usually always possible after a fresh start)
save game
load that save
=> check again
=> Global Orders will not open
disable a mod
restart game completely
=> rinse and repeat
I have since turned on the debug log, and I'm 99.8% sure I have found the error there:
[=ERROR=] 156.22 Error while executing onEvent script for event: SetNPCBlacklist.
Errormessage: [string "ui/addons/ego_targetmonitor/../../../extensio..."]:71: missing declaration for symbol 'GetBlacklistInfo'
or rather
[=ERROR=] 153.80 Error while executing onEvent script for event: onClick.
Errormessage: [string "ui/addons/ego_targetmonitor/../../../extensio..."]:71: missing declaration for symbol 'GetBlacklistInfo'
However, now I need to find out the exact file (it sure is a great idea to truncate names in error logs

Can anyone give me a pointer how to make actual use of that debug message? Is there a way to get a "verbose" (non-truncated) version?
My mods include the "usual" stuff like VRO, ROR, faction enhancer, Another Explorer, etc. I can post a full list but i doubt it's any help here.