netbrain / zwift

Easily zwift on linux
The Unlicense
238 stars 27 forks source link

Fix ZwiftApp process detection loop #60

Closed quietvoid closed 7 months ago

quietvoid commented 7 months ago

Since the 1.1.11 launcher update or 1.56 game update, the entrypoint script loops waiting for ZwiftApp.exe to be started.

It used to work but for some reason it doesn't anymore. I could reproduce the issue locally as well as with the netbrain/zwift image. Using pgrep -f finds the process correctly now.

netbrain commented 7 months ago

Good job 👍