Peter L Jones

Results 563 comments of Peter L Jones

OK, so as a minimum we'd want something like https://github.com/jamulussoftware/jamulus/blob/main/src/mac/badgelabel.h _not_ just for macOS, implemented as appropriate, if it's not supported in Qt directly. (There's a Qt Windows one -...

I've removed the "MacOS" from the title as if we use Qt natively, I'd hope the feature would be cross-platform.

Jamulus doesn't write a log of server connections to a directory. We can remove the log of client connections to a server and have them treated the same way, though....

> I was actually surprised I couldn't run ONLY a directory w/out an associated server. Currently the minimum client count is validated to be more than zero and less than...

@rdica does this happen if you run the Jamulus server GUI from a shell prompt? Or is it only if you use the provided desktop shortcut? (I run my Linux...

Thanks. Can you write down the full command line you use?

OK. - Run the server GUI as above and then in another terminal do `ps -ef | grep "jamulus -s"` and paste the results - Use "Window -> Exit" (or...

Strange... Can you do `ls -l .config/Jamulus/` and paste here, please.

Right... digging deeper (and getting out of my depth :) )... Could you run Jamulus Server with `strace`, catching all the output: ``` strace jamulus -s > log 2>&1 ```...

It looks like it exits normally from the `strace` output: ``` socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC, NETLINK_ROUTE) = 28 bind(28, {sa_family=AF_NETLINK, nl_pid=0, nl_groups=00000000}, 12) = 0 getsockname(28, {sa_family=AF_NETLINK, nl_pid=51797, nl_groups=00000000}, [12]) = 0...