Dont understand really. None of the Rizing cores are on my MiSTerCade. Can only find the titles under the alternatives, but empty. Are they pulled or what can be wrong here?
Missing Raizing Cores
Re: Missing Raizing Cores
They were moved to coin-op collection. If you're using update_all, enable it in the settings
- dickhardpill
- Posts: 285
- Joined: Tue Apr 09, 2024 9:28 pm
- Location: Not Portland, OR
- Has thanked: 73 times
- Been thanked: 59 times
- Contact:
Re: Missing Raizing Cores
When you run update_all wait for it to give you the option press up to enter the menu
then go down to;
Code: Select all
3 Coin-Op Collection Off. Cores by Coin-Op Collection Org
and press enter, it will change to;
Code: Select all
3 Coin-Op Collection On. Cores by Coin-Op Collection Org
It may not be available anymore regardless of enabling COC
I can find RAIZING but no RIZING
I has a you tube
Analog IO
USB board
VGA > Component
HDMI > FPM
Re: Missing Raizing Cores
Sorry, my bad Raizing. COC have always been enabled in my configs, as far as I know. But actually, there’s a problem when I’m running the Update-all. It’s start finish really fast. It actually just reboots after a second or two. Can’t even read the last four or five Line before it rebbots :/
- dickhardpill
- Posts: 285
- Joined: Tue Apr 09, 2024 9:28 pm
- Location: Not Portland, OR
- Has thanked: 73 times
- Been thanked: 59 times
- Contact:
Re: Missing Raizing Cores
Do you have a keyboard?
F9 gets you into the command line, user is root and pass should be 1 IIRC
once you have a prompt type
Code: Select all
update_all.sh
You can also check
Code: Select all
/media/fat/Scripts/.config/update_all/update_all.log
I prefer to SSH into my MiSTer
I has a you tube
Analog IO
USB board
VGA > Component
HDMI > FPM
- dickhardpill
- Posts: 285
- Joined: Tue Apr 09, 2024 9:28 pm
- Location: Not Portland, OR
- Has thanked: 73 times
- Been thanked: 59 times
- Contact:
Re: Missing Raizing Cores
If you want to see the output of update_all you can put the SD into your PC and navigate to
Code: Select all
Scripts/.config/update_all/update_all.log
I has a you tube
Analog IO
USB board
VGA > Component
HDMI > FPM
Re: Missing Raizing Cores
Sorry for all this junk:
env: {
"CURL_SSL": "--cacert /etc/ssl/certs/cacert.pem",
"COMMIT": "4cc4faa",
"LOCATION_STR": "MiSTer",
"DEBUG": "false",
"KEY_IGNORE_TIME": "0.1",
"TRANSITION_SERVICE_ONLY": "false"
}
Running migration version 1.
config: {
"start_time": 1698998265.6977935,
"has_jtpremium": false,
"has_mistersam_main_branch": false,
"curl_ssl": "--cacert /etc/ssl/certs/cacert.pem",
"commit": "4cc4faa",
"key_ignore_time": 0.1,
"base_path": "/media/fat",
"base_system_path": "/media/fat",
"paths_from_downloader_ini": false,
"update_linux": true,
"not_mister": false,
"verbose": false,
"temporary_downloader_ini": false,
"transition_service_only": 0,
"databases": "{'distribution_mister', 'arcade_offset_folder', 'theypsilon_unofficial_distribution', 'atrac17/Coin-Op_Collection', 'bios_db', 'jtcores', 'names_txt', 'arcade_roms_db', 'llapi_folder'}",
"arcade_organizer": true,
"encc_forks": false,
"download_beta_cores": true,
"names_region": "JP",
"names_char_code": "CHAR18",
"names_sort_code": "Common",
"hbmame_filter": false,
"rannysnice_wallpapers_filter": "ar16-9",
"wait_time_for_reading": 2,
"countdown_time": 15,
"autoreboot": true,
"main_updater": true,
"jotego_updater": true,
"names_txt_updater": true,
"arcade_names_txt": false,
"bios_getter": true,
"arcade_roms_db_downloader": true,
"unofficial_updater": true,
"llapi_updater": true,
"arcade_offset_downloader": true,
"coin_op_collection_downloader": true,
"agg23_db": false,
"MikeS11/YC_Builds-MiSTer": false,
"tty2oled_files_downloader": false,
"i2c2oled_files_downloader": false,
"mistersam_files_downloader": false,
"mrext/all": false,
"Ranny-Snice/Ranny-Snice-Wallpapers": false
}
store: {
"migration_version": 1,
"theme": "Blue Installer",
"wait_time_for_reading": 2,
"countdown_time": 15,
"autoreboot": true,
"download_beta_cores": true,
"names_region": "JP",
"names_char_code": "CHAR18",
"names_sort_code": "Common",
"introduced_arcade_names_txt": false
}
Transitioning arcade names from "names.txt" to separated "..CONFIG../arcade_names.txt":
Adding Arcade Names TXT db to downloader.ini.
Waiting 10 seconds...
Code: Select all
-------- Update All 2.0 ---------
The All-in-One Updater for MiSTer
---------------------------------
- Powered by Downloader 1.8 -
╔═════════════════════════════════════════════════╗
║ Become a patron to unlock exclusive features! ║
║ www.patreon.com/theypsilon ║
╚═════════════════════════════════════════════════╝
Reading sections from /media/fat/downloader.ini
Sequence:
- Main Distribution: MiSTer-devel
- JTCORES for MiSTer (+betas)
- Names TXT: CHAR18 Common JP
- Arcade Names TXT: JP
- BIOS Database
- Arcade ROMs Database
- theypsilon Unofficial Distribution
- LLAPI Folder
- Arcade Offset folder
- Coin-Op Collection
- Arcade Organizer
[1m[0mPress <[1mUP[0m>, To enter the SETTINGS screen.
[1m[0mPress <[1mDOWN[0m>, To continue now.
################################################################################
#==============================================================================#
################################################################################
Running MiSTer Downloader
################################################################################
#==============================================================================#
################################################################################
Running Arcade Organizer
FINISHED: Arcade Organizer
################################################################################
#==============================================================================#
################################################################################
Running Linux Update
################################################################################
#==============================================================================#
################################################################################
Update All 2.0 (4cc) by theypsilon. Run time: 0:05:37.46s at 2023-11-03 08:03:40
Commit: 4cc4faa
Your MiSTer has been updated successfully!
Full log for more details: Scripts/.config/update_all/update_all.log
Rebooting in 10 seconds...
- dickhardpill
- Posts: 285
- Joined: Tue Apr 09, 2024 9:28 pm
- Location: Not Portland, OR
- Has thanked: 73 times
- Been thanked: 59 times
- Contact:
Re: Missing Raizing Cores
What do you have in Arcade > Organized > 3 Collections > 5 By Manufacturer?
I have a Raizing folder side of '5 By Manufacturer'
I has a you tube
Analog IO
USB board
VGA > Component
HDMI > FPM
-
- Posts: 125
- Joined: Wed Jun 03, 2020 5:39 pm
- Has thanked: 8 times
- Been thanked: 36 times
Re: Missing Raizing Cores
You can of course download the mra and rbf files from github and place the them in the appropriate folders.