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

Windows build fails to run with Entry Point Not Found #1

Closed
brookst opened this issue Apr 30, 2023 · 3 comments
Closed

Windows build fails to run with Entry Point Not Found #1

brookst opened this issue Apr 30, 2023 · 3 comments

Comments

@brookst
Copy link

brookst commented Apr 30, 2023

The Windows build won't start on Windows 11 (10.0.22621 N/A Build 22621). An empty terminal opens and an error dialog box opens with the message:

The procedure entry point
_ZSt28__throw_bad_array_new_lengthv could not be located in
the dynamic link library
C:\...\img_maniac_win_x64\img_maniac.exe

According to this SO question, it's a libstdc++ issue. Seems like the compiler trying to statically link it, but not actually emitting the symbol.

@brookst
Copy link
Author

brookst commented Apr 30, 2023

Just to note, building on windows natively seems to work so I guess this is a cross-compilation issue.

Maybe a CI system to build releases would be the easiest fix.

@cristian-tentella
Copy link

I'm experiencing the same exact issue (Windows 11 Pro 22621.1555)

@AllenDang
Copy link
Owner

Yes, I need to make a CI action to do the release.

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