Hello
My application causes a BSOD, error code “Video_scheduler_internal_error”, very rarely (about once out of 70 times) when it is exited, either by code, by alt+F4, by reloading the code or by clicking on the exit button
The event observer also gives the indication “The driver detected an internal driver error on \Device\VBoxNetLwf.”
My dependencies are :
serde_json = “1.0
serde = { version = “1.0”, features = [“derive”] }
tokio = { version = “1”, features = [“full”] }
tauri = { version = “1.8.1”, features = [“api-all”] }
reqwest = { version = “0.11”, features = [“json”, “rustls-tls”] }
futures = “0.3”
zip = “2.1.6”
My application is developed on Windows 10, npm and javascript. Version of tauri-cli 2.1.0
Let me know if you need any further information
Reproduction
Quitting the application gives it a small but real chance of causing a BSOD; it doesn't matter how you quit
Describe the bug
Hello My application causes a BSOD, error code “Video_scheduler_internal_error”, very rarely (about once out of 70 times) when it is exited, either by code, by alt+F4, by reloading the code or by clicking on the exit button The event observer also gives the indication “The driver detected an internal driver error on \Device\VBoxNetLwf.”
My dependencies are : serde_json = “1.0 serde = { version = “1.0”, features = [“derive”] } tokio = { version = “1”, features = [“full”] } tauri = { version = “1.8.1”, features = [“api-all”] } reqwest = { version = “0.11”, features = [“json”, “rustls-tls”] } futures = “0.3” zip = “2.1.6”
My application is developed on Windows 10, npm and javascript. Version of tauri-cli 2.1.0
Let me know if you need any further information
Reproduction
Quitting the application gives it a small but real chance of causing a BSOD; it doesn't matter how you quit
Expected behavior
Application no longer causes BSODs
Full
tauri info
outputStack trace
No response
Additional context
No response