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

Author Topic: Windows 8 Error (0xc000007b)  (Read 4682 times)

0 Members and 1 Guest are viewing this topic.

Weexe

  • Newbie
  • *
  • Posts: 2
    • View Profile
Windows 8 Error (0xc000007b)
« on: January 16, 2014, 12:21:29 pm »
Hello,
after updating from Windows 7 to 8 my SFML Appliaction stopped working.
Compiling works fine but if it trys to start the Application i got the error "The Application cant be run correctly (0xc000007b). Press "OK" to close the Application" (Translatet from German).

Somone have an idear how to fixx that error ?

regards
Weexe

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10821
    • View Profile
    • development blog
    • Email
Re: Windows 8 Error (0xc000007b)
« Reply #1 on: January 16, 2014, 01:19:51 pm »
Did you even try to google it first? ::)

For so many questions I answer, all I do is run a Google query and tell people what other people have figured out for me and you. ;D

The 0xc000007b error is not an unknown one on Windows 8 and it seems comes from some DirectX issue it seems and since SFML's DLLs depend in some way on the DXInput, it can cause a bit of trouble.
Did you install DirectX after upgrading? Windows 8 comes with DX support by default, so an manual install of DirectX should not be necessary.

Someone posted this:
Quote
Delete this files from "C:\Windows\System32" "xinput1_1.dll", "xinput1_2.dll", "xinput1_3.dll"... all xinput1_*.dll and run "dxwebsetup.exe" again - thats all! I had the same problem and nothing helped, and now everything works as expected, and the error is gone!

Before you do that, I recommend you update your system (maybe move to Win 8.1), make sure that the VC redist are installed (if your application is built with Visual Studio) and restart your PC. :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Weexe

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Windows 8 Error (0xc000007b)
« Reply #2 on: January 16, 2014, 05:05:23 pm »
Thank you for your Answer.
Yes i've googled bevor i've posted.
Already updated to Windows 8.1 and i didnt installed dirextX (but i can play steam games)
VC redist is installed.

I'll try to delete these files.

EDIT: Didn't worked for me :/
« Last Edit: January 16, 2014, 05:17:32 pm by Weexe »