We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm getting this error when I try to run wahay when I have mumble installed via apt on Debian12:
bin/wahay INFO[0000] Detected language: en INFO[0000] Using Tor binary found in: /usr/bin/tor INFO[0000] Saving the config file to: /home/m34n/.local/share/wahay/tor3896519667/torrc panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x60 pc=0xc1aa78] goroutine 21 [running]: os/exec.(*Cmd).Output(0x3?) /usr/lib/go-1.19/src/os/exec/exec.go:675 +0x18 github.com/digitalautonomy/wahay/client.isThereAnAvailableBinary({0xc000542010, 0xf}) /home/m34n/src/tahnous/src/wahay/client/binary.go:323 +0x3e2 github.com/digitalautonomy/wahay/client.searchBinaryInSystem() /home/m34n/src/tahnous/src/wahay/client/binary.go:290 +0x46 github.com/digitalautonomy/wahay/client.searchBinary(0x0?) /home/m34n/src/tahnous/src/wahay/client/binary.go:190 +0xa3 github.com/digitalautonomy/wahay/client.InitSystem(0x0?, {0x105f590?, 0xc0002fa000}) /home/m34n/src/tahnous/src/wahay/client/client.go:66 +0xb3 github.com/digitalautonomy/wahay/gui.(*gtkUI).ensureMumble.func1.1() /home/m34n/src/tahnous/src/wahay/gui/mumble.go:18 +0x85 created by github.com/digitalautonomy/wahay/gui.(*gtkUI).ensureMumble.func1 /home/m34n/src/tahnous/src/wahay/gui/mumble.go:15 +0xb8`
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
I'm getting this error when I try to run wahay when I have mumble installed via apt on Debian12:
The text was updated successfully, but these errors were encountered: