Before you continue
Before submitting a bug report, please review our troubleshooting documentation at Troubleshoot Issues | Vega Troubleshooting
If you still want to file a bug report, please make sure to fill in all the details below and provide the necessary information.
NOTE: PLEASE ONLY REPORT A SINGLE BUG USING THIS TEMPLATE.
If you’re experiencing multiple issues, please file a separate report for each.
Bug Description
1. Summary
I was not able to launch the Kepler Virtual Device (KVD), even with a longer than default timeout.
App Name: N/A
App Link on Amazon Appstore (found through Developer Console → Actions column in App List → View on Amazon.com): N/A
Bug Severity
Select one that applies
- Blocks current development
2. Steps to Reproduce
- Follow this guide to install the latest Vega SDK: Install the Vega SDK | Vega Get Started
- Execute
kepler device simulator startin the terminal
3. Observed Behavior
Explain what actually happened, noting any discrepancies or malfunctions.
The launch process fails with the following message in the end:
"
Launching default instance.
Waiting for virtual device to boot.
Virtual device unresponsive.
Cleaning up. Killing virtual device process with pid 2895214.
Kepler operation FAILED due to an irrecoverable error: The virtual device failed to start within the expected time.
"
4. Expected Behavior
Describe what you expected the SDK to do under normal operation.
I am able to launch the KVD successfully.
4.a Possible Root Cause & Temporary Workaround
Fill out anything you have tried. If you don’t know, N/A is acceptable
1. I tried with a longer timeout "kepler device simulator start --timeout 800", but the result was the same.
2. I tried deleting the entire $HOME/kepler (the default installation location) and reinstalling the latest SDK, but the result was the same.
5. Logs or crash report
(Please make sure to provide relevant logs as attachment)
The first two files were renamed so they could be uploaded.
virtual_device.out.log (514 Bytes)
virtual_device.err.log (1.5 KB)
kepler-2025-12-12.log (1.4 KB) (from $HOME/.kepler/logs)
For crash issues, please refer this guide for faster troubleshooting: Detect Where the App Crash Originates | Design and Develop Vega Apps
-
For issues with Kepler Studio Extension, please share log files from below folders:
~/.vscode/extensions/amazon.kepler-extension-<version>/ExtensionLogs ~/.vscode/extensions/amazon.kepler-ui-extension-<version>/ExtensionLogs
6. Environment
Please fill out the fields related to your bug below:
-
SDK Version: Output of
kepler --version0.21.5245 -
App State:
[Foreground/Background]N/A -
OS Information
Please ssh into the device viakepler exec vda shelland copy the output fromcat /etc/os-releaseinto the answer section below. Note, if you don’t have a simulator running or device attachedkepler exec vda shellwill respond withvda: no devices/emulators foundN/A since the KVD failed to launch.
7. Example Code Snippet / Screenshots / Screengrabs
Include any relevant code or component setup in React Native that can help reproduce the bug.
N/A because the KVD failed to launch.
Playback Issues
N/A
Additional Context
Any Additional Context you would like to provide?
Add any other relevant information, such as recent updates to the SDK, dependencies, or device OS that may affect the bug.
The host OS is Ubuntu 24.04.
No VM was involved in this process.
I previously installed older versions of Kepler SDK (such as v0.18), but did not run into a similar issue with the simulators. To ensure there was no interference from older versions, I removed them ($HOME/.kepler) first before trying out v0.21.