Windows error 0xC000007B, -1073741701

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[1][2]
DescriptionThe default facility code.[1][2]
Error Code123 (0x007b)

Questions

170votes
18answers

The application was unable to start correctly (0xc000007b)

I have a client/server app which I have been developing on a single PC. Now it needs two serial ports, so I borrowed a PC from a friend. When I build my app and try to run or debug it (whether in the Delphi IDE or from Windows File manager), [...] read more
windows
delphi
64-bit
23votes
12answers

Cannot Open Python. Error 0xc000007b

I have recently been learning Python 3. I have had no problems on my netbook (32bit Windows 7) I with creating small simple programs. When I installed it on my netbook I had no problems, but now that I've been getting into it I want to install it on my [...] read more
python
windows
python-3.x
9votes
5answers

MinGW / gcc: The application was unable to start correctly (0xc000007b)

I have been using MinGW and the GNU Fortran compiler for a while in order to compile Fortran programs on Windows, which has always been a successful method. However, I have been getting the following error for the past 4 days: The application was unable to start correctly (0xc000007b). Click [...] read more
windows
dll
windows-runtime
mingw
gfortran
7votes
2answers

Unable to create a debugger engine of the type "No engine"

I just installed Qt Creator (Windows 64 bits) and I am checking that everything works as expected. At this point the only problem I have is related to the debuggers. Firstly I tried adding gdb manually (gdb.exe) and some problem about python popped-up, so I added gdb-python (gdb-python27.exe) and the [...] read more
c++
windows
gdb
qt-creator
6votes
3answers

How to resolve Internal Errors in the .NET Runtime

Several weeks ago, my company laptop started having some strange problems. I could no longer launch the Microsoft Developer Web Server (via Visual Studio->Debug). I later figured out that I couldn't execute any .NET application. In speaking with Microsoft CLR specialist after reviewing my dmp files, he said > 1. [...] read more
windows-xp
.net-framework
6votes
4answers

Error when creating executable file with pyinstaller

I'm trying to create an exe for my python script using pyinstaller each time it runs into errors which can be found in a pastebin here. Also when I double click the exe file it shows this error: > C:Users\Afro\AppData\Local\Temp_MEI51322\VCRUNTIME140.dll is either not > designed to run on windows or [...] read more
python
python-3.x
exe
pyinstaller
6votes
4answers

32-bit Qt application on win 7 x64 won't run, but runs fine from Qt Creator?

My development box is Windows 7 x64. I have both 32-bit and 64-bit versions of Qt 4.7.4 built on my box. When I configure my app to use the 32-bit version of Qt, it runs fine in Qt Creator (ctrl-R), but when I try to double-click the exe in Windows [...] read more
qt
qt4
32bit-64bit
qt4.7
6votes
0answers

Emulator: emulator: ERROR: AdbHostServer.cpp:93: Unable to connect to adb daemon on port: 5037 1:20 PM

In android Studio last update onwards I am facing the the below problem 1:Unable to detect adb version, exit value: 0xc000007b 1:22 PM Emulator: emulator: ERROR: AdbHostServer.cpp:93: Unable to connect to adb daemon on port: 5037 tried several things un installed antivirus,downgraded platform tools from 29.0.2 to 29.0.0 or even [...] read more
android
android-studio
adb
5votes
3answers

VS2012 Error: The application was unable to start correctly (0xc000007b)

I received the error "The application was unable to start correctly (0xc000007b)" after attempting to run my exe file of my C++ SFML 32-bit program I built in Visual Studio 2012. I statically linked the SFML dlls in my project, but incorporated the following dlls along with my program: libsndfile-1.dll [...] read more
c++
visual-studio-2012
dll
sfml
4votes
2answers

Windows 8.1 UEFI x64 & Windows XP x64 Dual-Boot

I want to add option to boot in XP into the Win8.1 boot menu. So I have 2 drives: 1. On the first one I have installed Windows 8.1 x64 UEFI; 2. And on the second - Windows XP x64. Following is what I tried to do: * I created [...] read more
windows-xp
windows-8
64-bit
multi-boot
uefi
4votes
2answers

32 Bit Applications won't start on Windows 64 Bit

I've installed the latest Catalyst and other Software on my Windows 7 64-Bit System. Everything was ok but since the last boot all my 32-Bit Application won't work anymore. I figured out that the 32-Bit apps loads the 64-bit DLLs (Dependency Walker helped me here). Using Google I found another [...] read more
windows-7
64-bit
32-bit
4votes
1answer

lldb Windows errors with clang 10

I have clang 10.0.0 for Windows installed from here I also used the community VS installer to install 3 components that I understood were needed for clang 10: * C++ 2019 Redistributable Update * MSVC v142 - VS 2019 C++ x64/x86 build tools (v14.26) * Windows 10 SDK (10.0.18362.0) clang [...] read more
lldb
clang++
llvm-clang
4votes
2answers

System error: The program can't start because MSVCP140D.DLL is missing from your computer. Try reinstalling the program to fix this problem

So I have programmed a simple graphical snake game using SFML in visual studio 2015 and it runs perfectly on my main computer. And I thought that I should try it on my laptop. When running the program it gave me this error: System error: The program can't start because [...] read more
c++
visual-studio
dll
system-error
4votes
1answer

Windows .exe created with cx_Freeze returns 0xc000007b error

