belane / docker-bloodhound

BloodHound Docker Ready to Use
86 stars 34 forks source link

Crash when uploading #14

Open osodg opened 6 months ago

osodg commented 6 months ago

When I click the upload arrow, bloodhound crashes. I get this output: /opt/run.sh: line 6: 134 Trace/breakpoint trap (core dumped) /opt/BloodHound-linux-x64/BloodHound --no-sandbox 2> /dev/null

Jaheay commented 6 months ago

Ditto, I just get Renderer process crashed - see https://www.electronjs.org/docs/tutorial/application-debugging for potential debugging information.

Running on WSL - starting with the command: docker run -it -e DISPLAY=:0 -e XDG_RUNTIME_DIR=/mnt/wslg/runtime-dir -v /run/desktop/mnt/host/wslg/.X11-unix:/tmp/.X11-unix -p 7474:7474 -v "${PWD}/bh-data:/data" --name bloodhound bloodhound