After the update, you can edit the project in the project and add more file paths to the project. However, after adding, the ChatGPT client will not be able to open at all and will remain in the wrong interface.
EricGT
July 24, 2026, 10:24am
2
Welcome to the forum!
You are welcome to discuss Codex issues on the forum, however the official place to report and track them is the GitHub issue tracker for OpenAI Codex .
I had ChatGPT look for the closest related issue and it identified:
opened 07:38AM - 24 Jul 26 UTC
bug
windows-os
app
### What version of the Codex App are you using (From “About Codex” dialog)?
20… 26.07.24latest version
### What subscription do you have?
ChatGPT Plus
### What platform is your computer?
OS: Windows 10/11 Application: ChatGPT Desktop for Windows Account: ChatGPT Plus
### What issue are you seeing?
Hello OpenAI team,
I encountered a crash issue with the Codex App / ChatGPT Desktop application on Windows.
The application was working normally before this issue happened.
The issue started when I clicked "Add project" in the application. After adding a project, the application suddenly crashed and exited.
After restarting the application, it always shows:
"Something went wrong"
The app cannot load anymore.
## Steps to reproduce
1. Open Codex App / ChatGPT Desktop on Windows.
2. Use the application normally.
3. Click "Add project".
4. After creating the project, the application crashes.
5. Restart the application.
6. The application shows "Something went wrong" every time.
## Expected behavior
The application should successfully create the project and continue working.
## Actual behavior
The application cannot start and only displays the error page.
Clicking "Retry" does not fix the issue.
## Environment
- OS: Windows 10/11
- Application: ChatGPT Desktop / Codex App for Windows
- Subscription: ChatGPT Plus
- Network: SOCKS5 proxy through Proxifier + Clash Verge
## Troubleshooting
I have already tried:
- Restarting the application
- Restarting Windows
- Updating ChatGPT Desktop
- Completely uninstalling and reinstalling the application
- Removing ChatGPT/OpenAI related AppData cache files
The issue still happens.
## Additional information
Before creating the project, the application worked normally.
The crash happened immediately after adding a project, so it may be related to project initialization or corrupted local application state.
The network connection appears normal. OpenAI related domains can be accessed successfully through the proxy.
Thank you.
### What steps can reproduce the bug?
1. Open ChatGPT Desktop app.
2. Use the app normally.
3. Click "Add project".
4. After adding the project, the app crashes or exits.
5. Restart ChatGPT Desktop.
6. The app always shows the "Something went wrong" error.
### What is the expected behavior?
The project should be created successfully, and ChatGPT Desktop should continue working normally.
### Additional information
The application cannot load after the crash. It only displays:
"Something went wrong"
with two buttons:
Update ChatGPT
Retry
Clicking "Retry" does not resolve the issue.
If that issue matches your problem, consider adding a reaction on the GitHub issue page itself, not just on the forum topic, as reactions on GitHub help the developers gauge impact and prioritize work.
If it is not the same issue, try searching the existing GitHub issues for a closer match. If you cannot find one, then open a new issue with as much detail as possible.
Are there temporary solutions? Currently, this BUG prevents me from accessing the Codex APP normally
EricGT
July 24, 2026, 11:12am
4
I do not know of any.
The way I find such workarounds is to search the issues, often those linked as possible duplicates are more likely to have a workaround.
I downloaded an old version of codex, it works temporarily.
Waiting for official update.
I don’t know if it helps, but in this thread I created, I explain a temporary solution to the problem that doesn’t require reverting to the previous version.
Temporary workaround found
We were able to recover the desktop application by removing the persisted multi-root project entry from the Codex global state file.
The issue started after creating or selecting a project that contained more than one root folder. After that, Codex Desktop repeatedly reopened the same invalid project state during startup and crashed inside AppRoutes with:
Error: process is not defined
The affected state was stored in:
%USERPROFILE%.codex.codex-global-state.json
T…