Open
Description
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>
Metadata
Metadata
Assignees
Labels
No labels
Activity
Lokathor commentedon Dec 26, 2023
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 commentedon 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))
MasterW00 commentedon Mar 20, 2025
I followed the same directions, still works