-
-
Notifications
You must be signed in to change notification settings - Fork 445
Bluescreen on Windows 10 #98
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
Comments
Yes, please. Maybe it's a driver issue: https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-0x10d---wdf-violation Did you install any specific libraries or 3rd part cores? Does the same issue happen with the (Java-based) Arduino IDE? |
I never had any issues with the Java Arduino IDE. I just installed the Pro version and did not change my installed libraries. The only thing I did was installing the ESP32 via the board manager. Heres the analysis with Windbg:
So it kind of looks like its related to some siliconlabs driver... I will try to find and uninstall it. |
Good to know. Please note, the Java IDE does not use the CLI under the hood, the Pro IDE does.
Maybe we can narrow down the problem and see if you can reproduce the bluescreen issue when you compile and upload using the CLI only. Let me know if you need assistance. |
hi @Blubbaa |
Hi @ubidefeo, |
@Blubbaa |
The original board, which also caused the bluescreen, was an ESP32 Pico, which indeed needs the CP210x driver. I switched to using an Arduino with the CH340. Sorry I might have phrased that a little confusing. |
@Blubbaa no worries :) |
Describe the bug
I just had a bluescreen on Windows 10 in the exact moment of closing Pro IDE. The actual error was
WDF_VIOLATION (0x0000010D)
. The application was opened in the background for a longer time and i disconnected my ESP32 earlier, so it was probably still searching for the COM device (i.e. the annoying popup message).To Reproduce
Could not reproduce it so far.
Expected behavior
No bluescreen when closing the program :)
Desktop (please complete the following information):
If you need any additional information I could try to analyze the memory dump.
The text was updated successfully, but these errors were encountered: