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

failed with the error "STATUS_ENTRYPOINT_NOT_FOUND" #17

Open
heliping opened this issue Dec 26, 2023 · 2 comments
Open

failed with the error "STATUS_ENTRYPOINT_NOT_FOUND" #17

heliping opened this issue Dec 26, 2023 · 2 comments

Comments

@heliping
Copy link

error: process didn't exit successfully: `target\debug\examples\000-basic-window.exe` (exit code: 0xc0000139, STATUS_ENTRYPOINT_NOT_FOUND)
PS C:\hlpx\codei\rusti\learn-opengl> cargo run --example 001-triangle-arrays1
   Compiling learn-opengl v0.0.1-alpha.0 (C:\hlpx\codei\rusti\learn-opengl)
    Finished dev [unoptimized + debuginfo] target(s) in 0.79s
     Running `target\debug\examples\001-triangle-arrays1.exe`
error: process didn't exit successfully: `target\debug\examples\001-triangle-arrays1.exe` (exit code: 0xc0000139, STATUS_ENTRYPOINT_NOT_FOUND)
PS C:\hlpx\codei\rusti\learn-opengl>
@Lokathor
Copy link
Member

I've never seen this error before, and a quick google says that maybe DLL stuff has gone wrong somehow. However, since I can't reproduce the error on my own machine I'm not sure what you should do to fix things.

@Dylan-B-D
Copy link

Dylan-B-D commented Jun 4, 2024

I also encountered the error (exit code: 0xc0000139, STATUS_ENTRYPOINT_NOT_FOUND). I managed to resolve it by following this approach:

(PistonDevelopers/piston-examples#391 (comment))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants