Open sergioperez opened 2 years ago
I've got the same issue on KDE Neon with AMD RX 6700 XT.
Same issue on Ubuntu with AMD RX 6600
Same issue on Arch, also with an AMD RX 6600. Any workarounds so far?
The maintainer seems to have disappeared. We need to fork it.
Same issue on Arch, also with an AMD RX 6600. Any workarounds so far?
Making this change in sunshine/video.cpp
will make it start working for you. It is just a temporary workaround though :)
void free_ctx(AVCodecContext *ctx) {
avcodec_free_context(&ctx);
}
void free_ctx(AVCodecContext *ctx) {
//avcodec_free_context(&ctx);
}
The maintainer seems to have disappeared. We need to fork it.
See here: https://github.com/SunshineStream/Sunshine
@sergioperez feel free to make an issue on this other repo.
Hello!
I've found that Sunshine is crashing with a Segmentation fault in the hardware I'm trying to run it at (AWS g4ad instances)
The logs in debug mode with a backtrace are:
In order to test, I tried to comment out the only line of the function marked at the stacktrace, resulting in getting sunshine to run (probably with a terrible solution I did, as I still need to understand what is happening:
System: