Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: The application was unable to start correctly (0xc000007b)  (Read 3155 times)

0 Members and 2 Guests are viewing this topic.

DevilEdge

  • Newbie
  • *
  • Posts: 28
    • View Profile
The application was unable to start correctly (0xc000007b)
« on: July 05, 2014, 04:04:19 pm »
Hi there,

I successfully compiled the latest SFML sources with cmake and linked them to the latest CodeBlocks (MinGW 4.8.1) and Windows 8.1, but whenever I compile and run the executable, the program crashes immediately with the error code listed in the title. Just to be clear, the program compile successfully with no linker or syntactic errors in my game engine. If anyone could shed some light on what exactly the issue is, I'd be ever so grateful.

Thanks!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10998
    • View Profile
    • development blog
    • Email
Re: The application was unable to start correctly (0xc000007b)
« Reply #1 on: July 05, 2014, 04:46:21 pm »
How much time did you spend researching you issue, especially here on the forum? ;)

Did you recompile SFML? Because there are no official builds for MinGW 4.8.1.
Also googling the error code reveals that there might be a architecture conflict. Is you compiler x64?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything