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

make file running into trouble on raspberry pi #821

Closed gabemagee closed 2 years ago

gabemagee commented 2 years ago

Please provide the following info.

_NVidia Geforce Experience version: n/a Moonlight Embedded version: 2.5.0 Moonlight Embedded source: repository Moonlight Embedded running on: Raspberry Pi **Moonlight Embedded running on distribution: Raspbian

Verbose output -verbose of Moonlight Embedded:

What is the expected result?

The make file is generated after using the command make inside the build folder of the cloned moonlight-embedded repository, following the steps in the wiki

What happens instead of that?

This error:

2021-07-31-020833_2560x1440_scrot

cgutman commented 2 years ago

You're using an outdated version of the moonlight-common-c/enet submodule. The remote was changed in d7f9bc0b25f744a4913c5b6198f4f96e3d85c8bd to point to the upstream moonlight-common-c repo, and that has likely confused your Git client.

You might be able to solve this by git submodule deinit -f --all followed by git submodule update --init --recursive, or you can just nuke your repo and git clone --recursive again.