[Windows Desktop 26.814.41957] Task composer and chat creation fail after combined-app update
Open 💬 5 comments Opened Aug 19, 2026 by Bracken-Partnership
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
Codex app version
- Codex Desktop client:
26.814.41957 - Embedded CLI:
codex-cli 0.148.0-alpha.15
Platform
- Windows x64
- Windows build:
10.0.26200.9168(25H2)
Issue
Since the forced update to the combined ChatGPT/Codex desktop app on 19 August 2026, the desktop UI has repeatedly lost the ability to submit or create tasks.
Two failure modes occurred on the same day:
- Existing task composer fails
- Text entered in an idle task becomes a local card showing Steer, delete, and menu controls.
- The message cannot be submitted.
- The message is absent from backend task history.
- The backend task itself remains idle and responsive; API-based task messaging still succeeds.
- Fully restarting the desktop app restores the composer temporarily.
- Creating a task fails
- The app displays:
````
Error creating chat
{"value":{},"source":"owned","hooks":[],"promises":[]}
- Restarting the app or Windows temporarily restores task creation.
This happened multiple times in one day and interrupted concurrent long-running tasks.
Steps to reproduce
- Open Codex Desktop on Windows after updating to client
26.814.41957. - Work with several existing long-running tasks.
- Attempt either:
- to submit a message in an idle existing task; or
- to create a new task.
- Observe either a stuck local Steer draft or the
Error creating chatnotification. - Fully restart the app.
- Submission/task creation works again temporarily.
Expected behavior
- An idle task composer submits immediately.
- Creating a new task succeeds.
- If renderer task ownership/hook state becomes stale, the app should rehydrate automatically or show a recoverable error.
- Restarting Codex or Windows should not be required.
Diagnostics
- The backend/app-server remained active while the UI submission path failed.
- Local logs identify client version
26.814.41957. - After restart, the app rehydrated very large histories (approximately 112,000 and 35,000 events in two tasks).
- Around the failure window, local logs also contained repeated hook warnings:
````
after_agent hook failed; continuing
The filename or extension is too long. (os error 206)
- The exact
owned/hooks/promiseserror appeared in the desktop notification but was not recorded as a backend task-creation error, suggesting the failure may be renderer/UI-state-side.
Frequency and impact
- Reproduced multiple times on 19 August 2026 after the forced update.
- Blocks normal task submission and creation.
- Requires a full app restart, disrupting unrelated active tasks.
Privacy
Private task names, task IDs, local repository paths, prompts, and screenshots have been deliberately omitted.
5 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Additional reproduction detail from Windows Desktop:
I found a strong window/project correlation with the same
Error creating chat/{"value":{},"source":"owned","hooks":[],"promises":[]}failure.Observed behavior:
source:"owned"error.So, in my reproduction, using one window across multiple projects triggers the failure, while keeping one project per window avoids it.
This may help narrow the issue to renderer/window-scoped conversation or project ownership state during project switching, rather than the backend/app-server or prompt content itself.
Same , driving me nuts!
Confirming this issue persists on a newer Windows build.
Environment
OpenAI.Codex_26.818.5229.0_x64__2p2nqsd0c76g010.0.26200.9168, x64Observed behavior
Steerstate.Steerdoes nothing.Edit messageworks locally, but resubmitting does not repair or reset the composer state.This appears scoped to per-conversation renderer/session state rather than a global input or account problem, and confirms the regression persists beyond client
26.814.41957.Sanitized diagnostics
ResizeObserver loop completed with undelivered notificationsrenderer errors and 3turn/steerevents.Confirming this issue still occurs on Windows with Codex Desktop 26.820.60940, released August 25, 2026.
The error is exactly:
Error creating chat {"value":{},"source":"owned","hooks":[],"promises":[]}A full restart does not resolve it permanently. After restarting Codex Desktop, I was able to send one message successfully, and then the same error appeared again.
Codex CLI works normally with the same project, so the problem appears to be specific to the Desktop application/UI state rather than the project itself.
No private project details are included here.