Page 1 of 1

Romcenter 4.2.beta2

Posted: Thu Jun 24, 2021 1:39 pm
by RomCenter
Download here:
romcenter32_4.2.0.beta2.7z
(12.27 MiB) Downloaded 4337 times

Re: Romcenter 4.2.beta2

Posted: Mon Aug 23, 2021 9:56 am
by Wanderer
Command-line problem with update (paths have been removed):
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"
The result is:
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
Why is it trying to create an already existing database? This is an update operation i'm trying to execute.

Related bug created.

Re: Romcenter 4.2.beta2

Posted: Fri Oct 01, 2021 6:50 pm
by dreimer
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

Re: Romcenter 4.2.beta2

Posted: Sat Oct 02, 2021 7:39 am
by RomCenter
Can you post the dat, and a screenshot of the problem ?

Re: Romcenter 4.2.beta2

Posted: Sat Oct 02, 2021 1:03 pm
by dreimer
Sure
RC.jpg
RC.jpg (423 KiB) Viewed 72469 times
Atari - 2600 (20211001-222802).zip
(52.86 KiB) Downloaded 3200 times

Re: Romcenter 4.2.beta2

Posted: Sat Oct 09, 2021 10:29 am
by Wanderer
Wanderer wrote:
Mon Aug 23, 2021 9:56 am
Command-line problem with update (paths have been removed):
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"
The result is:
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
Why is it trying to create an already existing database? This is an update operation i'm trying to execute.

Related bug created.
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.

Re: Romcenter 4.2.beta2

Posted: Thu Oct 21, 2021 9:41 am
by RomCenter
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 .

Re: Romcenter 4.2.beta2

Posted: Thu Oct 21, 2021 10:01 am
by Wanderer
RomCenter wrote:
Thu Oct 21, 2021 9:41 am
Hi Wanderer,
When you update a db, you're supposed to change the name (version changes). This is the current behaviour.
Hi Eric,

So, what you say is that i should rename the DB before executing the command. Something like:
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"
and i assume the produced file will be "Amstrad CPC - Educational (TOSEC-v2015-05-07_CM).dat"

OK, i'll try that, thanx.
RomCenter wrote:
Thu Oct 21, 2021 9:41 am
This is a limitation, and I will probably update that in the future.
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.

Re: Romcenter 4.2.beta2

Posted: Sun Oct 24, 2021 8:50 am
by Wanderer
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:
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)
What is it exactly that needs to be done?

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.

Re: Romcenter 4.2.beta2

Posted: Sun Oct 24, 2021 5:36 pm
by RomCenter
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.

Re: Romcenter 4.2.beta2

Posted: Sun Oct 24, 2021 5:40 pm
by Wanderer
OK Eric, thanx. Take your time...

Re: Romcenter 4.2.beta2

Posted: Sat Mar 05, 2022 8:31 pm
by RomCenter
:oops: 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.

Re: Romcenter 4.2.beta2

Posted: Sat Mar 05, 2022 9:18 pm
by Wanderer
Hi Eric, great to see you're back.

We'll be waiting for your news then, thanx...

Re: Romcenter 4.2.beta2

Posted: Thu Mar 10, 2022 7:00 pm
by RomCenter