Skip to content
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

Demo App myapp is loading with scrambled screen. #15605

Closed
sutara-aayush opened this issue Mar 16, 2018 · 8 comments
Closed

Demo App myapp is loading with scrambled screen. #15605

sutara-aayush opened this issue Mar 16, 2018 · 8 comments

Comments

@sutara-aayush
Copy link

Steps to Reproduce

Please tell us what you were doing and what went wrong. If you are running flutter tools from the command line, please try adding the -v or --verbose option to gather more information.

If the problem is with your application's rendering, please attach a screenshot and any relevant source code.
If you are getting an exception in the logs, and your code is implicated in the first few frames, then please include the source code for the functions involved.

Logs

Run your application with flutter run and attach all the log output.

Run flutter analyze and attach any output of that command also.

Flutter Doctor

Paste the output of running flutter doctor -v here.
screenshot 6
screenshot 7
screenshot 8

For more information about diagnosing and reporting Flutter bugs, please see https://flutter.io/bug-reports/.

@xqwzts
Copy link
Contributor

xqwzts commented Mar 16, 2018

Hi @sutara-aayush this seems to be a rendering issue with the emulator, it should be resolved by running in software rendering mode by passing the enable-software-rendering flag to flutter:

flutter run --enable-software-rendering

@sutara-aayush
Copy link
Author

Hello, thanks for help @xqwzts i tried this but got something as below.
screenshot 9

@sutara-aayush
Copy link
Author

But i am able to see the devices using flutter devices

screenshot 10

@xqwzts
Copy link
Contributor

xqwzts commented Mar 17, 2018

I'm not really sure what would be causing that, you're right that the device is detected, from the output we can see that the flutter tool detects the device, builds the apk, and segfaults either while pushing the files to the device or right after that while trying to run the app.

You might try to run in verbose mode:
flutter run --enable-software-rendering -v

Hopefully this will give us a more detailed error log that points to the cause.

@sutara-aayush
Copy link
Author

Still its not working sir @xqwzts

@sutara-aayush
Copy link
Author

@xqwzts .. sir it started working as I updated to windows 10. Thanks for giving time sir.

@Hixie
Copy link
Contributor

Hixie commented Jun 17, 2018

I'm going to close this since it's not blocking you any more and we don't have enough information to fix it.

@Hixie Hixie closed this as completed Jun 17, 2018
@github-actions
Copy link

github-actions bot commented Sep 3, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants