- romcenter32_4.2.0.beta2.7z
- (12.27 MiB) Downloaded 6929 times
Romcenter 4.2.beta2
Moderator: Wanderer
Forum rules
No roms requests or illegal links
No roms requests or illegal links
Re: Romcenter 4.2.beta2
Command-line problem with update (paths have been removed):
Related bug created.
The result is:Executing command "RomCenterBeta\4.2.0.b2\rc.exe" update -u "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).dat" "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).rdt"
Why is it trying to create an already existing database? This is an update operation i'm trying to execute.Creating new database Amstrad CPC - Educational (TOSEC-v2015-05-07_CM) from datafile Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).dat
New database filename already exists
Related bug created.
- Wanderer -
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
Re: Romcenter 4.2.beta2
I have no clue if that's a problem of no-intro, or RomCenter, but recently several databases start to behave strange in RomCenter (in my case the beta here). Right now the most recent Atari 2600 and Nintendo Entertainment System Databases are what I have as problem here. What the problem is? It wants to zip all my ROMs out of nowhere. I always keep such small ROMs unzipped for easier access and that is impossible that way.
I already had some discussion with some of the maintainers and the difference between working and non working is some games now seem to suddently have 2 roms referenced under one game. Why? No clue... If I remove these entries from DAT manually, everything is green, otherwise yellow like not needed here.
The second ROM entry seems to put RomCenter in a weird "split + n
I already had some discussion with some of the maintainers and the difference between working and non working is some games now seem to suddently have 2 roms referenced under one game. Why? No clue... If I remove these entries from DAT manually, everything is green, otherwise yellow like not needed here.
The second ROM entry seems to put RomCenter in a weird "split + n
Re: Romcenter 4.2.beta2
Can you post the dat, and a screenshot of the problem ?
Eric - RomCenter developer
Report bugs here.
Report bugs here.
Re: Romcenter 4.2.beta2
Hey Eric. Any news on that perhaps? It's the only thing i'm not able to test with RCDBM. It's pretty much finished, except for this.Wanderer wrote: ↑Mon Aug 23, 2021 9:56 am Command-line problem with update (paths have been removed):
The result is:Executing command "RomCenterBeta\4.2.0.b2\rc.exe" update -u "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).dat" "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).rdt"
Why is it trying to create an already existing database? This is an update operation i'm trying to execute.Creating new database Amstrad CPC - Educational (TOSEC-v2015-05-07_CM) from datafile Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).dat
New database filename already exists
Related bug created.
- Wanderer -
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
Re: Romcenter 4.2.beta2
Hi Wanderer,
When you update a db, you're supposed to change the name (version changes). This is the current behaviour. This is a limitation, and I will probably update that in the future.
For now, I'm improving devices management. I'm adding device mode the same way as the rom mode for example (merged, unmerged, split).
This is not an easy task because it should be working with all possible combination of rom/bios/sample modes .
When you update a db, you're supposed to change the name (version changes). This is the current behaviour. This is a limitation, and I will probably update that in the future.
For now, I'm improving devices management. I'm adding device mode the same way as the rom mode for example (merged, unmerged, split).
This is not an easy task because it should be working with all possible combination of rom/bios/sample modes .
Eric - RomCenter developer
Report bugs here.
Report bugs here.
Re: Romcenter 4.2.beta2
Hi Eric,
So, what you say is that i should rename the DB before executing the command. Something like:
and i assume the produced file will be "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).dat"RENAME "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).dat" to "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM)_TMP.dat"
"RomCenterBeta\4.2.0.b2\rc.exe" update -u "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM)_TMP.dat" "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).rdt"
OK, i'll try that, thanx.
Well, as is now, it seems like a bug in the command-line tool, so it would indeed be nice if the rename operation was performed by it.
- Wanderer -
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
Re: Romcenter 4.2.beta2
OK, i have tried two different things and they both failed.
1. Rename "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).rdt" to "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM)_TMP.rdt"
2. Rename "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).rdt" to "Amstrad CPC - Educational (TOSEC-v2014-05-07_CM).rdt"
The message was:
EDIT: Whatever i've tried was unsuccessful. I even tried to create an older DB and actually update it to a newer one, but no luck.
1. Rename "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).rdt" to "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM)_TMP.rdt"
2. Rename "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).rdt" to "Amstrad CPC - Educational (TOSEC-v2014-05-07_CM).rdt"
The message was:
What is it exactly that needs to be done?Creating new database Amstrad CPC - Educational (TOSEC-v2014-05-07_CM) from datafile Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).dat
New database filename already exists
at RomCenter.Logic.DataManager.CreateDatabase(DatReader datReader, String dstDbFilename, IRdtConfigUser dbsettings, FilterOptions datFilter)
at CommandLine.Program.RunUpdateAndReturnExitCode(UpdateOptions updateOptions)
at CommandLine.Program.<>c.<Main>b__11_2(UpdateOptions options)
at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
at CommandLine.Program.Main(String[] args)
CommandLine.CmdDialogs/ErrorMessage : Error message: RomCenter.Global.RcFileExistsException: New database filename already exists
at RomCenter.Logic.DataManager.CreateDatabase(DatReader datReader, String dstDbFilename, IRdtConfigUser dbsettings, FilterOptions datFilter)
at CommandLine.Program.RunUpdateAndReturnExitCode(UpdateOptions updateOptions)
at CommandLine.Program.<>c.<Main>b__11_2(UpdateOptions options)
at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
at CommandLine.Program.Main(String[] args)
EDIT: Whatever i've tried was unsuccessful. I even tried to create an older DB and actually update it to a newer one, but no luck.
- Wanderer -
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
Re: Romcenter 4.2.beta2
ok, thanks for the report.
I will have a look, but I'm very busy at the moment.
Give me 2 weeks and I will fix that.
I will have a look, but I'm very busy at the moment.
Give me 2 weeks and I will fix that.
Eric - RomCenter developer
Report bugs here.
Report bugs here.
Re: Romcenter 4.2.beta2
OK Eric, thanx. Take your time...
- Wanderer -
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
Re: Romcenter 4.2.beta2
I will do a round on the 4.2 beta (fix this point, and also a problem on the latest mame) and post a 64b version as well.
Eric - RomCenter developer
Report bugs here.
Report bugs here.
Re: Romcenter 4.2.beta2
Hi Eric, great to see you're back.
We'll be waiting for your news then, thanx...
We'll be waiting for your news then, thanx...
- Wanderer -
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki
RomCenter: Main site, Bug reporting & enhancement requests, Wiki
RCDBManager: Main site, Bug reporting & enhancement requests, Wiki