Hi there.
I just downloaded the latest simulator from this page. "webOS TV 25 Simulator" / "Linux 64-bit" / "webOS_TV_25_Simulator_1.4.3_linux.zip"
After unzipping, the simulator file is called webOS_TV_25_Simulator_1.4.3.AppImage. When running npx ares-launch -v --simulator-path webOS_TV -s 25 app, the following error shows up:
ares-launch ERR! [Tips]: No existing simulator excutable file which name starting with <webOS_TV_25_Simulator>
However, this isn't true: the file exists and correctly starts with webOS_TV_25_Simulator. After digging in, it looks like ares-launch is looking for a file with the .appimage extension. The case is incorrect here: the official file ends with .AppImage, and ares-launch looks for .appimage.
Renaming the file fixes the issue.
Hi there.
I just downloaded the latest simulator from this page. "webOS TV 25 Simulator" / "Linux 64-bit" / "webOS_TV_25_Simulator_1.4.3_linux.zip"
After unzipping, the simulator file is called
webOS_TV_25_Simulator_1.4.3.AppImage. When runningnpx ares-launch -v --simulator-path webOS_TV -s 25 app, the following error shows up:However, this isn't true: the file exists and correctly starts with
webOS_TV_25_Simulator. After digging in, it looks likeares-launchis looking for a file with the.appimageextension. The case is incorrect here: the official file ends with.AppImage, andares-launchlooks for.appimage.Renaming the file fixes the issue.