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

Cannot run on Windows #6

Open
ghost opened this issue Sep 18, 2020 · 10 comments
Open

Cannot run on Windows #6

ghost opened this issue Sep 18, 2020 · 10 comments

Comments

@ghost
Copy link

ghost commented Sep 18, 2020

Cannot run the .exe file on Windows 10 due to error:

The code execution cannot proceed because libgcc_s_seh-1.dll was not found. Reinstalling the program may fix this problem.

Reinstalling the program did not fix the problem.

@eneSadi
Copy link

eneSadi commented Sep 19, 2020

open to anaconda prompt and go to the path that .exe file exists and run the file

@angel-marchev
Copy link

still does not work theough anaconda (even when I copied libgcc_s_seh-1.dll in the same path)

@ghost
Copy link
Author

ghost commented Sep 27, 2020

Running through Anaconda Prompt worked for me

@angel-marchev
Copy link

has to be in administrator mode and works fine through Anaconda prompt

@GZYZG
Copy link

GZYZG commented Oct 13, 2020

i meet the same question, too

@afjc
Copy link

afjc commented Dec 10, 2020

There are an issue open with the solution for this question.

#1

Download the dll folder posted by libichong.

@ljzengwenlian
Copy link

应用程序无法正常动(0xc000007b)。请单击确定”关闭应用程序。

@innovatedmonster
Copy link

still does not work through anaconda (even in administrator mode)

@AnishNavalgund
Copy link

When I run the gradient_descent_visualization.exe, it asked me to install libwinpthread-1.dll and libgcc_s_seh-1.dll. Even after installing these dll files in the same path, I get an error -> "The application was unable to start correctly (0xc000007b). Click OK to to close the application"

Same error when run from Anaconda prompt.

@RickT34
Copy link

RickT34 commented May 28, 2024

Maybe you have MinGW in your PATH, such as "D:\Professional_Software\MinGW64\bin". This MinGW conflicts with Qt's MinGW (like "Qt\Qt5.12.0\5.12.0\mingw73_64\bin"). Try to delete your MinGW (Not Qt's) in the PATH. It worked for me.

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

8 participants