-
Notifications
You must be signed in to change notification settings - Fork 318
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
java.lang.IllegalStateException #4992
Comments
We need more detail to determine what went wrong.
cc @helin24 |
Did you just type a character, perhaps tab? Which tool window had focus? Was the Inspector open or close when this happened? |
@diegoflassa thanks for the repot. Can you additionally send:
|
flutter doctor -v output from command line [!] Android toolchain - develop for Android devices (Android SDK version 30.0.2) [√] Chrome - develop for the web [√] Android Studio (version 4.1.0) [√] VS Code (version 1.49.2) [√] Connected device (3 available) Does this error consistently occur when you're building your application? Can you send your log file from Help > Show Logs in Finder after this problem has occurred? 2020-10-22 13:01:53,151 [66911214] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 2 to update, calculated in 497ms 2020-10-22 13:04:58,081 [67096144] INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 44095 ms |
@diegoflassa thanks for the additional info. A couple more questions:
I'm also asking the JxBrowser team whether this error corresponds with anything particular, will update if more questions come out of that. |
Can you attach the full idea.log? Sorry my earlier request was vague. I want to see if JxBrowser installed fully on your machine. Have you noticed any patterns of when this occurs and when it gets fixed? e.g. does quitting the IDE fix the problem, does an immediate retry of building fix the problem, anything of that nature you've noticed? |
@diegoflassa It looks like this may co-occur with a dart analysis server issue, so I'll look into that more. I also see that the JxBrowser downloads are occasionally failing, which may not be related, but you can try changing to the latest dev version of the plugin which fixed an issue with the downloads occurring on every startup: https://github.com/flutter/flutter-intellij/wiki/Dev-Channel |
I also see that the JxBrowser downloads are occasionally failing, which may not be related, but you can try changing to the latest dev version of the plugin which fixed an issue with the downloads occurring on every startup: https://github.com/flutter/flutter-intellij/wiki/Dev-Channel |
@diegoflassa I'm glad that was helpful! I heard back from the JxBrowser team on additional steps we can take to understand the problem better. If this issue recurs for you, you can check if a crash dump is generated by JxBrowser following the steps here: https://jxbrowser-support.teamdev.com/docs/guides/troubleshooting.html#unexpected-chromium-process-termination If there's no log, there's probably something in our plugin causing Chromium to exit. Either way, let me know, and hopefully the JxBrowser team will be able to help us understand what could be happening. |
If this issue recurs for you, you can check if a crash dump is generated by JxBrowser following the steps here: |
Great, passed that along. I'll keep you updated if I figure out something. |
Ok! Thanks!! |
JxBrowser suggested that we can offer an option to disable GPU acceleration, which would reduce frame rates of the embedded browser, but we may also just want to wait for the next version of their library which addresses this problem. We'll decide between these for the next release. |
Thank you very much for the feedback! |
Please file this bug report at https://github.com/flutter/flutter-intellij/issues/new.
What happened
I was using the Android Studio IDE to debug my project
Version information
Android Studio
4.1
• Flutter pluginio.flutter 50.0.2
• Dart plugin201.9002
Error getting Flutter sdk information.
Exception
null
The text was updated successfully, but these errors were encountered: