Page 1 of 1

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

Posted: Wed Apr 10, 2024 5:00 pm
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?


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

Posted: Wed Apr 10, 2024 8:31 pm
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.


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

Posted: Thu Apr 11, 2024 11:04 am
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!


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

Posted: Thu Apr 11, 2024 1:53 pm
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.