moonlight-stream / moonlight-embedded

Gamestream client for embedded systems
https://github.com/moonlight-stream/moonlight-embedded/wiki
GNU General Public License v3.0
1.48k stars 323 forks source link

segfault during start stream #815

Closed uabassguy closed 3 years ago

uabassguy commented 3 years ago

Please provide the following info.

NVidia Geforce Experience version: 466.11 Moonlight Embedded version: latest master 7c8795febc9fad98084aa10fc5918985cbd8081e Moonlight Embedded source: repository/included in distribution/compiled from source/... compiled from source Moonlight Embedded running on: Raspberry Pi/Cubox-i/Hummingboard/Other linux device/... Pi 4 Moonlight Embedded running on distribution: Arch Linux/Raspbian/OpenELEC/... Raspbian Linux 5.4.51-v7l+ armv7l GNU/Linux

Verbose output -verbose of Moonlight Embedded: Does not provide any useful info because of segfault, strace attached instead moonlight-segfault.txt

What is the expected result? should work, stopped working in last couple days

What happens instead of that? crashes before opening stream

Vegz78 commented 3 years ago

I had the same issue on one of my devices recently compiled, and segfault went away if I executed the bulit executable from inside the ../moonlight-embedded/build folder. Just made a bash script that always changes to this folder and executes this file.

Not sure if this applies to you... ;-)

uabassguy commented 3 years ago

huh, that makes sense. After I compiled the binary I moved it to /use/local/bin, then had this problem. I ended up using the one the retropie script installs in supplemental, that one works fine. Thanks @Vegz78