Jump to content

error 0xc00007b whith skyrimSE.exe launcher ?


Recommended Posts

Posted (edited)

hello I uninstalled skyrim AE and reinstalled it but since the game refuses to launch I also have a gog version just in case. and i try also for see .erreurskyrim.jpg.cf32cdc63eb7e859be64052742550e23.jpg
And the problem is identical to the Steam version.  i have this message  error application

 

the application failed to start correctly (0xc00007b), click ok to close the application.

 

 

Edited by demicabestan
  • demicabestan changed the title to error 0xc00007b whith skyrimSE.exe launcher ?
Posted
43 minutes ago, demicabestan said:

hello I uninstalled skyrim AE and reinstalled it but since the game refuses to launch I also have a gog version just in case. and i try also for see .erreurskyrim.jpg.cf32cdc63eb7e859be64052742550e23.jpg
And the problem is identical to the Steam version.  i have this message  error application

 

the application failed to start correctly (0xc00007b), click ok to close the application.

 

 

Did you try the Bethesda Support suggestions?

 

  1. Update Visual C++ Redistributable
  2. Update .NET framework
  3. Check the Drive that the game is installed on.
  4. Reinstall DirectX
  5. Run Windows Update to ensure all updates are installed.
  6. Reinstall the game.

https://help.bethesda.net/#en/answer/23105

 

hopefully helpful  😉

Posted

7b is:

Quote

ERROR_INVALID_NAME

123 (0x7B)

The filename, directory name, or volume label syntax is incorrect.

 

So I'd start with Process Monitor from Sysinternals (Microsoft) and find the winapi call that fails with said error code.

Posted
1 hour ago, chooseChaos said:

Did you try the Bethesda Support suggestions?

 

  1. Update Visual C++ Redistributable
  2. Update .NET framework
  3. Check the Drive that the game is installed on.
  4. Reinstall DirectX
  5. Run Windows Update to ensure all updates are installed.
  6. Reinstall the game.

https://help.bethesda.net/#en/answer/23105

 

hopefully helpful  😉

 i have all visual studio program and last C++ and net framework  , alas yes, I followed the procedure, an error message when I try to install direct x. the installation cannot complete.

Download Composant d'exécution utilisateur final DirectX from Official Microsoft Download Center

erreur skyrim.jpg

erreur skyrim2.jpg

erreur skyrim3.jpg

erreur skyrim4.jpg

Posted
37 minutes ago, traison said:

7b is:

 

So I'd start with Process Monitor from Sysinternals (Microsoft) and find the winapi call that fails with said error code.

yes thank you but how do we do it?

Posted
36 minutes ago, demicabestan said:

yes thank you but how do we do it?

 

  1. Enable only file and registry IO events.
  2. Add a filter to only include events from SkyrimSE.exe and SkyrimSELauncher.exe.
  3. Do whatever you do to cause the error.
  4. Inspect the output in Process Monitor.

You're most likely looking for a file that couldn't be opened. CreateFile is the method name Windows uses to open files. Very intuitive, I know.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...