Page 55 of 74
Re: openMenu Alpha 1
Posted: Sat May 18, 2024 9:45 pm
by Tulius
I recently bought a 128Gb microSD card and almost fill it up with games... a total of 178 games showed in GDEmu Card manager but when I use OpenMenu in Dreamcast only show about 106 games in it... is there some kind of limit in games on OpenMenu? In GDMemu all games appears but the loading screen is almost unbererable. I used all versions of OpenMenu I could find on Internet... the same happens with all of then.
Any ideas how to solve this problem?
Re: openMenu Alpha 1
Posted: Mon May 20, 2024 3:40 am
by fraggle200
Tulius wrote: ↑Sat May 18, 2024 9:45 pm
I recently bought a 128Gb microSD card and almost fill it up with games... a total of 178 games showed in GDEmu Card manager but when I use OpenMenu in Dreamcast only show about 106 games in it... is there some kind of limit in games on OpenMenu? In GDMemu all games appears but the loading screen is almost unbererable. I used all versions of OpenMenu I could find on Internet... the same happens with all of then.
Any ideas how to solve this problem?
are they all GDI format or are the ones that don't show another format?
I've not been up to date on OpenMenu's format compatibility in a long while, but I know initially it was only tested to work on GDI, even though CDIs worked they weren't fully supported. This was a few years back so maybe things have improved.
Re: openMenu Alpha 1
Posted: Mon May 20, 2024 1:49 pm
by Tulius
fraggle200 wrote: ↑Mon May 20, 2024 3:40 am
Tulius wrote: ↑Sat May 18, 2024 9:45 pm
I recently bought a 128Gb microSD card and almost fill it up with games... a total of 178 games showed in GDEmu Card manager but when I use OpenMenu in Dreamcast only show about 106 games in it... is there some kind of limit in games on OpenMenu? In GDMemu all games appears but the loading screen is almost unbererable. I used all versions of OpenMenu I could find on Internet... the same happens with all of then.
Any ideas how to solve this problem?
are they all GDI format or are the ones that don't show another format?
I've not been up to date on OpenMenu's format compatibility in a long while, but I know initially it was only tested to work on GDI, even though CDIs worked they weren't fully supported. This was a few years back so maybe things have improved.
Its a mix of GDI and CDI images each in it actual numeric directory, both images(CDI/GDI) works perfectly, but openmenu dont show all games in menu, only gdmenu is ok(with a very long loading).
Re: openMenu Alpha 1
Posted: Mon May 20, 2024 9:46 pm
by sonik
Tulius wrote: ↑Sat May 18, 2024 9:45 pm
I recently bought a 128Gb microSD card and almost fill it up with games... a total of 178 games showed in GDEmu Card manager but when I use OpenMenu in Dreamcast only show about 106 games in it... is there some kind of limit in games on OpenMenu? In GDMemu all games appears but the loading screen is almost unbererable. I used all versions of OpenMenu I could find on Internet... the same happens with all of then.
Any ideas how to solve this problem?
With CardManager closed, edit the config file in a text editor. Change debug to "True". Save the file.
Open the app, change something (ie: add or remove a game) and click to save changes.
When finish the app will save a MENU_DEBUG.TXT to the root of the sd card. Share it here.
Re: openMenu Alpha 1
Posted: Mon May 20, 2024 11:33 pm
by Tulius
sonik wrote: ↑Mon May 20, 2024 9:46 pm
Tulius wrote: ↑Sat May 18, 2024 9:45 pm
I recently bought a 128Gb microSD card and almost fill it up with games... a total of 178 games showed in GDEmu Card manager but when I use OpenMenu in Dreamcast only show about 106 games in it... is there some kind of limit in games on OpenMenu? In GDMemu all games appears but the loading screen is almost unbererable. I used all versions of OpenMenu I could find on Internet... the same happens with all of then.
Any ideas how to solve this problem?
With CardManager closed, edit the config file in a text editor. Change debug to "True". Save the file.
Open the app, change something (ie: add or remove a game) and click to save changes.
When finish the app will save a MENU_DEBUG.TXT to the root of the sd card. Share it here.
Is the Config file the archive "GDMENUCardManager.dll.config" ? This is the only config I could find in GDMENUCardManager directory.
Changed debug value to true:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ShowAllDrives" value="False" />
<add key="UseBinaryString" value="True" />
<add key="CharLimit" value="39" />
<add key="TruncateMenuGDI" value="True" />
<add key="Debug" value="True" />
</appSettings>
</configuration>
But no MENU_DEBUG.TXT appears on the root of sd card.
Re: openMenu Alpha 1
Posted: Tue May 21, 2024 8:08 am
by sonik
That is correct.
After using the app to save changes to sd card, it does not save the debug txt file?
Re: openMenu Alpha 1
Posted: Tue May 21, 2024 9:49 am
by Tulius
sonik wrote: ↑Tue May 21, 2024 8:08 am
That is correct.
After using the app to save changes to sd card, it does not save the debug txt file?
Yes I added one more extra game, save the app but nothing happened no debug.txt file was created on sd card. Tried again deleting another game but no new txt was created on sd. BTW I'm using openmenu right now not gdmenu.
Edit: I get it now using another version(newer) The limit it show games is San Francisco Rush... nothing more onwards
Re: openMenu Alpha 1
Posted: Tue May 21, 2024 10:24 am
by sonik
By looking at the txt file, the entry for this game is missing some info.
I'm not sure if it's required for openmenu to work. But you culd try removing it from the card, saving, and see if it works on the dreamcast.
Your copy of the game might be broken.
Here's how it shows on the log:
111.name=SAN FRANCISCO RUSH 2049
111.disc= /
111.vga=0
111.region=
111.version=
111.date=
111.product=T9707N
Re: openMenu Alpha 1
Posted: Tue May 21, 2024 11:17 am
by Tulius
Hey you were right spot on, I removed Rush 2049 and now all games appeared on menu. Thanks.
It was an old .cdi copy I had, now I'll search for a fresh .gdi copy just to be sure that not happens again.
Re: openMenu Alpha 1
Posted: Tue May 21, 2024 12:28 pm
by ateam