-
Notifications
You must be signed in to change notification settings - Fork 34
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
Sometimes the page will become blank #8
Comments
I'm not sure what caused the blank |
Not sure what caused it, but it seems a BloodHound problem as they have some issues about this;
Does it show any error log? |
FWIW I got a blank screen right after the login almost always, but not quite. Once in 20 attempts or so it would work. (Note that I was using podman instead of Docker.) I set the environment variable
This explains and solves it: https://stackoverflow.com/questions/56218242/headless-chromium-on-docker-fails
|
EDIT: A workaround fix appears to be running BloodHound in a small window. I have a 2K monitor and it crashes pretty much right away. If you put it in a juuuuust usable enough window, you don't get any crashing. @belane Please reconsider opening this issue as this is still occurring. See @AdrianVollmer's above comment. |
@r00tSe7en @AdrianVollmer @austinbentlee I've created a debug Dockerfile that will print errors to the console so we can figure out the source of the problem. Please try it and copy the error details here. Create image: Add local user to DISPLAY (if necessary): Run container:
If you get error messages about shared memory, try the
|
This did the trick for me on Parrot 5 with jdk11 |
Sometimes the page will become blank
docker pull belane/bloodhound
The text was updated successfully, but these errors were encountered: