eezstreet / OpenD2

A project to open source Diablo 2.
GNU General Public License v3.0
573 stars 77 forks source link

Cannot start game (error 0xc000007b) #4

Closed w1lford closed 6 years ago

w1lford commented 6 years ago

Compiled the project using Visual Studio 2017, attempted to debug and got the following error:

The application was unable to start correctly (0xc000007b). Click OK to close the application.

Using Visual Studio 15.6.2 on Windows 10 x64.

Any idea what might be going wrong?

EDIT: I had the 64-bit version of SDL_net.dll. I replaced SDL2.dll and SDL_net.dll with their 32-bit variants and the issue is gone.