RetroFE forums

General Category => General Discussion & Help => Topic started by: Narcona23 on November 25, 2019, 08:59:29 PM

Title: No Roms load inside a collection.
Post by: Narcona23 on November 25, 2019, 08:59:29 PM
Several Systems are not loading anything but some are loading everything properly.
I have checked the settings, the launcher,config file,info file,and even changed all the artwork.
I can't figure it out. I've added and removed the extensions and done just about everything.
I need help!!!!
I also need help configuring a Ps4 controller too.
Controller Settings https://docs.google.com/document/d/1NDakf_O01_KOiGzTpswKyR3pqpoPnTVntjUr1VdT3f4/edit
ColecoVision Settings https://docs.google.com/document/d/1RqZhf5w-dxsAt9n8MX7SdFrtFAwBt-evqHFxmbwSEOE/edit
ColecoVision Launcher https://docs.google.com/document/d/1-ysRM5LA9YcHsCdwG_Y2hb5lK61_8V2mAbGX8OJF3H0/edit
Log https://docs.google.com/document/d/1ihlhaAbHT5-9_h6wLQkREt9mc0AHJgXM7QZScqnqE6E/edit
Title: Re: No Roms load inside a collection.
Post by: Pieter Hulshoff on November 26, 2019, 03:17:33 PM
Can you upload the files here in stead? I'm getting an error message when I try to open the Google documents pages.
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 28, 2019, 12:08:15 AM
Sure!
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 28, 2019, 12:12:54 AM
Log
Title: Re: No Roms load inside a collection.
Post by: Pieter Hulshoff on November 28, 2019, 08:04:34 PM
Where are your Coleco roms, and what extensions do they have?
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 29, 2019, 12:08:10 AM
C:\RetroFE\Roms\ColecoVision\roms
Extension .7z
Title: Re: No Roms load inside a collection.
Post by: Pieter Hulshoff on November 29, 2019, 12:06:25 PM
C:\RetroFE\Roms\ColecoVision\roms
Extension .7z

Your log file doesn't show you entering the Coleco collection, so I cannot check what actually happens there, but according to the following line in log.txt
[2019-11-25 18:41:44] [INFO] [Configuration] Dump: "collections.ColecoVision.list.extensions" = "7z,col"
RetroFE should look for .7z and .col files, so that part is fine.

I do notice the following line in your log.txt file though:
[2019-11-25 18:41:44] [INFO] [Configuration] Dump: "baseItemPath" = "z:\retrofe\Roms\"

For SNES, you override that path in your settings.conf:
[2019-11-25 18:41:44] [INFO] [Configuration] Dump: "collections.Super Nintendo Entertainment System.list.path" = "ROMs\Super Nintendo Entertainment System\roms\"

You don't do that for the other collections. Might it be that based on the current settings it's looking for roms on your Z drive?
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 29, 2019, 12:09:23 PM
Sorry don't know what a Z Drive is but how do i change a list path for the roms?
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 29, 2019, 12:12:14 PM
Or where should I put my roms folder?
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 29, 2019, 12:16:17 PM
New log with me entering colecovision.
Title: Re: No Roms load inside a collection.
Post by: Pieter Hulshoff on November 29, 2019, 12:39:48 PM
New log with me entering colecovision.

Looks like I was right:
[2019-11-29 07:14:07] [INFO] [CollectionInfoBuilder] Scanning directory "z:\retrofe\Roms\\ColecoVision"

Your problem is in your global settings.conf file. Just delete or comment out the following line:
baseItemPath" = "z:\retrofe\Roms\"
I'm not sure how that got in there; it's not in the official release.
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 30, 2019, 01:58:53 AM
like this? Because it still doesn't work.
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 30, 2019, 02:00:30 AM
But like I said some collections are loading properly others are not.
also it's not an official release I downloaded one with all the artwork and collections pre setup.
Title: Re: No Roms load inside a collection.
Post by: Pieter Hulshoff on November 30, 2019, 07:38:09 AM
like this? Because it still doesn't work.

No, you altered the line in stead of commenting it out like I asked you to. Just put a # in front of it.
Title: Re: No Roms load inside a collection.
Post by: dougan78 on November 30, 2019, 12:01:13 PM
This may be a dumb question.  Did you test unzipping the games instead of leaving them .7z?  Maybe it does like 7z.  Just an idea.  Good luck.
Title: Re: No Roms load inside a collection.
Post by: Pieter Hulshoff on November 30, 2019, 01:08:03 PM
This may be a dumb question.  Did you test unzipping the games instead of leaving them .7z?  Maybe it does like 7z.  Just an idea.  Good luck.

That's not the issue (yet). He can't get them to show up in the menu, which means the rom files aren't found at the location RetroFE is looking at. The cause for that is the file path set in the global settings.conf. Some of the collections do work, because the rom path is overwritten in the collection's settings.conf.
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 30, 2019, 01:16:41 PM
Yes  I tried that it didn't work. :(
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 30, 2019, 01:23:55 PM
Like this? I don't know what "commenting out" means.
sorry
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 30, 2019, 01:38:49 PM
Like this? baseItemPath = #C:\retrofe\Roms\ cuz it still doesn't work.
Title: Re: No Roms load inside a collection.
Post by: Pieter Hulshoff on November 30, 2019, 05:56:11 PM
No, just like all the other comment lines in that file:
# baseItemPath = C:\retrofe\Roms\
Basically in scripting, everything behind a # is considered a comment.
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on November 30, 2019, 07:34:41 PM
Nope still doesn't work.
I don't know what's wrong i guess i'll have to start from scratch.
Title: Re: No Roms load inside a collection.
Post by: Pieter Hulshoff on November 30, 2019, 09:08:40 PM
Please upload a new log.txt so I can have a look?
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on December 01, 2019, 12:24:37 AM
Sure!
Title: Re: No Roms load inside a collection.
Post by: Agent47 on December 01, 2019, 04:47:06 AM
Code: [Select]
[2019-11-30 19:23:48] [INFO] [CollectionInfoBuilder] Scanning directory "C:\RetroFE\collections\ColecoVision\roms"
[2019-11-30 19:23:48] [INFO] [CollectionInfoBuilder] Could not read directory

Is that where your roms are? Your other collections use a different and uniform path of "C:\RetroFE\roms\%ITEM_COLLECTION_NAME%\roms\" (which seems like an odd and redundant structure IMO).
Title: Re: No Roms load inside a collection.
Post by: Pieter Hulshoff on December 01, 2019, 08:06:19 AM
Indeed. Can you upload your Arcade settings.conf file? Apparently you're using a non-standard directory structure, and you're overriding your standard in the settings.conf file of each collection that currently works.
Title: Re: No Roms load inside a collection.
Post by: Narcona23 on December 01, 2019, 04:41:27 PM
Yes that is where my roms are.
Here is my arcade settings.