Reputation: 89
I'm using Android Studio Ladybug Feature Drop | 2024.2.2. My PC will blue screen with the error WHEA_UNCORRECTABLE_ERROR whenever I open/use certain apps (mainly tested with google chrome going to youtube).
I have tried:
My specs:
Upvotes: 1
Views: 122
Reputation: 4651
Please update it to Android Studio Meerkat Feature Drop | 2024.3.2 Canary 4, this maybe a bug for that version (2024.2.2.).
https://androidstudio.googleblog.com/?utm_source=android-studio
However, check the memory that Android studio is uses to run, in default is 2G, you can change it to 4G or more.
Upvotes: 0
Reputation: 81
Click the three vertical dots beside the "run" button, "run configuration", and for "Additional run args:", add the following:
--no-enable-impeller
This fixed it for me, so hopefully it does for you as well.
Upvotes: 0