Prompt before crash out of tool:
> verify the changes when the sql scripts are built. Use ci-runner.bash to build sql scripts. Use bash not powershell
╭─ Response ───────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ I'll use bash to run the ci-runner script and build the SQL scripts to verify our changes. Let me execute the │
│ database script creation job: │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
└── Calling powershell:
• command: "bash SW/ci-runner.bash CreateDbScripts database"
Warning: Command timed out after 60 seconds and is continuing to run in background.
PID: 17632
Use command=17632 to retrieve additional logs.
╭─ Response ───────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ The build process is running in the background. Let me check the logs to see the progress: │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
└── Calling powershell:
• command: "17632"
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ An unexpected error occurred, exiting. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ To resume your session, restart Rovo Dev CLI with the --restore flag. │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Hey @Alf Kristoffer Herland _IKM_
Thank you for reporting this issue and providing detailed logs.
It looks like Rovo Dev CLI was started from a Git Bash shell on Windows, but the tool attempted to execute commands via PowerShell, which then crashed. This can sometimes happen due to how shells and subprocesses interact on Windows.
Recommended steps:
Try restarting Rovo Dev CLI with the --restore
flag as suggested. This may recover your previous session.
For best results on Windows, we recommend running Rovo Dev CLI directly from a standard Command Prompt (cmd.exe) or PowerShell, rather than Git Bash, to avoid shell compatibility issues.
If you continue to experience problems, please share any additional error messages or logs so we can investigate further.
Let us know if the issue persists after trying these steps!
Kindest regards,
Jov