Skip to content

failed with the error "STATUS_ENTRYPOINT_NOT_FOUND" #17

Open
@heliping

Description

@heliping
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>

Activity

Lokathor

Lokathor commented on Dec 26, 2023

@Lokathor
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

Dylan-B-D commented on Jun 4, 2024

@Dylan-B-D

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))

MasterW00

MasterW00 commented on Mar 20, 2025

@MasterW00

I followed the same directions, still works

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      failed with the error "STATUS_ENTRYPOINT_NOT_FOUND" · Issue #17 · rust-tutorials/learn-opengl