[New Users] Please note that all new users need to be approved before posting. This process can take up to 24 hours. Thank you for your patience.
Check out the v.254 - Midnight Carnival - Ludibrium Patch Notes
here!
Microsoft Visual Installation
Bug type: System Prompt
Brief bug summary: Every time I tried to launch Maple, the launcher tried to install Microsoft Visual C++ 2015
More details:
I have the latest Microsoft Visual (i.e. Microsoft Visual C++ 2017), but whenever I tried to launch the game, it requires me to install the 2015 version. When I tried to install, it failed because I already have the latest version. Since that is the case, I tried uninstalling the 2017 version and installed the 2015 version. After that, the annoying prompt is no longer appearing, but whenever I upgraded it back to the 2017 version, the 2015 version is automatically replaced, so the launcher would annoy me to no end regarding the installation.
Steps to reproduce:
1) Install Microsoft Visual C++ 2017 and uninstall every other version, especially Microsoft Visual C++ 2015.
2) Try to launch MapleStory.
Character name: Not applicable
Character level: Not applicable
Character job: Not applicable
World name: Not applicable
Date and time of the incident: 3rd Nov 2017
Comments
Runtime Error
It's not the runtime error.
It seems Nexon decided to solve the runtime error by force-installing the 2015 redistributable at every launch.
This should be changed to only try to install the redistributable when installing the game, and only if the computer doesn't already have the 2015 version or newer.
I see.
Forwarding this issue now.
Microsoft broke from tradition, and did not make a new, independent version of the C++ redistributable for Visual Studio 2017. Instead, the 2017 redist is just an update for 2015 redist.
Neither packages vcredist2017 or vcredist2015 install anything anymore. They simply list this package as a dependency. Since you cannot install 2015 and 2017 side-by-side, so they call this vcredist140 because it's still major version 14 and all the runtime files end with 140. (e.g. msvcp140.dll, mfc140.dll).