I have twice in the last couple of months had bluescreens (DRIVER_IRQL_NOT_LESS_OR_EQUAL with a bug check code of 0xd1) in the CH341S64.sys driver. Given it's a USB-serial driver often used by Adruino, I suspect this is installed/used by AquaSuite -- and believe I have confirmed this by uninstalling the Aquasuite, rebooting, manually uninstalling the driver, and rebooting and confirming its gone. Then installing AquaSuite again, and the driver re-appeared.
I have only seen this with CH341S64.sys v 3.90, which was released in October last year. I suspect the issue was introduced then.
Can I safely roll-back the driver version? Does Aquacomputer have any insight here? At this point I have uninstalled the software, I really don't like instability!
Details:
Problem Event Name: BlueScreen
Code: d1
Parameter 1: 38
Parameter 2: 2
Parameter 3: 0
Parameter 4: fffff8074b2448a1
OS version: 10_0_26100
Service Pack: 0_0
Product: 256_1
OS Version: 10.0.26100.2.0.0.256.48
Locale ID: 2057
Looking at:
https://learn.microsoft.com/en-us/window…t-less-or-equal - parameter 1 is defined as the memory referenced. 38 isn't a valid address, so this looks like a null pointer that is de referenced.