-
Notifications
You must be signed in to change notification settings - Fork 46
The application was unable to start correctly (0xc000007b) #66
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
Comments
install the visual c++ redistributable: https://aka.ms/vs/17/release/vc_redist.x86.exe this should fix your problem |
I installed them both and it's still not opening |
Still not working |
Do a clean install of windows 11. upgrading creates problems... |
Just had the same issue on a clean Windows 11 install. Tried reinstalling DirectX multiple times without success. The software that helped find out I was missing that .dll file was: https://github.com/lucasg/Dependencies |
@joakimlemb @everyone Here is a list of standard programs that support DLL-version cross-loading:
Here is a list of standard programs that does not (or only partly) support DLL-version cross-loading:
Thats the reason for why some apps cannot be build as portable standalone. |
Under Windows 10, using the file from the sysvol64 directory resolved the issue. However, after upgrading to Windows 11, the error persisted—until I replaced the file with the d3dx9_43.dll from this "ancient" archive: https://www.mediafire.com/file/zloviu3elfzbpty/Windows_Error_0xc000007b_H%2526H_Tutoriais.rar/file |
Dug up my github account to post here, thanks guys, I installed a billion c++ redists and directx files and nothing helped, until I copied d3dx9_43.dll from my system32 folder to the milkdrop folder, and suddenly it started working fine, I hope this is fixed with the new version though... oh and I am on Windows 11, fresh install, not coming from any previous Win version |
Thanx a BIG bunch! It worked like a charm <3 |
I just Recently Upgraded from a Windows 10 to Windows 11 and Now I'm getting this error every time I start the application, Now what am I doing wrong?
The text was updated successfully, but these errors were encountered: