Hi
I've installed the Workstation x64 version of Fuchsia on NUC8i3BEHS, and every shell-related function works.
When I try running the running web browser with:
tiles_ctl start
Nothing shows, and the logs say:
[00386.683828][30807][0][netstack, NUD] INFO: fuchsia_net_neighbor.go(85): MOD 2a0d:6fc0:2242:e200::1 (v6|L) NIC=2 LinkAddress=90:8d:78:54:bd:28 Delay
[00387.331228][22552][22555][pkg-resolver] INFO: AutoClient for "http://[fe80::145a:3119:b5e7:d78d%25ethxec]:8083/auto" connecting.
[00387.842466][22552][22555][pkg-resolver] INFO: updated local TUF metadata for "fuchsia-pkg://devhost" to version RepoVersions { root: 7, timestamp: Some(1624718735), snapshot: Some(1624718735), targets: Some(1624718735) } while getting merkle for TargetPath("tiles_ctl/0")
[00387.845821][22552][22555][pkg-resolver] INFO: Fetching blobs for fuchsia-pkg://devhost/tiles_ctl/0: []
[00387.845902][22552][22555][pkg-resolver] INFO: resolved fuchsia-pkg://
fuchsia.com/tiles_ctl/0 as fuchsia-pkg://devhost/tiles_ctl/0 to b546a9627bdcbfd26daeca13edab41df7726d6664e2b235186d3f1fd7d39818e with TUF
[00387.853382][22552][22555][pkg-resolver] INFO: Fetching blobs for fuchsia-pkg://devhost/tiles/0: []
[00387.853509][22552][22555][pkg-resolver] INFO: resolved fuchsia-pkg://
fuchsia.com/tiles/0 as fuchsia-pkg://devhost/tiles/0 to 0654971edf9332e93350e9160419cfcf802be6bc54ed9131f7d6aa2eb920df28 with TUF
[00387.863058][22552][22555][pkg-resolver] WARNING: error resolving fuchsia-pkg://
fuchsia.com/root_presenter/0 as fuchsia-pkg://devhost/root_presenter/0: while caching the package: while looking up merkle root for package: the package was not found in the repository
I did find root_presenter.cmx at ./src/ui/bin/root_presenter/meta/root_presenter.cmx
But I don't understand how the resolution work and why it doesn't/
In addition, I'm not sure if it is related or normal, when booting, the GigaBoot screen persists, and when I Alt+Esc it moves to the terminal as it should, but again, can't run UI commands.
Thanks for the help
Ron