-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The core does not find the vicerc file for autoload #516
Comments
Post logs. Works fine here still, and nothing has been changed regarding vicerc searching and parsing for a long time. |
So frontend configuration issue. The core uses the save path that the frontend supplies. You have enabled core name based sorting without moving the save files there. So nothing to do here, therefore closing. |
Ok, I've got it :) Thanks for the help, I had no idea that sorting affects this. |
If I may ask one more question. This was fixed in: When I try to run it now, none of the games load (Pitfall 1 and 2). I also tried the old method with the vicerc file and it doesn't work either. For a quick test, I'm uploading my games in .tap format |
Still work fine here as long as drive 8 is disabled with The budget TAP version of Pitfall II works with drive 8 enabled, and it also loads a lot faster. And both work even if printer is enabled with the core option, so that is redundant. And if the printer core option is enabled, it will override that vicerc disabling anyway. |
Only the start screen appears for me. Once the game has finished loading, this error appears: The game should start from this point, but instead there is a blue screen and icon #8 starts flashing. In Retroarch/saves: I have no idea why it doesn't work. |
Then the vicerc is wrong since it does not show the changed conf after showing about reading the vicerc. That is precisely the symptom of the disk drive being enabled. Statusbar will show the drive slot regardless currently. The config row alone does not cut it, since it also needs the header for the specific core, and always has: So correct operation shows this in the log after reading the vicerc:
|
Ahh I forgot to add [C64SC]. |
Hi @sonninnos
It seems to me that something has been changed and the core no longer reads .vicerc files.
I have some games in .g64 and .tap format that require the basicload option.
For example:
Ultima III - Exodus.g64 requires:
[C64SC]
AutostartBasicLoad=1
Even though I have a file in Retroarch/saves called Ultima III - Exodus.vicerc and in it:
[C64SC]
AutostartBasicLoad=1
The core also does not read vicerc files for games in the .tap format that require:
[C64SC]
AutostartTapeBasicLoad=0
.vicerc files are located in Retroarch/saves
The text was updated successfully, but these errors were encountered: