dracc / NevolutionX

Original Xbox dashboard created with nxdk
MIT License
123 stars 21 forks source link

Applications not showing in menu #139

Closed Kystre closed 3 years ago

Kystre commented 3 years ago

Hello, i have attempted to load Xored Trainer Launcher by placing it in the 'E' partition under "Apps" subfolder and editing the json file to look for apps in that location "E:\Apps\Xored" however while the log shows that it has queried that folder, it says that it failed.

i should advise that i am doing this on the xemu xbox emulator using the precompiled qcow2 hdd image.

this is my first time opening an issue, please let me know if i should add or remove things in future.

ftp xored dir listing

dir scan failed

please see config.json file contents below:

{ "settings": { "network": { "enable": true, "use_dhcp": true, "static_ip": "10.0.1.7", "static_gateway": "10.0.1.1", "static_netmask": "255.255.255.0" }, "ftp": { "enable": true, "username": "xbox", "password": "xbox", "port": 21 }, "sntp": { "enable": true, "port": 123, "server": "129.6.15.28" }, "mount": { "enable_f": false, "enable_g": false }, "logging": { "enable_overlay": true, "overlay_duration_frames": 30, "overlay_bg_alpha_int": 100 }, "homescreen": { "show_fps": false, "show_ip": true } }, "menu": [ { "label": "Games", "type": "scan", "path": "F:\Games\,G:\Games" }, { "label": "Applications", "type": "scan", "path": "E:\Apps\Xored" }, { "label": "Launch DVD", "type": "launch", "path": "D:\default.xbe" }, { "label": "Settings", "type": "settings" }, { "label": "Reboot", "type": "reboot" }, { "label": "Power off", "type": "shutdown" }, { "label": "Some stupid submenu", "type": "submenu" } ] }

please see below for zip file with json file for testing as needed: config.json.zip

dracc commented 3 years ago

You want the Path to point to E:\Apps still, as it checks one level of subdirectories for files named default.xbe.

Kystre commented 3 years ago

i have done that and tried again; no change:

apps empty

dir scan e

{ "settings": { "network": { "enable": true, "use_dhcp": true, "static_ip": "10.0.1.7", "static_gateway": "10.0.1.1", "static_netmask": "255.255.255.0" }, "ftp": { "enable": true, "username": "xbox", "password": "xbox", "port": 21 }, "sntp": { "enable": true, "port": 123, "server": "129.6.15.28" }, "mount": { "enable_f": false, "enable_g": false }, "logging": { "enable_overlay": true, "overlay_duration_frames": 30, "overlay_bg_alpha_int": 100 }, "homescreen": { "show_fps": false, "show_ip": true } }, "menu": [ { "label": "Games", "type": "scan", "path": "F:\Games\,G:\Games" }, { "label": "Applications", "type": "scan", "path": "E:\Apps" }, { "label": "Launch DVD", "type": "launch", "path": "D:\default.xbe" }, { "label": "Settings", "type": "settings" }, { "label": "Reboot", "type": "reboot" }, { "label": "Power off", "type": "shutdown" }, { "label": "Some stupid submenu", "type": "submenu" } ] }

i waited about 10 mins and no apps added.