BloodHoundAD / BloodHound

Six Degrees of Domain Admin
GNU General Public License v3.0
9.89k stars 1.73k forks source link

(node:5416) electron: The default of contextIsolation is deprecated #590

Open xshadowfox8888 opened 2 years ago

xshadowfox8888 commented 2 years ago

screenshot (If this is a SharpHound bug, please file the bug in the SharpHound repo here)

Describe the bug Full stdout error: (node:5416) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information [5416:0927/105457.715469:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye. Trace/breakpoint trap

To Reproduce Steps to reproduce the behavior:

  1. Run bloodhound's latest release binary on debian based Kali linux.
  2. Error is produced immediately

Expected behavior Bloodhound GUI is supposed to launch and log me into the dashboard.

Screenshots Please see attached screenshot.jpg

Additional context Nil.

johanchen commented 2 years ago

I am facing exactly the same issue. Any solution for this?

xshadowfox8888 commented 2 years ago

I am facing exactly the same issue. Any solution for this?

So far I found a way to launch bloodhound with the --no-sandbox flag. But, pretty sure this is just short term walkaround to run the program.

rvazarkar commented 1 year ago

What repo are you running on? I thought Electron fixed the context-isolation issue, but maybe it reappeared

AkechiShiro commented 1 year ago

Hi @rvazarkar I'm hitting this same issue on the latest release, is there any fix that's being worked on, is it possible to receive guidance on fixing this issue, if I'd want to make a PR for this ?

sagisar1 commented 1 month ago

same issue with these two messages: (node:10551) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information (node:10790) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

everything is fully updated, kali linux 2024.3.1

any known fix for this warnings?