Fix Windows Studio agent runtime issues#10
Conversation
|
Heads-up: PR #3 is also open against the same Windows runtime path. Both PRs touch Sharing this so effort doesn't get split invisibly — comparing approaches with #3 will probably make the maintainer review path a lot clearer. |
|
Heads-up: PR #11 is also open against the same Windows/runtime area, and the overlap is real — both PRs touch |
|
@simidaaa I'm holding off on generating review comments for #10 because this pull request has merge conflicts right now. Please resolve the conflicts with main and push the updated branch. Once that's done, request or wait for the review to run again and I'll take another look. 🔁 Powered by Looper · runner=reviewer · agent=codex · An autonomous AI dev team for your GitHub repos. |
|
Heads-up: PR #29 is also open against the same Windows Studio runtime path. Both PRs touch Sharing this so the approaches can be compared before maintainers decide what lands. |
|
Heads-up @simidaaa — PR #34 (by @kacimiamine) was just opened to address issue #27, and it makes the exact same |
|
I'm seeing compatibility problems on Windows as well. May I ask when this PR is going to be merged? |
|
Hey @walliai-chenlb — thanks for adding another Windows datapoint. This PR is still touching the right area ( So I can't give you a reliable merge date yet. If you can share your Windows version plus which CLI flow is failing for you, that context would help the maintainers judge which patch covers the real compatibility gap fastest. |
|
@lefarcen Thanks for the reply. I'm running Windows 10 Pro 22H2 (OS Build 19045.6466). I've encountered and fixed these compatibility issues:
|
|
Hey @walliai-chenlb — this is really helpful detail, thank you. The four Windows-specific failures you listed line up with the exact hot spots in this PR ( The main blocker is still that PR #10 needs a clean rebase onto |
|
@lefarcen After applying the fixes, the CLI can be launched normally on Windows. The entire process from video generation to export works perfectly. |
|
Hey @walliai-chenlb — perfect, this is the datapoint I was hoping to get. End-to-end Windows validation (CLI launch → video generation → export) is much stronger evidence than detection-only checks, and it lines up with the exact paths this PR changes in The maintainer-side blocker is still the same: PR #10 needs to be rebased cleanly onto |
|
Hey @walliai-chenlb, thanks for flagging this — that makes sense. Since you’re not the original branch owner, there isn’t much more we can ask you to do on the rebase side; the remaining blocker is for the original submitter or a maintainer to refresh the branch against Really appreciate the offer to help test again once that lands. If the branch gets updated, we’ll follow up here for another Windows pass. |
|
@lefarcen No problem. I'll keep an eye on this thread and be ready to re-test once the branch is updated. |
|
Heads-up: PR #48 is also open against this same Windows build-script bug. Both PRs touch PR #48 keeps that fix narrowly scoped to the CLI build path, while this branch also carries the wider Windows runtime changes. Sharing this so the overlap is visible before maintainers choose which path lands. |
This PR fixes several Windows-specific Studio runtime issues found while running the project locally.
Changes:
where.exeinstead ofwhich..cmd/.exebased CLIs such as Codex and Claude Code.chmodfrom the CLI build script so the workspace builds on Windows.@powerformer/vela-cliversion available on npm.Verified locally on Windows:
pnpm installpnpm -r build