Norbyte / bg3se

Baldur's Gate 3 Script Extender
Other
1.02k stars 63 forks source link

Application Window Information constantly in the console #398

Closed AndrewM521 closed 1 month ago

AndrewM521 commented 1 month ago

I have attempted solutions to common problems

Yes

I have checked that my game version is supported

Yes

OS

Windows 11

Platform

Steam

Description

No matter what I do, this information is being spammed in the console. It looks to be the console application information but I am not entirely sure

"HookApp::deferHook, HookApp::hookWindow, UiApp::trySetupGraphicsWindow, gwindow == window 0000000000120AFC HookApp::hookD3d9, 0"

It does not stop until the console is closed, even when trying the commands; server, client, and exit

Indications

No mods are being loaded so its not a mod issue, and this same thing happens on a fresh install of the script extender

Diagnostic Files

SEConsole

BG3 Diagnostic Data.txt

Steps to Reproduce

  1. Open game with "DWrite.dll" and "ScripExtenderSettings.json" files in the games bin folder
  2. When the console is open it starts to show this information automatically

Expected Behavior

I don't know, but the information probably should not be always in the console

Actual Behavior

This information being constantly outputted in the console no matter what I do.

"HookApp::deferHook, HookApp::hookWindow, UiApp::trySetupGraphicsWindow, gwindow == window 0000000000120AFC HookApp::hookD3d9, 0"

AndrewM521 commented 1 month ago

Turns out this issue was due to my clipping software. Once I closed the software, the constant spammed messages stopped.