Hello, I am new to unity and i downloaded it just yesterday, and it took me a long time to download editor, but when make a new project nothing happens it creates the project but doesn’t open it and when i click on the project this error apears
And then i go to open editor instantly from a shortcut and i get this error 0xc000007b
This error got me so many times when getting new programs, I tried litteraly every solution i found and it doesn’t work, please help.
I guess, this is not a Unity-related issue.
Try to open Unity Hub as an Administrator.
As an alternative, you can open Unity itself such way without Unity Hub.
I did but it doesn’t work, i opened log and this is what the last line says:
{“timestamp”:“2024-08-17T13:38:27.498Z”,“level”:“error”,“moduleName”:“LocalProjectService”,“pid”:7428,“message”:“Error while opening project: {"code":400,"error":{"errorCode":"ERROR.PROJECT.PATH_NOT_FOUND","projectName":"asd","projectVersion":"2021.3.42f1","projectArchitecture":"x86_64","projectPath":"C:\\Users\\Pc\\asd"}}”}
I guess its unable to find project path
Please don‘t do that! It won‘t fix anything and it‘ll cause the editor to run as admin which is not supported, as indicated by the big warning message you get when opening the editor. Running apps as admin, unless required and asked for by the app, is generally always a security and integrity risk.
In Unity running as admin, or any programming environment for that matter, with a simple code error you could accidentally delete important OS files with no warning.
1 Like
There‘s the editor.log file and the hub log. Locations are in the manual. Please post those files if possible.
I can’t find these files in unity files can you tell me where is the path to them?
Is it a real path?
It can be an issue with Environment Variables.
No it’s not, i replaced my computer username with Pc so it would be easy to understand.
Doesn’t matter. I mean, can you open such a path with your computer name in File Explorer?
Yeah i can i open such a path with my computer name
There are programs like CCleaner that provides Registry Cleaner which can resolve issues with environment variables and so on.
I actually have CCleaner! i will use it right now and restart my computer and try again.
It didn’t work😥, I’m sure it if i fix the 0xc000007b error everything with project not launching will be fixed, Do you have any solutions to fix this error?