Nodge
Nodge
> @sentialx Such these windows is not visible, but the isVisible api return true > > ``` > C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe > C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy\ShellExperienceHost.exe > ``` Those are cloaked windows, they return as...
Same issue for me, to get non empty buffer i have to reload render two times. Details: Operating System: Windows 11 node-window-manager version: 2.2.4
It is crashing the renderer or the main process?
You can use the method `ViewIsShownInSwitchers` From the VirtualDesktopAcessor DLL (ffi-napi) it returns >0 if the window is shown on alt+tab/taskbar
This is the best i could do using FFI to interact with win32 api: ```javascript let voidPtr = ref.refType(ref.types.void); let stringPtr = ref.refType(ref.types.CString); const winapi = ffi.Library('User32', { GetDesktopWindow: [...
+1 This still happens on [v1.0.40](https://deno.land/x/[email protected]/mod.ts) This makes ddb impossible to use since dropping the whole table every time the server restarts is far from ok.
I know what his issue is: He's running Aoede built from source. When building from source i got the same result when running aoede, it would say my `config.toml` file...
Not the case either. 
> Could you please show us your config file? pls censor the tokens ofc ``` DISCORD_TOKEN=".." SPOTIFY_USERNAME="3a3a4glj34s40sw2ppvd1642l" SPOTIFY_PASSWORD="" DISCORD_USER_ID="175314117924487168" ```
> I got this issue,too. I'm using v0.4.1 currently Have you moved the config file to the same place where the binary is?