Are you using a version of Windows that has been modified in some way? This is not a change in our code. I'm using the same build of Windows and it works without issue.
Sometimes, the impossible can become possible, if you're awesome!
No, I'm using original Windows.
Before the Windows update, everything worked for me. Updates arrived today on Windows, I installed them and they broke the application launch
The problem is resolved. The problem was with Windows itself.
Crashing crash when launching some applications.
Press Win+X, select Command Prompt(Admin) or PowerShell(Admin). In the window that opens, type:
"Dism /Online /Cleanup-Image /RestoreHealth" and press Enter.
Be sure to wait for this command to complete.
Type "sfc /scannow" and press Enter.
Be sure to wait for this command to complete.
Are you using a version of Windows that has been modified in some way? This is not a change in our code. I'm using the same build of Windows and it works without issue.
Sometimes, the impossible can become possible, if you're awesome!
No, I'm using original Windows.
Before the Windows update, everything worked for me. Updates arrived today on Windows, I installed them and they broke the application launch
Crashing crash when launching some applications.
Press Win+X, select Command Prompt(Admin) or PowerShell(Admin). In the window that opens, type:
"Dism /Online /Cleanup-Image /RestoreHealth" and press Enter.
Be sure to wait for this command to complete.
Type "sfc /scannow" and press Enter.
Be sure to wait for this command to complete.
Restart your computer. Check the problem.