learn-opengl
learn-opengl copied to clipboard
failed with the error "STATUS_ENTRYPOINT_NOT_FOUND"
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>
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.
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)