-
Notifications
You must be signed in to change notification settings - Fork 275
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
Blue screen on Win10 after flasing SD card #594
Comments
Have you double checked that it works again after installing an older version from the releases page, or do you assume the new version is the problem, because it worked at some point before? Reason I am asking is that blue screens are more typical driver and other kernel issues. Do you have a photo of the blue screen? Also you mention it happens after the image write is done. Does it work any better if you press the cog icon and uncheck "Eject media when finished" ? |
Is it 1.7.5 yet? Anyway, I still prefer to use the old version. |
We have a suite of computers (modernish desktop, 1650Ti era.) using internal, but would need to find out what, SD card reader. So something in 1.7.5 isn't working anymore. It would either Bluescreen at the start of Write or the end of Verify. One Bluescreen I noticed was wudfrd.sys that's when i remembered to grab one. |
It's basically impossible for anything in user-mode code to trigger a blue screen on Windows. So I'd say it's not anything If you are consistently getting a blue screen on a specific action, it's a problem with some driver, most likely -- like the wudfrd.sys that you noticed. It's possible to look at the blue screen info in the system log to identify the driver -- usually the file that caused the fault will be identified in the log. Else there are ways to analyze the dump/minidump file produced during the BSoD to get to the culprit. The problem with wudfrd.sys is that it is actually a wrapper/loader for user-mode drivers, so the actual culprit would be something else. |
Yes, but only 1.7.5 is causing the problem, 1.7.4.1 does not have the problem (for us). Something in it, in its compilation has changed and is triggering the 'driver/windows' to blue screen. The program is the only thing that has changed. I'm not the only one with 1.7.5 problems. I'm not new to this, A long time ago in the early days of Pi Imager, Realtek drivers on Dell laptops had a problem, that long since gone. I can write happily on this laptop now. |
Suggest you double check that you can reproduce it with a normal USB SD card reader first. |
If that's at me, then I can try and find out more details, pretty sure other blue screens came up over the room wudfrd could be a red herring. I'm not even saying it wouldn't go away if we updated and moved to Win11 or I went looking for other fixes. |
There is zero difference in the write code between 1.7.4.1 and 1.7.5 |
Hello, this is my first report, I hope I do it correctly. I tried flashing image to SD card, it works well until SD card is flashed. Then it makes blue screen. I tried it with two different SD cards several times. The image fortunately works well, but the blue screen should not appear. Older version worked without blue screen, the newest v1.7.5 started to do this. Thanx for fixing.
The text was updated successfully, but these errors were encountered: