learn-opengl icon indicating copy to clipboard operation
learn-opengl copied to clipboard

failed with the error "STATUS_ENTRYPOINT_NOT_FOUND"

Open heliping opened this issue 1 year ago • 2 comments

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>

heliping avatar Dec 26 '23 06:12 heliping

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.

Lokathor avatar Dec 26 '23 19:12 Lokathor

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

(https://github.com/PistonDevelopers/piston-examples/issues/391#issuecomment-1873930288)

Dylan-B-D avatar Jun 04 '24 16:06 Dylan-B-D