You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behaviour:
If the moonlight binary can't be found a dialog should be shown to inform users. Additionally, allow custom locations for the binary (e.g. self-compiled versions).
An exception should not be thrown anymore. All actions that depend on the binary being present should be halted until a binary path is set.
Actual Behaviour:
An exception is triggered, thus the user is not informed properly about the missing binary.
Custom locations aren't possible, only standard locations (/usr/bin and /usr/local/bin) are searched.
The text was updated successfully, but these errors were encountered:
Expected Behaviour:
If the moonlight binary can't be found a dialog should be shown to inform users. Additionally, allow custom locations for the binary (e.g. self-compiled versions).
An exception should not be thrown anymore. All actions that depend on the binary being present should be halted until a binary path is set.
Actual Behaviour:
An exception is triggered, thus the user is not informed properly about the missing binary.
Custom locations aren't possible, only standard locations (
/usr/bin
and/usr/local/bin
) are searched.The text was updated successfully, but these errors were encountered: