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

Author Topic: Error 0xc000007b SOLVED  (Read 6671 times)

0 Members and 1 Guest are viewing this topic.

TestZombie

  • Newbie
  • *
  • Posts: 11
    • View Profile
Error 0xc000007b SOLVED
« on: February 28, 2016, 09:35:53 am »
I compile on a windows 7, 64 bit laptop with vs 2015. The program(s) works on my laptop, and my windows 7, 64 bit desktop; it does not work on 2 windows 10 computers and a windows 7 computer owned by my friends.

I am using sfml 2.3.2 with c++, when executing a program that i compiled (one with graphics, system, and window, and another with system and networking), the computer throws an error "The application was unable to start correctly (0xc000007b). Click OK to close the application" . I have programs that I made also with sfml that do not throw the error, but i still believe the issue to be sfml (or probably my handling of it) because if I remove one of the sfml files nessesary for dynamic linking, I get a window saying that such file (eg sfml-audio-d-2.dll) is missing like normal, but when I have all of the necessary files the window pops up.

looking for any real reason this might happen, or a solution to the issue.
just ask for more information if necessary as I don't know what to include. thanks for any response.


----EDIT----

I apoligize for not trying this sooner, but I tried to use another program without sfml at all
(click to show/hide)

and I received the same error message when executing, I'm still asking for help, it just probably isn't related to sfml.

----EDIT-----
Turns out I'm just dumb and needed to compile in release...
« Last Edit: February 29, 2016, 04:04:39 am by TestZombie »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Error 0xc000007b
« Reply #1 on: February 28, 2016, 11:41:42 am »
Did you try to search for the error? It's quite common and you'll get a ton of answers. ;)

It usually has to do with incompatible architectures (x64 vs x86).
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

TestZombie

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: Error 0xc000007b
« Reply #2 on: February 29, 2016, 04:03:44 am »
words


It turns out, that I just needed to compile in release  :-[
but thanks any way.

 

anything