kcat
kcat
Are you able to provide a stack trace? From the looks of it, something in fmt is calling its `to_unsigned` function with a negative value, but it's not clear where...
It doesn't look like it, but I'm not seeing where the problem is, either. And some things don't make sense. For one, it lists the point in `to_unsigned(int value)` on...
That shouldn't happen either, since `spec_width` should be `0`, so `padding` (and `left_padding`) should end up as 0 too. I think the issue might be because: > I'm both static...
1.24.3 is released with the namespace fix.
> I also tried the C++ rewrite earlier, but the voice chat didn't work at all, couldn't hear or speak. I just pushed some commits to the c++-rewrite branch to...
> Thanks, I tried building the new C++ rewrite, and it seems to behave the same as the master branch now, where the voice sounds distorted and robotic. Can you...
I pushed a few more commits, which probably won't fix anything but will provide a bit more information in the log about the capture device. A new DSOAL log may...
Okay, I think I found the problem with capture. I had the capture/read positions swapped so it was continually trying to read old data that was being overwritten. I pushed...
Looks like the playback issue is a bug in the game. It seems to be doing this when it gets a notification of more input audio: ``` 1d14:debug:dsound:Buffer::GetCurrentPosition (0xf564620)->(0xfebff3c, 0xfebff28)...
This is odd. It says to either update the `min` value, or use `min...max` to say it's known to work with versions up to `max`. That file uses the `min...max`...