-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
startsWith() on null object at ScreenEncoder.java:158 #365
Comments
Refer for the blog for a workable fix: https://www.jianshu.com/p/0d29cc53199c |
Thanks for temporary solution by @thinkhy |
meizu biss |
Fill AppInfo to avoid NullPointerException on some devices. Fixes <#365> Signed-off-by: Romain Vimont <[email protected]>
See #888 |
Could you please replace |
@rom1v Yep, it works fine with v1.10. Thanks! |
Thank you for your feedbacks, I just merged it in It will be in the v1.11 release (the version number is still 1.10 but it's not the 1.10 release, it's a dev version). |
Fill AppInfo to avoid NullPointerException on some devices. Fixes <#365> Signed-off-by: Romain Vimont <[email protected]>
To fix #994, I changed the way the workaround is called. Could you please take scrcpy v1.13 and replace this file:
and confirm that it works without any error message. Thank you. |
To avoid NullPointerException on some devices, workarounds have been implemented. But these workaround produce (harmless) internal errors causing exceptions to be printed in the console. To avoid this problem, apply the workarounds only if it fails without them. Fixes #994 <#994> Refs #365 <#365> Refs #940 <#940>
Model: Meizu 16th
OS: Flyme 7.1.1.2A base on Android 8.1.0
log like this:
The text was updated successfully, but these errors were encountered: