demicabestan Posted January 13, 2024 Posted January 13, 2024 (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 . 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 January 13, 2024 by demicabestan
chooseChaos Posted January 13, 2024 Posted January 13, 2024 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 . 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? Update Visual C++ Redistributable Update .NET framework Check the Drive that the game is installed on. Reinstall DirectX Run Windows Update to ensure all updates are installed. Reinstall the game. https://help.bethesda.net/#en/answer/23105 hopefully helpful 😉
traison Posted January 13, 2024 Posted January 13, 2024 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.
demicabestan Posted January 13, 2024 Author Posted January 13, 2024 1 hour ago, chooseChaos said: Did you try the Bethesda Support suggestions? Update Visual C++ Redistributable Update .NET framework Check the Drive that the game is installed on. Reinstall DirectX Run Windows Update to ensure all updates are installed. 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
demicabestan Posted January 13, 2024 Author Posted January 13, 2024 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?
traison Posted January 13, 2024 Posted January 13, 2024 36 minutes ago, demicabestan said: yes thank you but how do we do it? Enable only file and registry IO events. Add a filter to only include events from SkyrimSE.exe and SkyrimSELauncher.exe. Do whatever you do to cause the error. 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now