Skip to content

How to fix cant run Cosmos os with a build error #2570

Answered by ascpixi
IDONTCAREE44 asked this question in Q&A
Discussion options

You must be logged in to vote

The project build has failed due to a missing library that yasm requires, the assembler utilized by Cosmos. You have to install Microsoft Visual C++ 2010 Redistributable. Make sure to download it for x64.

For future reference: -1073741515 is hexadecimal 0xC0000135, which translates to STATUS_DLL_NOT_FOUND in the ntstatus.h Windows header.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by IDONTCAREE44
Comment options

You must be logged in to vote
7 replies
@IDONTCAREE44
Comment options

@ascpixi
Comment options

@IDONTCAREE44
Comment options

@ascpixi
Comment options

@IDONTCAREE44
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants