Bug #117377 | ODBC Connector > 9.0.0 causes RStudio session to crash | ||
---|---|---|---|
Submitted: | 3 Feb 20:00 | Modified: | 10 Feb 12:07 |
Reporter: | Matthew Williamson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 9.0.2 | OS: | Windows (Windows 11) |
Assigned to: | CPU Architecture: | Any |
[3 Feb 20:00]
Matthew Williamson
[4 Feb 19:10]
Matthew Williamson
You can close this request. After further investigation the problem is the same known Visual C++ >14.42 incompatibility. I should have deduced this based on the limitation to a single application. RStudio install includes copies of a multiple msvcp140.dll files within its bin folder. Instead of reaching out to the system installed .dll for Visual c++ it uses its own copies. The copies installed with the most recent version of RStudio are not up to date (Version 14.29) and have a known incompatibility with the ODBC Connection >9.0.0. Most recent version of RStudio still uses the old .dll and updating C++ does not modify the RStudio copies. In the event that this is helpful to anyone the immediate resolution is to ensure Visual C++ Redistributable package 2015-2022 is updated a version higher than >14.36 Then copy all msvcp140***.dll files from C:\Windows\System32 to C:\Program Files\RStudio\resources\app\bin and overwrite the msvcp140***.dlls that currently exist in that location.
[10 Feb 12:07]
MySQL Verification Team
Thank you Mr. Williamson. When you report a bug, next time, please include also a fully repeatable test case. Thanks again.