wackerl91 / luna

Moonlight Launcher for Kodi
GNU General Public License v3.0
100 stars 22 forks source link

Luna won't show stream but game is opening #170

Closed Pawe98 closed 5 years ago

Pawe98 commented 5 years ago

Expected Behaviour: Show the Stream Actual Behaviour: Errors (unexpected !=, and more), Game gets launched on server but no stream, UI begins to lagg


You already got an issue of that kind:

if [ ${PRE_SCRIPT} != "" ]; then should be if [ "${PRE_SCRIPT}" != "" ]; then

but the filed didn't got fixed - even though im new to python and cant elaborate the right version. However everything apart from launchscript seem to be working.

Im going to change these files, will try them and provide a fixed downloadable zip if you approve. Dont really know how to fork your project, I'm a git noob. Once im done I will put them in this issue :)

Pawe98 commented 5 years ago

Here is the fix: https://github.com/Pawe98/luna/releases/tag/v0.7.0-rc7-fixed