Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Missing MSVCRT dependencies results in GView crashing in environments where Microsoft Visual C++ Runtime is not installed #317

Open
raresradua opened this issue Jul 5, 2024 · 2 comments
Assignees
Labels
Bug Something isn't working

Comments

@raresradua
Copy link

Desktop (please complete the following information):

  • OS: Windows

Describe the bug
Without Microsoft Visual C Runtime installed, GView crashes. Statically link MSVCP should do the trick

To Reproduce
Open Windows Sandbox, copy and paste the extracted release source and run GView.exe

Expected behavior
Should work plug and play

@gheorghitamutu
Copy link
Collaborator

The Visual C++ Redistributable Packages install run-time components that are required to run C++ applications that are built by using Visual Studio. We'll take into account statically linking these.

@gheorghitamutu gheorghitamutu self-assigned this Jul 7, 2024
@gheorghitamutu gheorghitamutu changed the title missing MSVCP dependencies results in GView crashing Missing MSVCRT dependencies results in GView crashing in environments where Microsoft Visual C++ Runtime is not installed Jul 7, 2024
@gheorghitamutu gheorghitamutu added the Bug Something isn't working label Jul 7, 2024
@gheorghitamutu gheorghitamutu changed the title Missing MSVCRT dependencies results in GView crashing in environments where Microsoft Visual C++ Runtime is not installed [Core] Missing MSVCRT dependencies results in GView crashing in environments where Microsoft Visual C++ Runtime is not installed Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Status: To do
Development

No branches or pull requests

2 participants