Создать ответ 
 
Рейтинг темы:
  • Голосов: 0 - Средняя оценка: 0
  • 1
  • 2
  • 3
  • 4
  • 5
No apps on desktop - Dreamshell Release 4.0
Автор Сообщение
kikeminchas Не на форуме
Новичок
*

Сообщений: 1
Зарегистрирован: 14.11.2024
Рейтинг: 0
Сказал спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщ.
Сообщение: #1
No apps on desktop - Dreamshell Release 4.0
Hi

First of all thanks a lot dc-swat for your dedication. I have downloaded a set of modified SD isos from archive.org. After copying them to the SD card, all my apps disappear from the Dreamshell desktop. I have done some search and it seems this might have to do with the format of the xml and lua files for each app? To give an example, this is the XML from one of the game apps:

Код:
<?xml version="1.0" encoding="UTF-8"?>
<app name="Aqua_GT" version="1.0" icon="cover.png">
    <resources>
        <module src="../../modules/minilzo.klf" />
        <module src="../../modules/isofs.klf" />
        <module src="../../modules/isoldr.klf" />
        <script type="text/lua" src="./lua/main.lua" />
    </resources>
    <body x="0" y="0" width="640" height="480" background="back">
        <input type="button"
                onclick="os.execute(string.format('exec -b -f sd/Aqua_GT/Aqua_GT.gdi', os.getenv('PATH')));"
                normal="play" highlight="play" pressed="play" disabled="play"
                x="440" y="280" width="200" height="100" name="playbut" />
        <input type="button"
                onclick="console:app -o -n Main"
                normal="exit" highlight="exit" pressed="exit" disabled="exit"
                x="440" y="380" width="200" height="100" name="exitbut" />
    </body>
</app>

and this is the matching lua file:

Код:
local path = os.getenv("PATH");
OpenModule(path .. "/modules/minilzo.klf");
OpenModule(path .. "/modules/isofs.klf");
OpenModule(path .. "/modules/isoldr.klf");
os.execute("isoldr -x 0x8c004000 -e 8 -a -f /sd/GAMES/Aqua_GT/Aqua_GT.gdi");
ShowConsole();

Does someone see anything obviously wrong? To be clear, the apps are inside a folder that matches the name of the folder with the games under /GAMES. All apps are located under /DS/apps. Before adding these games, Dreamshell was working fine, I coudl see all apps and even launch some random games with ISO loader. Thanks
14.11.2024 18:35
Найти все сообщения Цитировать это сообщение
Создать ответ 


Сообщения в этой теме
No apps on desktop - Dreamshell Release 4.0 - kikeminchas - 14.11.2024 18:35

Похожие темы
Тема: Автор Ответов: Просмотров: Посл. сообщение
  Is this 2.5 IDE to SD adapter compatible with dreamshell? Imito 5 667 07.04.2026 21:04
Посл. сообщение: ands
  Dreamshell is approaching 100%! aldair 0 810 15.03.2026 19:14
Посл. сообщение: aldair
  This is evolution in Dreamshell! aldair 0 832 11.03.2026 05:33
Посл. сообщение: aldair
  This is Dreamshell in 2026! aldair 0 1288 01.02.2026 15:57
Посл. сообщение: aldair
  Now it's compact! / Dreamshell aldair 0 1367 22.01.2026 00:48
Посл. сообщение: aldair
  A mini-documentary I made about DreamShell EduardoKmus 1 1951 04.01.2026 17:46
Посл. сообщение: fafadou
  Windows CE Games on Dreamshell SD Card aldair 0 1643 02.01.2026 17:48
Посл. сообщение: aldair
  Homebrew 100% on Dreamshell/DUX/Dreamcast aldair 3 5205 28.10.2025 14:20
Посл. сообщение: fafadou
  Dreamshell suddenly stopped working DreamBol 2 4743 18.08.2025 18:12
Посл. сообщение: DreamBol
  DreamShell Game Menu Covers GamerGhosts 4 6252 05.08.2025 16:50
Посл. сообщение: GamerGhosts

Переход:


Пользователи просматривают эту тему: 1 Гость(ей)