Hi, I’m running into a strange issue in TouchDesigner and would appreciate any insights.
Summary
In a specific .toe file, all keyboard input stops working after any key press, and after that, mouse input also becomes unresponsive (the UI still appears to be running, but I can’t interact with anything).
Details
-
The issue does NOT occur in a new empty project
-
It only happens in this specific
.toefile -
It happens with any key (not specific shortcuts)
-
It occurs regardless of IME (both English and Japanese input)
-
It often triggers while editing parameters, but not limited to that
-
Once triggered:
-
Keyboard input is completely dead
-
Mouse clicks also stop working (cursor still moves)
-
The timeline / visuals seem to continue running
-
What I’ve Tried
-
Stopping playback → no effect
-
Disabling cooking on all operators → no effect
-
Deleting all operators from the project → still occurs
-
Copying the entire
project1into a new.toe→ issue persists -
Removing UI / Panel / Script / Replicator / Extensions → no change
-
Trying both Python and Tscript in Textport → session becomes unresponsive
-
Comparing with another
.toeusingtoediff→ difficult due to freezing
Additional Observations
-
The issue seems to persist even when the project is effectively empty
-
It started after saving the file at some point (not sure what exactly changed)
-
It feels like the problem is not tied to operators, but rather something stored in the
.toestate itself (possibly UI/pane/input state?)
Environment
-
TouchDesigner version: (2025.32280)
-
OS: Windows 11
-
AMD Ryzen7 9700X
-
RTX4070
Question
Has anyone experienced something similar, where:
-
Input breaks after a key press
-
The issue persists even after deleting all operators
-
The problem seems tied to the
.toefile itself rather than the network
Any ideas on what could cause this or how to recover the project would be greatly appreciated.
Thanks!