"Update_All script" failed think it has to do with my setup

Just got a MiSTer and need some help? Join the forum and post your questions here!
Lensjocky
Posts: 2
Joined: Wed Apr 10, 2024 4:54 pm
Has thanked: 2 times

"Update_All script" failed think it has to do with my setup

Unread post by Lensjocky »

My network connection is good.
I get the following errors as shown in the attachments.

Sure it has to do with whatever I did to get N64 going a couple months back.

Anybody?

Attachments
IMG_8201.JPG
IMG_8201.JPG (4.57 MiB) Viewed 653 times
IMG_8200.JPG
IMG_8200.JPG (4.42 MiB) Viewed 653 times
AngelicLiver
Posts: 329
Joined: Fri May 29, 2020 8:50 am
Has thanked: 69 times
Been thanked: 95 times

Re: "Update_All script" failed think it has to do with my setup

Unread post by AngelicLiver »

You probably just need to remove the line for the N64 core DB in downloader.ini, this has been deprecated since the N64 is now fetched via downloader/update_all.sh by default.

Lensjocky
Posts: 2
Joined: Wed Apr 10, 2024 4:54 pm
Has thanked: 2 times

Re: "Update_All script" failed think it has to do with my setup

Unread post by Lensjocky »

Allright I got rid of "N64 core DB in downloader.ini" and that seems to have helped.

There still seems to be something else going on that's not quite right.
For reasons I don't yet understand Update All is still throwing a few errors.

The new cores : Pacmania, Galaga88, etc. don't get installed.
I have attached my "downloader.log" & "downloader.ini" below.

Any help would be greatly appreciated.
Thanks!

Attachments
downloader.ini
(1.66 KiB) Downloaded 19 times
downloader.log
(19.64 KiB) Downloaded 15 times
AngelicLiver
Posts: 329
Joined: Fri May 29, 2020 8:50 am
Has thanked: 69 times
Been thanked: 95 times

Re: "Update_All script" failed think it has to do with my setup

Unread post by AngelicLiver »

Code: Select all

[mrext/remote]
db_url=https://github.com/

Delete these lines; they won't do anything as the url is wrong.

If you want to use the latest Remote along with Wizzo's other tools, use:

Code: Select all

[mrext/all]
db_url = https://github.com/wizzomafizzo/mrext/raw/main/releases/all.json

The other errors you are seeing are from

Code: Select all

[arcade_roms_db]
db_url = https://raw.githubusercontent.com/BigDendy/ArcadeROMsDB_MiSTer/db/arcade_roms_db.json.zip

It can't find the paths to certain files, delete these lines and you shouldn't get any further errors.

Post Reply