AYasinAkalin / MELE_quickIniEditor

A terminal application allowing users and modders to modify .ini and Coalesced_*.bin files of ME Legendary Edition easily without replacing the whole file; losing possible early modifications in process. (ME3 is not supported)
GNU General Public License v3.0
3 stars 0 forks source link

Program won't run on certain computers. It gives "The code execution cannot proceed because VCRUNTIME140.dll was not found." error then exits. #13

Closed AYasinAkalin closed 3 years ago

AYasinAkalin commented 3 years ago

Current situation: On some computers (possibly the ones without Visual C++ Redistributable installed) program refuses to start.

Desired situation: It was expected any and all users to be able to run the application regardless of what is and isn't installed on their system. It was also expected of Py2exe to bundle ALL necessary libraries within the program.

Proposed solution: Manually adding VCRUNTIME140.dll next to executable solves the issue. Therefore update setup.py to include VCRUNTIME140.dll as data file.