Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xshadowfox8888 opened this issue Sep 27, 2022 · 5 comments
Open
Labels

Comments

@xshadowfox8888
Copy link

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 electron/electron#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
Copy link

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

@xshadowfox8888
Copy link
Author

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
Copy link
Contributor

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

@AkechiShiro
Copy link

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
Copy link

sagisar1 commented Oct 13, 2024

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 electron/electron#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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants