Problem
neoStampa Application crashes on startup.
Root Cause
A version of msvcp120.dll or is sometimes found in the nS installation folder, even though it is not included in the installer script. This DLL is normally installed by the Microsoft Visual C++ Redistributables and should only reside in the Windows system directory. If msvcp120.dll/msvcp140.dll exists in both the system directory and the nS installation folder — and the versions differ — the application may fail with memory access errors.msvcp140.dll
Solution
Confirm the error in Event Viewer
Open Event Viewer (
eventvwr.msc).Navigate to Windows Logs > Application.
Look for an Error entry involving
cprint.exeandmsvcp120.dll ormsvcp140.dll.- If the error shows msvcp120.dll/msvcp140.dll caused an invalid memory access, the DLL in the nS folder is the culprit.
Solution 1: Repare the Microsoft Visual C++ Redistributable
Navigate to the following folder on your computer: C:\Program Files\Inedit\neoStampa 10\required
- Locate the file named vc_redist.x64.exe.
- Double-click the file to run the installer and click on Repare button. Follow the on-screen instructions and restart the computer.
Solution 2: Check the nS installation directory
- Go to the nS installation path C:\Program Files\Inedit\neoStampa 10
- Look for msvcp120.dll/msvcp140.dll
- Either delete or rename the msvcp120.dll/msvcp140.dll
.file in the nS installation folder.- NOTE: Do not touch the version in the Windows system directory.
Restart the application
Launch the nS application again.
- The system will now use the correct msvcp120.dll/msvcp140.dll from the Windows system directory.