-
Notifications
You must be signed in to change notification settings - Fork 82
Unable to start v5_7_latest on Windows #157
Comments
Looks like this might be related to the:
From the README.md documentation |
Are the dependencies listed in the README still current and/or complete? I am experiencing the same "-1073741515" issue at the original submitter, using MySQL 8.0.17 on Windows 10. I have installed the x64 version of the Microsoft Visual C++ 2013 Redistributable Package. I have also installed the 2015/2017/2019 bundle (those all come together in the same installer). In case it matters, my machine has an AMD Ryzen 5 processor. I found a special update for the VC 2013 redistributables, for processors that don't support certain expected CPU instructions. I thought that was a long shot though, and the update indeed made no difference. Unlike the original submitter with MySQL 5.7.19, I don't get any error messages when I attempt to run the uncompressed 8.0.17 executables directly. Also, I happen to have the current version of MySQL community edition (i.e. 8.0.18) installed and running on this same machine. The OS can run MySQL 8.x just fine. It just can't run the wix-embedded version of it on a separate port, for some reason. Temporarily shutting down the installed MySQL instance also makes no difference. EDIT: For me, this issue seems limited to the 8.x generation. It works if I downgrade to |
OS: Windows 10
Java version: build 1.8.0_181-b13
Library version: 4.2.0
MySQL version: v5_7_19 (latest)
Hello,
I got next error when tried to use wix with spring boot app integration tests:
I tried to check mysqld version manually, running command:
target\mysql-5.7-7a846738-80ab-4d9d-8b2c-0f9dac26f1a0\bin>mysql.exe --version
and got 2 UI popups with messages:
The code execution cannot proceed because MSVCR120.dll was not found.
The code execution cannot proceed because MSVCP120.dll was not found.
Please note that I can switch to v5_7_13 version without any changes in my code.
Can you help me with that issue?
The text was updated successfully, but these errors were encountered: