docker-bloodhound icon indicating copy to clipboard operation
docker-bloodhound copied to clipboard

Crash when uploading

Open osodg opened this issue 2 years ago • 1 comments

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

osodg avatar Apr 20 '24 09:04 osodg

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

Jaheay avatar May 15 '24 23:05 Jaheay