I created a small script to test cx_Freeze, shown below: sqrt.py: import math sqrt = math.sqrt x = float(input('Enter a number:')) y = sqrt(x) print(y) input('Press ENTER to exit') I also created a setup script: setup.py: from cx_Freeze import setup, Executable setup( name = "sqrt", version = "0.1", description = [...] read more
python
cmd
cx-freeze
3votes
0answers

Selecting entries in boot manager without using keyboard

My goal is rather simple to put in words: I want to install Windows and Chrome OS in dual boot on my Surface Go 2 and be able to select entries in the boot manager without having to use a physical keyboard or mouse (since I often don't have them [...] read more
boot
multi-boot
grub
uefi
microsoft-surface
3votes
1answer

Dual-booting Kali Linux and Windows 7, error with file: "\NST\AutoNeoGrub0.mbr"

I have tried to install Kali Linux 1.0.6 alongside my current OS - Windows 7 64 bit. I have a Dell computer, with SSD hard drive only (256 GB). At first I tried installing Kali a few times and made a few mistakes, and I'm afraid I made some damage [...] read more
windows
partitioning
grub2
kali-linux
3votes
2answers

Wget for Windows error: "The application was unable to start correctly (0xc000007b)."

I downloaded the Wget for Windows binary from here: http://gnuwin32.sourceforge.net/packages/wget.htm I can't execute it without getting the following bizarre error: "The application was unable to start correctly (0xc000007b). Click OK to close the application." Doesn't matter whether I put it in /Program Files or in /Program Files(x86), doesn't matter whether [...] read more
wget
3votes
4answers

Using SDL_image in Visual studio 2010, with error "application was unable to start correctly 0xc000007b"

I'm trying to do the SDL tutorial here http://lazyfoo.net/SDL_tutorials/lesson03/windows/msvsnet2010e/index.php I did everything they asked me to do, everything built correctly, but when I tried to run the executable, I always get the error: "application was unable to start correctly 0xc000007b" I'm using Win7 on a mac (bootcamp), with visual stdio [...] read more
c++
visual-studio-2010
sdl
3votes
4answers

Loading a texture in sfml

I started to learn SFML, I want to create sprite to load an image from a file, so I just followed the tutorial and made the obvious thing. sf::Texture texture; texture.loadFromFile("C:\image.png"); sf::Sprite sprite; sprite.setTexture(texture); window.draw(sprite); And when I start the program I just get a white screen and "Unhandled exception [...] read more
c++
sfml
3votes
1answer

Android Studio opening error: Unable to Start Correctly (0xc000007b)

I just installed Android.Studio.3.4.1.0.x64 but when I want to open it, I get this error: > The application was unable to start correctly (0xc000007b). Click OK to close > the application. Why this happens and how can I fix it? I searched for the error and did these things but [...] read more
android-studio
runtime-error
3votes
6answers

Windows 7 OpenLDAP Curl DLL Dependency Hell

I really hope someone can be of help to me because this problem has me totally stuck and frustrated. Yesterday I installed a fresh and shiney new Windows 7 x64 onto a development box. I got VS2008 installed, Tortoise SVN, did a checkout, compiled my currently project, all fine and [...] read more
windows-7
curl
openldap
dll
2votes
1answer

Error 0xc000007b when trying to start \EFI\ubuntu\shimx64.efi (Ubuntu) through Windows 8.1 Bootmanager on an UEFI System

Error 0xc000007b when trying to start \EFI\ubuntu\shimx64.efi (Ubuntu) through Windows 8.1 Bootmanager on an UEFI System EFI ENTRIES During Ubuntu Setup, Ubuntu automatically created an EFI start Entry called ubuntu. The entry works, if I use the UEFI Bootloader directly. My EFI Boot entries looks like this: Entry #9 Name: [...] read more
windows-8.1
multi-boot
bootloader
uefi
grub2
2votes
1answer

MinGW: Python enabled GDB on Windows

I use QtCreator 4.6.2, which apparently requires Python-enabled GDB if I want to use it as a debugger. I tried to install mingw32-gdb-python version 7.5-1 with MinGW installer (graphical interface), and I got gdb-python27.exe file in my bin. But this file can't be opened. I'm getting error saying I'm missing [...] read more
windows-10
python
mingw
gdb
2votes
1answer

How to resolve 0xc000007b error opening Adobe After Effects?

I have installed Adobe CS6 on Windows 8 and get the error "0xc000007b" every time I open open Adobe After Effects. All other Adobe software, including Photoshop and Premiere Pro, work perfectly. I have looked online extensively but have not found any solutions. What can I try/do to resolve this [...] read more
windows-8
adobe-after-effects
2votes
1answer

How to compile ffmpeg for Windows statically with MSYS2 environment?

I want to build myself standalone statically linked ffmpeg binaries for Windows from official git source code with MSYS2 environment tools. But every time I get .exe file dynamically linked to mingw libraries that crashes with "The application was unable to start correctly (0xc000007b)" error even if I put required [...] read more
ffmpeg
mingw
static-linking
mingw-w64
msys2
2votes
8answers

Unable to run adb.exe from platform-tools folder path

Setup * android studio version 3.3.2 * JRE:1.8.0-152-release-1248-b01-amd64 * build tool version is 28.0.2 I am unable to start adb.exe file from platform-tools in sdk folder . Error popping in taskbar of android studio is "unable to detect adb version,adb output". When i run adb.exe application from SDK folder error [...] read more
android
2votes
1answer

Linking Assimp 3.1.1 in Visual Studio 2015

I am linking to assimp as i´ve always done with other middleware, but when i run my application, i get a runtime error: "Application could not launch correctly (0xc000007b)." What am i missing? I downloaded the assimp 3.1.1 binary and got * an include/assimp folder, containing header files and a [...] read more
c++
static-linking
dynamic-linking
assimp
2votes
0answers

The application was unable to start correctly (0xc000007b) in Qt

I use Qt creator 5.10.0 in Windows 7. I have built an exe using VC2010 c++ complier. When I click the exe, it says QMTRACE.dll is lacking. When I add the dll into my project, error occurs: The application was unable to start correctly (0xc000007b) #------------------------------------------------- # # Project created [...] read more
c++
qt
2votes
5answers

Error 0xc000007b when launching mongod.exe / mongo.exe

Installed mongodb on Windows. Mongodb: 3.4.3 - Windows Server 2008 R2 64-bit, with SSL support x64 OS: Windows 7 64-bit When I run mongod.exe or mongo.exe this error occurs The application was unable to start correctly (0xc000007b). Click OK to close the application What can I do to get rid [...] read more
windows
mongodb
2votes
0answers

SFML static linking problem: sfml-system-2.dll not found

QUICK SUMMARY I have a very simple SFML application that I'm trying to cross-compile to Windows, from Linux. I am trying to statically link the SFML libraries with the application. However, when I run the compiled application in a Windows 10 Virtual Machine, I get DLL import errors: "The code [...] read more
c++
cross-compiling
sfml
static-linking
2votes
1answer

0xc000007B application was unable to start

I am trying to run EasyPHP on Windows 10 (64 bit) system. Initially the error was regarding msvcr110.dll missing, which I resolved somehow. Now its showing the error of 0xc00007b unable to start program correctly. I have tried to run the compatibility troubleshoot as well as run as administrator option. [...] read more
easyphp
1vote
1answer

Mysqld.exe crases on startup with error 0xc000007b

I've just deployed a new VM on Microsoft Azure with Windows Server 2012 R2. It is identical to other two I have (it was created from scratch though, not duplicated or from an pre-existing image), all of which I have performed the same steps: 1. Update Windows the first time [...] read more
mysql
windows-server-2012-r2
installation
azure
1vote
1answer

The application was unable to start correctly 0xc000007b from mysqld.exe

I'm trying to install wamp 3.1.9 in windows 10 . I've all the VC packages setup, 2 services are running fine. Mysql is not starting up. This is the first time 'm setting up wamp. This is the error thrown, The application was unable to start correctly (0xc000007b). from mysqld.exe [...] read more
windows-10
apache-http-server
webserver
windows-server-2008
wamp
1vote
1answer

netgen.exe - Application error : the application was not able to start correctly 0xc000007b

Following the failed attempt to install netgen from it's sourceforge repo, somebody suggested to install the latest version from ngsolve.org. I did try that and I got the infamous 0xc000007b error: enter image description here [https://i.stack.imgur.com/O4SiB.png] Which there are like a zillion pages out there and also here to solve. [...] read more
windows-10
1vote
3answers

Windows 8.1 UEFI x64 is not able to boot-up UEFI Images

The question appeared after asking this one. It seems that the Win8.1 UEFI x64 Boot Manager is unable to boot anything other than the windows itself (winload.efi). Trying to launch any other UEFI image (.efi) from it gives the error code 0xC000007B and I'm pretty sure that this isn't because [...] read more
64-bit
multi-boot
windows-8.1
bootloader
uefi
1vote
0answers

Windows Boot Manager can't boot grubx64.efi

I tried adding grubx64.efi in the Windows Boot Manager using BCDEdit. However when I boot up my computer and try to start GRUB from Windows Boot Manager by clicking on the entry I created, I get: > File: \EFI\ubuntu\grubx64.efi > > Status: 0xc000007b > > Info: The application or operating [...] read more
windows
multi-boot
grub
1vote
1answer

Unable to wake computer from sleep/hibernate

Samsung Chronos 7 laptop (Intel core i7) running Windows 8.1 Issue: * laptop won't wake from sleep/hibernate * with hibernate the display does not shut off, screen black, unable to wake * with sleep (and hibernate off) the laptop will shut down on its own * Event Viewer logs: Windows [...] read more
windows
windows-8.1
sleep
hibernate
hybrid-sleep
1vote
0answers

Unexpected system shutdown after upgrade to Windows 10

After I upgrade to Windows 10 from Windows 7, my laptop would unexpectedly shutdown from time to time. From the event viewer, I can see the following two error messages: > Windows failed to resume from hibernate with error status 0xC000007B. > > The previous system shutdown at 3:59:34 PM [...] read more
windows-10
windows-10-upgrade
1vote
2answers

Flutter app not running when emulator is present

The emulators are there but when I launch the app it doesn't work, please help :) I have tried everything. Cal, Flutter newbie. I have followed the installation guidelines and tried fixes from other stack flow answers i am running windows 8.1 singular user. i have tried from command prompt [...] read more
android
dart
flutter
emulation
1vote
2answers

Error 0xc000007b When trying to inject a DLL with detours

I'm trying to inject a DLL to a new process using the latests 32 bit Detours library. http://research.microsoft.com/en-us/projects/detours/ It worked for me in the past but after a change in the DLL, it stopped working for all processes. When I resume the process I get a message box saying > [...] read more
windows
code-injection
32-bit
detours
1vote
0answers

Emulator: Process finished with exit code -1073741701 (0xC000007B)

Android emulator is killed when started from avd manager. I am running a flutter project. flutter -doctor below [√] Flutter (Channel stable, 1.20.3, on Microsoft Windows [Version 10.0.19041.450], locale en-IN) [√] Android toolchain - develop for Android devices (Android SDK version 30.0.2) [√] Android Studio (version 4.0) [!] Connected device [...] read more
android-studio
flutter
1vote
4answers

Unhandled exception Microsoft C++ exception: cv::Exception at memory location

I just started with OpenCV. I downloaded OpenCV 2.4.9, and installed MSVS 2010. My Windows is X64. I followed the following steps: a. Under Configuration Properties, click Debugging -> Environment and copy paste: PATH=C:\opencv\build\x86\vc10\bin b. VC++ Directories -> Include directories and add the entries: C:\opencv\build\include c. VC++ Directories -> Library [...] read more
c++
windows
visual-studio-2010
opencv
1vote
0answers

Error in my application delphi using dll file

I have library code in c# using Z339xLib.dll file the code is : #region Assembly Z339xLib.dll, v4.0.30319 // C:\Documents and Settings\Hytham\Desktop\Software Protocol n Image Capture SDK_New\Software Protocol n Image Capture SDK\Z339x_SDK_Sample\Z339x_SDK_Sample\bin\Debug\Z339xLib.dll #endregion using System; using System.Drawing; namespace Z339xLib { public class Z339xLibSdk { public Z339xLibSdk(); public bool GetImageAndSaveFile(string portname, string [...] read more
c#
delphi
delphi-7
1vote
1answer

Why is Visual Studio trying to load SDL2 from Team Fortress 2?

I was trying to learn SDL2 and C++ and I was following this tutorial on setting everything up, I copied the code and downloaded the necessary files and moved them, however, when I try to run the code this is what shows in the output '1stSDLWindow.exe' (Win32): Loaded 'C:\Users\Alec\source\repos\1stSDLWindow\x64\Debug\1stSDLWindow.exe'. Symbols [...] read more
c++
sdl-2
1vote
1answer

SDL2 executable not working outside CodeBlocks

I recently developed a SDL2 game using C++ and the latest version of CodeBlocks. The game works just fine if I run it inside the IDE - the problem is that if I try to run it outside CodeBlocks it will get an error: The application was unable to start [...] read more
c++
sdl-2
game-development
1vote
0answers

SQL Server Management Studio Unable to Start Correctly

I recently installed SQL Server Management Studio 18.5. I get an application error when I try to launch... "The application was unable to start correctly (0xc000007b). Click OK to close the application." I have downloaded the latest .Net Framework, Visual C++ Redistributable. I have also repaired, reinstalled severally and ran [...] read more
.net
sql-server
ssms
1vote
2answers

How to install CBC for Pyomo locally on Windows machine?

My goal is to connect the open-source CBC solver with Pyomo in Spyder. I am working on a Windows 10 machine and it is not an option for me to use the NEOS server due to company policy. I have downloaded the binaries from Bintray (https://bintray.com/coin-or/download/Cbc#files) that include a cbc.exe [...] read more
windows
installation
spyder
pyomo
coin-or-cbc
1vote
0answers

I have just installed laragon in my system and getting issue "The application was unable to start correctly(0xc000007b) "

enter image description here [https://i.stack.imgur.com/hgf92.png] already i have updated my system and installed .NET Framework also but getting same error read more
php
mysql
laragon
1vote
1answer

Issue with Wamp on Win7 - PHP 7.2.10

I'm trying to use newest version of Wamp and I also need php7 version. My problem is: 1. When start WAMP show me 0xc000007b error 2. Orange icon - start 2 of 3 service 3. SHow me the error on PHP path 4. When try to install 'wampapache' show me [...] read more
php
.net
wamp
php-7.2
1vote
1answer

OpenGL program compiles but doesn't start correctly

I'm trying out OpenGL and C++, and I followed this video tutorial on writing my program (my code is exactly the same as his). I also followed the instructions on the freeglut website here to set up freeglut, compile, and link my program. The source code compiles with no problem, [...] read more
c++
opengl
freeglut
1vote
1answer

VCRUNTIME140.DLL is not getting added when using cx_freeze in Python

I am very new to Python. I just wrote a program to check the last time the servers were rebooted and send an email to our team. We have over 30 servers and its not possible to install python on every one of them. So I used cx_freeze to create [...] read more
python
cx-freeze
1vote
0answers

Nuitka - convert Python to C: Cannot locate suitable C Compiler

I am having issues with Nuitka; trying to convert python to c language, I get the following error; > Error, cannot locate suitable C compiler. You have the following options: > > a) If a suitable Visual Studio version is installed, it will not be located > automatically, unless you [...] read more
python-3.x
mingw-w64
nuitka
1vote
1answer

0xc000007b "The application was unable to start correctly" error?

I've written a C++ console application in Visual Studio 2019 and am trying to deploy it to another windows laptop. Both laptops are up-to-date with 64 bit Windows 10, and my target laptop has installed/up-to-date .NET Framework, vc_redist.x64.exe, and DirectX. In terms of deployment method, I followed this Microsoft walkthrough [...] read more
c++
visual-studio
dll
deployment
frameworks
1vote
1answer

The program has exited with code -1073741701 (0xc000007b) for UWP apps

I have been developing a UWP app for awhile now. No problems at all. Have it connected to a git repo and everything. So this solution and project was working perfectly fine on 3 days ago. I finished working for the day, made a commit to the repo and turned [...] read more
c#
.net-core
uwp
1vote
0answers

Cannot open Visual Studio 2015 0xc000007b error

Currently using Vs2015 community edition with windows 7 64 bit sp1 , due unexpected power loss I'm getting below error when opening Visual Studio 2015 - [https://i.stack.imgur.com/MWj7I.png] I uninstalled and reinstalled Visual Studio 2015 still not progress , downloaded depends.exe and opened Visual Studio from it and getting missing dll [...] read more
visual-studio
visual-studio-2015
1vote
0answers

it didn't work while i replace $cdc_lasutopfhvcZLmcfl to anything try to avoid detected by some site via chromedriver.exe

i had read this page Can a website detect when you are using selenium with chromedriver? and i follow the steps in that, but when i finish replace $cdc_lasutopfhvcZLmcfl to whatever_var , i can't lunch chrome by the driver edited, when i try to lunch it i got an error [...] read more
selenium
selenium-chromedriver
1vote
0answers

Visual Studio can't find dll files

I use VS2017 and want to create a C++ programm which needs a library for a microcontroller. 1. I downloaded the library from the companies website, unpacked the folder and copied it into my project folder. 2. Next step was Properties > C/C++ > Additional Include Directories and inserted the [...] read more
c++
visual-studio
dll
linker-errors
libraries
1vote
2answers

JetBrains IDE Error on start : The application was unable to start correctly (0xc000007b)

I have got this error, but hardly could find the solution after 2 times reinstalling my IDE and even I installed 'All in One runtimes' but it couldn't help since I think the problem originally started after I changed few settings in windows defender setting and then tried to reset [...] read more
windows
runtime-error
runtime
phpstorm
jetbrains-ide
0votes
6answers

Apache error 0xc000007b

I am setting up Apache 2.4 on 64-bit Windows Server 2008 R2. I downloaded the 32-bit zip from Apache Lounge and unzipped, also installed VC10 SP1. Then, when I tried to run httpd.exe, I got an error: The application failed to initialize properly(0xc000007b) The same thing worked on my 64-bit [...] read more
windows-server-2008-r2
apache-2.4
0votes
1answer

0xc000007b error when trying to open a few programs (on Windows 10 x64)

It pops up when I try to open Adobe Audition, my printer software, etc. Dependency Walker report read more
windows
64-bit
0votes
1answer

.exe Generated by Cygwin not running directly from windows

I compiled and build source code files using the cygwin and gcc and everything went ok , i got the .exe file when i run the file from cygwin like this : ./file.exe it runs without problem but when i try to run it from windows , at first i [...] read more
cygwin
0votes
0answers

Windows 10 boot loader refuses to boot Linux Mint

Recently, I successfully installed Linux Mint alongside Windows 10 on my Surface Pro (5th gen). Additional info: the entire Windows 10, EFI partition as well as /boot are located on the internal SSD, while the rest of the Linux Mint is located on a microSD Card I'm able to start [...] read more
linux-mint
boot
windows
multi-boot
0votes
4answers

How to set CHKDSK for drive C: in Windows 7

I recently got a 0xc000007b error whenever I tried to run some application software. I found that CHKDSK for C drive might be a solution. When I tried to do it from C drive properties, it said the drive was in use and asked to schedule CHKDSK at the next [...] read more
windows-7
bsod
reboot
chkdsk
0votes
1answer

Getting an error trying to find libfftw3-3.dll after adding the containing folder to "Additional Dependencies" in VS2017

Here is what I did trying to install and use FFTW in Visual Studio 2017 on my 64 bit machine: 1. Install fftw-3.3.5-dll64.zip from this page 2. Create a new "Windows Console Application" from File>New Project entitled fftw_helloworld. All default settings were used, including the box for Create Directory for [...] read more
visual-studio
dll
visual-studio-2017
0votes
2answers

Visual Studio 2012: cl.exe -1073741701 on x86 only

I'm using Visual Studio 2012 Professional updated to SP5 under Windows 7 SP1 with latest updates. I needed Visual Studio 2015 for some time, installed then uninstalled it with standard uninstaller. But today I needed to build Webkit for Windows, and its build script ran vswhere.exe and detected some parts [...] read more
windows-7
visual-studio-2012
0votes
0answers

Windows recovery error on boot

I have recently been getting an error on my PC after the machine BSOD and then hung for an hour. I decided that the PC was frozen and hit the restart button on my PC. After the PC started to turn back on, I got this error: Recovery Your PC/Device [...] read more
windows-10
drivers
bsod
bootrepair
0votes
0answers

SolidWorks 2014 x64 is giving 0xc000007b error

I have autocad 2014 x64 and it does not open after I installed some c++ redistributables. I've already reinstalled both .net and the c++, also reinstalled the directX. When I run the dependency walker it gives me the Error: Modules with different CPU types were found. http://i.stack.imgur.com/Lseed.png [https://i.stack.imgur.com/Lseed.png] read more
windows-7
64-bit
solidworks
0votes
0answers

Error logitech mouse software

I recently bought a mouse, and so I installed the driver that goes with it. But when I try to execute the program, this error (0xc000007b) appears: The application did not start properly (0xc000007b). Click OK to close the application. error 0xc000007b [https://i.stack.imgur.com/Ubftq.png] It tells that the application couldn't launch [...] read more
windows-10
drivers
logitech-mouse
0votes
1answer

How do i fix 0xc000007b error

When i launch some programs i get this error i am using windows 7 32-bit it is a fresh install. Just with updates does any one know what i could do. I don't want to buy any software so a free way would be appreciated. I have tried looking on [...] read more
windows-7
windows
0votes
0answers

VS2012 Express unable to start correctly in Surface Pro

I have recently bought surface pro. It is running on a 64-bit Windows 8 OS running on Intel i5-3317U with 4GB RAM. By all standards as far as I know it should be able run any program I can run on my desktop and laptop, right? I have downloaded VS2012 [...] read more
windows-8
crash
visual-studio-2012
microsoft-surface
0votes
1answer

How to resolve error 0xc000007b opening Adobe After Effects?

I have installed Adobe CS6 on Windows 8 and get the error "0xc000007b" every time I open open Adobe After Effects. All other Adobe software, including Photoshop and Premiere Pro work perfectly. I have looked online extensively but have not found any solutions. What can I try/do to resolve this [...] read more
windows-8
adobe-after-effects
0votes
1answer

.NET framework error 0xc000007b when installing UDK

I'm trying to install UDK, but I get the following error: The application was unable to start correctly (0xc000007b). Click OK to close the application. I tried re-installing .NET Framework 4 and MSVC++ Redistributable 2010 x64 with a separate uninstaller, but I still get the same error. I have had [...] read more
64-bit
.net-framework
0votes
0answers

How can I obtain few of vc runtime dll's to include in my installer?

I've tried for many hours to find the solution for my problem and couln't find it even here. So I have that application.exe that I am writing the Wix Toolset installer for it. Unfortunately I have no access to the source code but I hope I can do my task [...] read more
dll
vcredist
0votes
0answers

How to determine what is causing Application error 0xc000007b?

I have an application that is working very well on my computer. On the other hand, after releasing it, someone reported it is having error 0xc000007b. My application is build using Visual Studio 2015, and has both x64 and x32 builds. What is the best way to answer him, when [...] read more
c++
0votes
1answer

Device Manager for Tizen won't open (0xc000007b)

I'm facing a problem with Tizen Studio, my device-manager does not work. At first I had a DLL problem (mscvp120.dll) that I managed to correct. I am now facing a second problem when I launch Device-manager I get this error (0xc000007b). I've already found some topics that talk about it [...] read more
java
tizen
samsung-smart-tv
tizen-studio
0votes
0answers

How to fix this error when call cbc solver in python: The application was unable to start correctly

I download cbc from https://bintray.com/coin-or/download/Cbc#, and I also installed MinGW, but it still report an error. Anyone knows how to fix this? Thanks! Error message: The application was unable to start correctly (0xc000007b) read more
coin-or-cbc
0votes
2answers

httpd.exe - Application error while starting apache in xampp server in window 8.1

I got > httpd.exe - system error, The program can't start because > api-ms-win-crt-runtime-l1-1-0.dll is missing while starting Apache server. I'm using windows 8.1 machine. To solve that problem i copy .dll files in window32 directory and when i restart the xampp, got new error. > httpd.exe - Application error [...] read more
xampp
windows-8.1
application-error
system-error
0votes
1answer

Compiling Hydra Using Cygwin

I am trying to compile Hydra using Cygwin. But I am unable to do So.. ./configure command gives the following results. $ ./configure Starting hydra auto configuration ... Checking for openssl (libssl, libcrypto, ssl.h, sha.h) ... ... found Checking for idn (libidn.so) ... ... found Checking for curses (libcurses.so / [...] read more
gcc
compilation
cygwin
hydra
0votes
0answers

WSL and Freeglut - The application was unable to start correctly (0xc000007b)

I am doing a school assignment involving graphics programming and it uses freeglut. I've had to install WSL, and have been given starter code on which to run a test compile. It compiles just fine (using the appropriate Makefile they've provided for WSL users), however when I run it I [...] read more
windows
opengl
windows-subsystem-for-linux
glut
freeglut
0votes
1answer

I can't run my Android Studio project on a real Android device

When I tried to run my Android Studio project on my Android phone using a USB cable, Android Studio shows this message: > Unable to create Debug Bridge: Unable to start adb server: Unable to detect > adb version, exit value: 0xc000007b read more
android
android-studio
kotlin
debugging
kotlin-android-extensions
0votes
0answers

CMake: DLL's Missing

I'm new to CMake and after a week of endless errors I'm at my wit's end. main.cpp #include <tox/tox.h> int main(int argc, char **argv) { Tox* tox = tox_new(NULL, NULL); return 0; } CMakeLists.txt cmake_minimum_required(VERSION 3.18) Project(toxtest) add_library(toxcore SHARED IMPORTED) set_target_properties(toxcore PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/c-toxcore/include" IMPORTED_IMPLIB "${CMAKE_SOURCE_DIR}/c-toxcore/_build/Debug/toxcore.lib" IMPORTED_LOCATION "${CMAKE_SOURCE_DIR}/c-toxcore/_build/Debug/toxcore.dll" ) set(BINARY_NAME [...] read more
c++
cmake
0votes
4answers

Errorwhen installing Composer: The PHP exe file you specified did not execute correctly

When I try to open wampserver, I get the following error: php-win.exe - Application Error The application was unable to start correctly (0xc000007b). Click OK to close the application. Then I click OK, and then wampserver boots up, and everything works fine. The only problem is that I can't install [...] read more
php
composer-php
wampserver
0votes
1answer

Can I compile a dynamic lib on Linux and link on Windows?

I run Linux (specifically Ubuntu 20.04), and would like to know if there is a way to produce a dynamic library that could be linked against on a Windows machine. I am using GNU make and a mingw cross-compiler to attempt to do this. Here is the simple makefile I [...] read more
c++
c
dll
cross-compiling
.so
0votes
0answers

Dev-C++ and libpng. Anyone know how to make it work,

I'm struggling to integrate pnglib into my dev-C++ project. I used the package manager to install the pnglib and zlib with Dev-C++. That was the easy part. I then struggled hard to work out how to use those packages in my project. Couldn't find any documentation/tutorial on this, but finally [...] read more
c++
linker
codeblocks
dev-c++
libpng
0votes
0answers

Hooking loaded dlls (Vs C++)

I've managed to rebuild an old project but one of the loaded .dlls fails at some point: 'zynaddsubfx.exe' (Win32): Loaded 'C:\Disk_D_Backup\Projects\zynaddsubfx\build\src\Release\zynaddsubfx.exe'. Module was built without symbols. 'zynaddsubfx.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file. 'zynaddsubfx.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file. 'zynaddsubfx.exe' (Win32): [...] read more
c++
dll
c++14
0votes
0answers

I can't run the manta.exe in Windows

Environment: python 3.7, cmake 3.19.0, Visual Studio Community 2019, Qt5.9.9(including MinGW) I downloaded the package in http://mantaflow.com/download.html and its github, I was trying to install it but failed in run the manta.exe. Here is my installation step:(after downloading the environment, I refered in https://blog.csdn.net/u012685679/article/details/84436953) 1.Unzip the mantaflow-master, mkdir the build [...] read more
python
visual-studio
cmake
cmake-gui
0votes
1answer

Compiling VC++ program with Npcap in Visual Studio 2015

I am compiling the following program in Visual Studio 2015 Community Edition. #include "stdafx.h" #include <stdlib.h> #include <stdio.h> #include <pcap.h> int main(int argc, char **argv) { pcap_if_t *alldevsp, *device; char errbuf[100]; int count = 1; //First get the list of available devices printf("Finding available devices ... "); if (pcap_findalldevs(&alldevsp, errbuf)) [...] read more
c++
visual-studio
dll
pcap
npcap
0votes
0answers

Preparing to distribute my first game, gets error 0xc000007b when trying to run in test environment

I've made a game with Cocos2dx and compiled it for Release/Win32 in Microsoft Visual Studio Community 2019. I've created a virtual machine in Hyper-V (for figuring out what DLLs I need) that runs Windows 10 Pro N. In the test machine I've installed every redistributable Visual C++ package (I think) [...] read more
c++
visual-studio
deployment
cocos2d-x
game-development
0votes
0answers

Can not run UWP application

I have a problem with launching a UWP application on Visual Studio: the error I get [https://i.stack.imgur.com/3f1hl.png] I have tried to Google the same issues, but none of the answers helped me. Output says: > The target process exited without raising a CoreCLR started event. Ensure that > the target [...] read more
c#
asp.net
visual-studio
asp.net-core
uwp
0votes
0answers

Poppler pdftohtml.exe fails to load through IIS7

We are using poppler's pdftohtml exe to convert pdf to html. When we running it through flask then it working properly. But once we deploy on IIS then it is throwing below error at the time of using subprocess for pdftohtml.exe in event viewer. Faulting application name: pdftohtml.exe, version: 0.0.0.0, [...] read more
python-3.x
flask
iis-7
windows-server-2012-r2
poppler
0votes
0answers

How to change the link checksum to match the real checksum

I ran the dependency walker program to find the problem with a program that gives the error 0xc000007b. Upon inspecting the program it shows that there is a problem with the link checksum as it doesn't match the real checksum. Any idea on how to fix this? Thanks a lot! [...] read more
windows
dependencies
0votes
4answers

wamp server won't run error:(0xc000007b)

I have installed wamp correctly from the website without any problem, I have launched it and it said: msvcr110.dll missing. I installed it and relaunched and I got (0xc000007b) error. I looked for it, people said I would have to install vcredist_x64.exe. I did install it and relaunched, it still [...] read more
php
apache
localhost
wamp
msvcrt
0votes
0answers

Why doesn't my Adobe Audition CS6 run under Windows 10?

I'm attempting to use Adobe Audition (from Adobe Master Collection CS6) in Windows 10, but each time I try to open it I see: Adobe Audition CS6.exe - Application Error: The application was unable to start correctly (0xc000007b). Click OK to close the application. Any ideas how I make get [...] read more
windows
adobe
0votes
0answers

Unable to detect adb version, exit value: 0xc000007b

find on my event log in android studio screen this- 8:50 AM Unable to detect adb version, exit value: 0xc000007b 8:50 AM Unable to detect adb version, exit value: 0xc000007b 8:50 AM Unable to detect adb version, exit value: 0xc000007b HAXm device is not found but my vt-x is already [...] read more
android
android-studio
0votes
1answer

Android ADB not running on windows showing The application was unable to start 0xc000007b

I am using a Windows 8.1 system which is not having updates for a longer period of time. I have successfully installed Android studio for flutter and everything works perfectly but when I tried to run ADB this error comes. "The application was unable to start 0xc000007b. Click ok to [...] read more
android
windows
adb
0votes
0answers

android studio gradle sync fail

showing "Unable to detect adb version, exit value: 0xc000007b" in the log terminal. all SDKs are updated. ive installed microsoft visual c++ latest. set the variable path of the android platform tools adb.exe. cmd window shows error message. read more
android
gradle
adb
0votes
0answers

pcl::io::loadPCDFile("2.pcd", *cloud); ERROR

I am beginner in PointCloud, and I just followed the tutorial in official website, but I can't run the code in Visual Studio 2019 or 2017. I have tried this in Studio 2019 and 2017 but the result is same. "The application was unable to start correctly (0xc000007b). Click OK [...] read more
c++
point-cloud-library
0votes
0answers

When the program built with C::B doesn't work

I made a small c++ project and it was fully compiled and built it. #include <iostream> using namespace std; int main() { cout << "Hello world!" << endl; return 0; } When I run through c::b it was okay Hello world! [https://i.stack.imgur.com/f2BRr.png] However, it says next warnings when I run [...] read more
c++
gcc
codeblocks
0votes
0answers

How to get a release form of Qt application built on MSVC without having to install VS

I have created my own project on Qt and then built a release version of it using windeployqt which works fine of PCs having Visual Studio. When launched on other PCs, the app will ask for missing libraries related to Visual Studio. I tried to download them manually and add [...] read more
qt
0votes
1answer

Unable to use !wget on my jupyter notebook

I was trying to finish up my project on choropleth which involves using !wget to retrieve the json file. Initially, errors stating that several dll files were not located. Therefore, I downloaded it from the internet and placed it over the wget directory. It settled that but now when I [...] read more
python
python-3.x
jupyter-notebook
wget
0votes
2answers

Tizen Studio Emulator and Device Manager not working

Working in Tizen studio for Samsung tv apps. Emulator and Device manager continuously give me an error. I am unable to open that from IDE. My app is working fine on emulator but getting error while running on Samsung TV using Samsung certificate. The error I'm getting is this: > [...] read more
tizen
samsung-smart-tv
tizen-web-app
tizen-emulator
tizen-studio
0votes
0answers

FASM DLL with C executable error 0xc000007b

I created a dll library in FASM and now i want to use it in my C project but i get error when i want to open the executable file (which generated by C (GCC)) FASM dll code: FORMAT PE64 CONSOLE DLL ENTRY _entry include 'EXPORT.INC' section '.code' code readable [...] read more
assembly
dll
fasm
0votes
1answer

The compiled Intel compiler XE 19 not working at Windows 10 AMD Ryzen with error 0xc000007b using /Qparallel

I tried to compile Dave Frank's TEST_FPU benchmark that now zipped into polyhedron benchmark using Intel Parallel XE Fortran 19.0 Update 1 on Windows 10 1909. TEST_FPU2.f90 was downloaded from Polyhedron https://www.fortran.uk/pb11.zip the old one on http://www.lps.ens.fr/~dominiq/polyhedron/test_fpu.f90 the new one at polyhedron site. I tried some switches including /O2 and [...] read more
fortran
intel
intel-fortran
amd-processor
0votes
1answer

Error 0xc000007b after building with gcc flag -m32

I have installed mingw-w64 because I need C++11/C11 multithreading features for execute armadillo library (http://arma.sourceforge.net/) but I need to compile program with 32bit dll too. When I compile this 32bit program with the flag -m32 there are no problem when I run it but when I run a program with [...] read more
mingw
mingw-w64
armadillo
intel-mkl
0votes
1answer

VisualStudio C++ created executable not deployable on other Win10 computers (error "0xc000007b")

When I compile a simple "Hello World" C++ program with VisualStudio (2017 community edition), the executable runs on the devolopment computer with Windows 10, but on a different computer with the same OS and architecture, the program fails to start with an error "0xc000007b" ("Application was unable to start correctly"). [...] read more
windows
visual-c++
0votes
0answers

How to solve the Application Error 0xc000007b?

I started to install Oracle in Windows. Downloaded sqlplus and related files (glogin, OCI.dll etc), but sqlplus.exe doesn’t open neither through cmd nor through the folder. When I’m trying to open it computer still always tells me 0xc000007b. What could you recommend me to do please? read more
sql
oracle
sqlplus
0votes
0answers

The application was unable to start correctly (0xc000007b) error on Windows 7. Old version still works fine

I have been using a bunch of applications for image analysis purposes and we have just received a new version of the application from the vendor. I have installed them the same way and made sure that the paths were added to the registry. However, when i try to launch [...] read more
windows
visual-studio-2010
dll
registry
0votes
1answer

Problem running PyPy3 on Windows 10 Enterprise

I'm trying to run PyPy3 on Windows 10 Enterprise (with the VC++ redistributables for 2008, 2013, and 2015). PyPy2.7 7.1.1 runs with no problems. However, both PyPy3.6 v7.1.1-beta and PyPy3.5 v7.0.0 fail with the message "The application was unable to start correctly (0xc000007b)". My web research indicates that 0xc000007b may [...] read more
pypy
0votes
1answer

SQL service (im Wamp) fail to start in Windows 10 Pc

PHP and apache run fine. But SQL service doesn't start. A dialogue box pops up with the message: > the application could not be started (0xc000007b) I have already tried: * installing all the dll files * with admin mode * wamp 64 bit and 32 bit * visual c++ [...] read more
sql
wamp
0votes
0answers

adb.exe unable to start

I cant see my android Devices in android studio (3.5). So I Start troubleshoot device connection. But it can't find any android devices but find 15 devices that not recognized as android devices, but my android device HUAWEI Y336-U02 shown their. troubleshoot device connection Then I open cmd and run [...] read more
android
android-studio
adb
0votes
0answers

Trouble setting up sfml/c++ in eclipse

I've been trying to set up SFML for graphics for a while and I'm having an issue with running the application. Looked at various tutorials and videos and couldn't find anything, nothing with eclipse that is. After setting up the environment and linking the headers and libraries, the application doesn't [...] read more
c++
eclipse
sfml
mingw-w64
0votes
0answers

simple C++ project with vcpkg and cmake: can't run through with installed library

I'm quite new to C++ and its ecosystem, still learning. Recently I'm trying to learn how to install a library and use it in my project. I'm following the tutorial in the following link: https://vcpkg.readthedocs.io/en/latest/examples/installing-and-using-packages/ I'm ok with the basic usage of vcpkg and follow the tutorial install the sqlite3 [...] read more
c++
cmake
vcpkg
0votes
1answer

Running QT Creator's project .exe gives 0xc000007b error

I just started to learn QT Creator for a school project. my program runs fine in QT Creator QT: 5.6.0 (MSVC 2015) QT Creator 3. but running the exe file outside of the IDE I get "The application was unable to start correctly (0xc000007b). click ok to close application." After [...] read more
c++
qt
0votes
1answer

Qt The application was unable to start correctly (0xc000007b)

Am trying to compile project found at uconfig, I managed to compile the application successfully using 32bit version mingw, yet when I run the .exe I get this error The application was unable to start correctly (0xc000007b), I moved all the required DLLs required to exe path but still getting [...] read more
qt
dll
compilation
qt-creator
32bit-64bit
0votes
1answer

SQL Server Management Studio 17.9 installation fails on Windows Server2016

I am trying to install SSMS 17.9 on a Windows 2016 server remotely. But after installation, while trying to open the Management Studio, its showing an error: > The application was unable to start correctly (0xc000007b). SSMS-Setup-ENU.exe > /install /quiet /passive /norestart /Logs log.txt -- This is the installation > [...] read more
sql
sql-server
windows-server-2016
ssms-2017
0votes
1answer

App built with code::blocks only runs from code::blocks

I have built an application with code::blocks. It runs fine when I run it from code:blocks ( Ctrl-F10 ). When I run it by double-clicking in file explorer or from a command prompt I get "The application was unable to start correctly (0xc000007b)" What is different when I run an [...] read more
codeblocks
0votes
2answers

Qt Deployment error 0xc0000007b on Windows

I have a Qt 5.12 Windows app. I'm using Qt Creator and Mingw 64 bit. I've deployed the app by windeployqt.exe. When I start it, the app requires the libgcc_s_seh-1.dll file. After I paste it in the dir, I get the 0xc000007b error. I ran Dependency Walker and it gives [...] read more
qt
0votes
0answers

Multi-byte character set is not found in VS2015 VC++ Redistributables

I have created a simple plane MFC application using VS 2015 and if i try to run the exe in another windows 10 machine where VC++ 2015 redistributables are present, then exe is not getting launch. If i change it to Unicode then it works fine in another machine where [...] read more
visual-studio
visual-c++
mfc
com
windows-10
0votes
2answers

Cannot run Qt Creator GUI outside of Qt. "The application was unable to start correctly (0xc000007b)" error

I downloaded C++ code from GitHub to tag images for training an object detector using Machine Learning. Within Qt Creator 4.2.1 Based on Qt 5.8.0 (MSVC 2015, 32bit), I was able to compile and run the code. Unfortunately, I was not able to run the .exe outside of Qt Creator. [...] read more
c++
qt
compiler-errors
0votes
1answer

While using SFML I am getting a memory or out of bounds exception, what is the issue?

I am learning how to link SFML so I can use the window tools. My ultimate goal is to write some sort of Chess or Asteroid game just to practice getting better at programming. I used the SFML tutorial to get all of my linking straightened out, and I am [...] read more
c++
visual-studio
visual-studio-2017
sfml
0votes
0answers

CAD Program "FiDES" Won't Launch on Laptop, 0xc000007b Error Thrown and Missing .dll Files

I'm trying to load a CAD program called FiDES on a workstation of mine running Win10 and the program won't launch. It initially gave me errors for missing files MSVCP110.dll and MSVCR110.dll, which I tracked down, added, and I don't think they are causing my current issue. When I launch [...] read more
dll
cad
0votes
0answers

How to do dump on PostgreSQL?

I need to create a backup of my DB but I'm receiving the Windows error 0xc000007b and I am using Windows 10, x64. I tried; 1. uninstall all windos x84 and x64 libraries and reinstall Visual codese C + 2. paste in the folder of pgadmin bin the libraries of [...] read more
windows
postgresql
-1votes
1answer

64 bit files in System32

Some time ago, I noticed some of my programs stopped working because of error 0xc000007b. After researching a bit, I traced the source of the problem to two files: msvcr100.dll and msvcp100.dll . The 32bit versions of these files got switched (somehow) by their 64bit versions in the System32 folder, [...] read more
windows-10
visual-studio-2010
redistributable
-1votes
1answer

Qt 5 library missing

I was trying to compile using MinGW's windeployqt. As parameter I put my .exe file and when I try to start my application it tells me that the libgcc_s_seh-1 library is missing. So I try to add it manually and it gives me the same error of the previous post: [...] read more
c++
qt5
exe
-1votes
1answer

Qt5 create an exe file

I'm trying to create a Qt5 executable on Windows, when I built the project from QtCreator and went to the build folder and started the .exe I received a lot of missing library errors, and I fixed it using windeployqt: >C:\Qt\5.15.2\msvc2019_64\bin\windeployqt.exe App.exe Then I had another problem: The application was [...] read more
c++
dll
qt5
exe
-1votes
1answer

0xc00007b error on running exe made by csharp

I have some problems with dot net framework; I've just installed Visual-Studio on my Windows 7 PC but when i make an empty program with C# and .Net 2 to 4 ;I get 0xc000007b error; So, I googled and found out that dependency walker could help in these situations and [...] read more
c#
.net
-1votes
1answer

The application was unable to start correctly 0xc00007b for an SDL2 application

I am building an SDL application on my x64 Windows 10 machine using Visual Studio. I have set up the include/library/additional dependencies following this tutorial. Everything works fine until I add the SDL_ttf library following the example above as guideline, and paste the SDL2_ttf.dll to the debug folder. I get [...] read more
windows
visual-c++
dll
64-bit
sdl-2
-1votes
2answers

How to install Kivy by using pip on CMD

I am beginner to develop Android and iOS using Kivy, installing these package these package got successfully installed. python -m pip install --upgrade pip wheel setuptools python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew python -m pip install kivy.deps.gstreamer python -m pip install kivy.deps.angle When I install this package [...] read more
python
python-3.x
windows
pip
kivy
-1votes
1answer

OpenCV x86 missing a few hunderd DLL's

I'm making an application in C++ where I need to use OpenCV x86. I use OpenCV 4.1.2, which I compiled and build my self by using CMake and visual studio 2019. During the configure/generation of the OpenCV files, I did not use the extra modules in opencv_contrib as this resulted [...] read more
c++
opencv
dll
-1votes
1answer

Struggling with Error Code 0xc000007b in Clion for all Programs

I've been trying to do a lot of research into why I am getting this error, and I see that the error essentially means a BAD_IMAGE_FORMAT when loading a 64bit SDL on a 32bit program. However I seem to be getting this error on ALL compiled executables. Little background info: [...] read more
c++
windows
clion
-2votes
1answer

Windows 10 / Windows Server 2016 software compatibility

I just installed a software on my Windows 10 computer that works fine. Its an old software so it needs visual c++ redistribuables 2010 that I installed (both x86 and x64, latest SP1 versions) I tried to install it on a Windows server 2016 with the same redistribuables but I [...] read more
windows-server-2016
windows-10
-3votes
1answer

Error 0xc000007b on all x86 games and apps

Some time ago, some of my games were not working because of this error called 0xc000007b. After following a bad tutorial, my computer's System32 folder ended up with some files mixed up (I checked with the Dependency Walker on some of the games that were not working) and now most [...] read more
windows-10
x86
runtime-error
directx-9
-3votes
1answer

Editing or creating a linked dll file

I have a simple exe file linked to a dll file, and it uses one function from it - GetHour (which simply returns the current time). I want to change the dll file and insert my own function so that everytime the exe runs, a new file with some text [...] read more
assembly
dll
exe
reverse-engineering

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0