1 item (1 fix)
Calling .Result or .Wait() on the main thread against a Task from GameTask.RunInThreadAsync deadlocks forever — silently. The process stays alive and the window still responds, but the frame loop is dead. Only join these tasks with await, or compute synchronously on the main thread.
Want to know when new guides or fixes drop? Join the community to help build this out. Report gotchas, flag outdated fixes, or just lurk.