tulir / gomuks

A terminal based Matrix client written in Go.
https://maunium.net/go/gomuks
GNU Affero General Public License v3.0
1.34k stars 120 forks source link

Cannot use it on Debian 11 #405

Closed root2185 closed 1 year ago

root2185 commented 1 year ago

I tried the pre-built image, gomuks-linux-amd64, and I built it following the instructions.

After I login in it shows a vertical white line near the left edge and nothing more.

OS: Debian GNU/Linux 11 (bullseye) x86_64 
Kernel: 5.10.0-19-amd64 

Is the kernel maybe?

tulir commented 1 year ago

The OS isn't particularly relevant, but empty accounts aren't supported (#150).

root2185 commented 1 year ago

@tulir The account is not empty, it is has some rooms and chats. I can use it, on gomuks, on another device fine.

tulir commented 1 year ago

In that case, see https://docs.mau.fi/gomuks/debugging.html

root2185 commented 1 year ago

I didn't see any error, I found this failure: Failed to store reaction in history db: event not found. In /tmp/gomuks/debug.log.

Is it up to me to To build and run with [race detection](https://golang.org/doc/articles/race_detector.html)?

And then do I report here?