EMULAB Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

The new forum is online, hope you enjoy it!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Roman

Pages: 1 ... 97 98 99 100 101 [102] 103 104 105 106 107 ... 165
2021
clrmame Discussion / clrmamepro 4.012 released
« on: 08 December 2013, 20:44 »
Wow...another year comes to its end...and nearly no cmpro releases... Well..I'm still alive but budget and timewise I'm not that deep into MAME and CMPRO development anymore. Real life job, and way more important, family takes most of my time...which is actually great. Sorry for the users which sent in a request which didn't make it in yet...they are not forgotten though. Enjoy the rest of the year, have a great holiday season and look forward to a healthy 2014. Ah yeah...some end of year build


4.012

added: profiler tree option "Profile List Includes All Subfolder Entries"
       which shows you profiles on the selected plus all sublevels
added: cmpro.ini option "Adv_MinimizeCHDMan = on" to keep chdman windows minimized (not hidden)
misc: updated unrar.dll with the release of winrar5
fixed: zero padding in offlineList xml parser was not working correctly
fixed: little memleak when you drag'n drop profiles in profiler
misc: changed rar/7z rename operations a bit to made them more safe against possible external packer failures
misc: minor changes to disk name checks to avoid rare issues with identical hashes but different names within a parent/clone relationship (in full merge mode)

2022
clrmame Discussion / Re: DOS window popup with CHD deepscan
« on: 03 December 2013, 22:16 »
well...at least I've added a 'secret' switch to minimize the chdman window to the taskbar....


http://mamedev.emulab.it/clrmamepro/binaries/cmp20131203.rar

you need to run it once, quit it, go to your cmpro.ini, search for "Adv_MinimizeCHDMan = off" and replace off with on, and restart cmpro....

2023
actually I had a little time and I guess it's 'fixed' now...in terms of "if the add file to 7z operation fails for you due to 7z internal error (memory/etc)....it was at least not cmpro which removed the file with the old name..."

...or shortly: if 7z.exe kills your file now...tough luck ;)


in other words: you might want to use this:

http://mamedev.emulab.it/clrmamepro/binaries/cmp20131203.rar

2024
get more ram or use zip ;)

no solution yet aince Im too busy with real life at the moment. but is is on m list

2025
clrmame Discussion / Re: cbr,cbz.cb7,cbt file support
« on: 27 November 2013, 20:36 »
sorry but it wont be supported

2026
erm....I don't get that...(maybe I should read it more closely when I'm home...)

So a first quick answer might be this...

Why not using the batcher which runs through all your profiles and rebuilds to the belonging rompaths (which also can be generated in the batcher options)....with the batcher rebuilder remove options enabled...Then everything validated from the messy sources is put in clean destination folders and anything which does not match a valid file will stay at its original position....

2027
clrmame Discussion / Re: Feature Request - A "read only" rompath
« on: 25 November 2013, 08:33 »
So regarding compression this sounds more like a per-profile setting of the compression parameters...
I don't want to introduce "High/Low/Middle" compression levels...because people always complain about what that or that level really is....and there are users which prefer another setting where they increase compression time by 900% to gain 3 bytes....

Write-Protecting some of the given source folders in the rebuilder hmm...have to think how that can be setup easily (for the user...not backendwise).....

2029
clrmame Discussion / Re: Feature Request - A "read only" rompath
« on: 24 November 2013, 21:10 »
well....of course you would always be able to use either the batcher or rebuilder with the delete options turned off..and drag'n drop just one folder....but I do see your point that you want to run through various paths without deleting them in one but in the other folders (or vice versa)....
I put it on my request list...


multiple compressor settings...so you want them per profile instead of one global? Or just a global history list where you can pick one out of some memorized ones?

2030
well...looking at your xml datfile I see this:

ddru
disk name="845uaa02" sha1="d3f9290d4dadb5e9b82ebe77abf7b99d1a89f716" region="cdrom0" index="0" writable="no"

dstagea
disk name="845ea" sha1="d3f9290d4dadb5e9b82ebe77abf7b99d1a89f716" status="baddump" region="cdrom0" index="0" writable="no"/

So...you got two differently named files with the same sha1 within a parent clone relation ship...and with NO disk merge attribute. So in this case both files are needed even if they are identical....this should get fixed on MAME's side...

But yes...looks like this weird entries confuse cmpro a bit...will have a look at it later..

by the way, are you using full or split merged sets?

2031
clrmame Discussion / Re: DOS window popup with CHD deepscan
« on: 21 November 2013, 12:50 »
It's on my to do list...however currently I'm busy with real life....

2032
clrmame Discussion / Re: DOS window popup with CHD deepscan
« on: 14 November 2013, 12:34 »
1) You won't be able to have one, open one where all the chdman calls are collected (since each found chd will run an instance of chdman...there is no script generation and 1-run at the end or something similar which could get achieved in one window).

2) Optional full hinding the window is possible...however, then you don't see any progress (%) indicator which might be not so useful....cmpro could show some animation...but nothing like a % count...

3) a stuck window....hmmm..interesting...shouldn't happen unless chdman got a problem....

I will see if 2 and 3 can be somehow done....

2033
clrmame Discussion / Re: other EMU's
« on: 12 November 2013, 08:13 »
A direct import can be done from MAME, PINMAME, MESS (and actually any similar exe which provides an output in the -listxml / -listinfo style where you can do some replace logic in engine.cfg)...and there are endless datfiles floating around for any kind of system which cmpro also loads.....in all kind of formats....

2034
hmm...first of all I'd say it doesn't play a role if you're using a 32 or 64 bit version of 7z or cmpro. 7z file format supports archive sizes bigger than 4gig and so does cmpro. The currently 7z SDK C based handling of compress and decompress files is lousy....it simply tries to decompress everything into memory...you go to hell if you're working with big files..or solid archives. So running into a 7z out of memory error is relatively simple to achieve with around 4GB RAM....

That's one thing. The other thing is that cmpro of course should not lose any file because of such an error. I try to rebuild such a scenario and check where it fails...

...and somewhere in the future I might be able to switch to the 7z SDK C++ based handling...which is hell, too...but works on mem blocks hopefully...


2035
how to install it?
Well, download the zip package and unzip it or download the installer (exe) version and double click it....

2036
clrmame Discussion / Re: Problem scan with clrmamepro
« on: 22 September 2013, 11:23 »
You either need to set a full path in compressor settings or be sure that the 7z.exe path is included in you %PATH% environment variable.

2037
clrmame Discussion / OfflineList XML files
« on: 12 September 2013, 17:55 »
If you're interested in better OfflineList XML dat parsing (especially when it comes to padding numbers with zero), you might want to use this:

Thanks to Oxyandy for reporting the issue...


ah....fixed again....

http://mamedev.emulab.it/clrmamepro/binaries/cmp20130913.rar

don't forget to clean your cache

2038
News & Communication / clrmamepro 4.011a released
« on: 20 August 2013, 20:49 »
4.011a

misc: supporting multiple device_ref entries (removed %i from rebuilder poststring variables though)
misc: replaced 7z case fix with exe rename when possible
misc: disabled obsolete archive folder check for external packers (since they might remove the folder and entries)

2039
clrmame Discussion / clrmamepro 4.011a released
« on: 20 August 2013, 19:29 »
4.011a

misc: supporting multiple device_ref entries (removed %i from rebuilder poststring variables though)
misc: replaced 7z case fix with exe rename when possible
misc: disabled obsolete archive folder check for external packers (since they might remove the folder and entries)

2040
clrmame Discussion / Re: device_ref in MAME dat
« on: 20 August 2013, 18:08 »
after looking at it again, I guess I have to update cmpro...

Pages: 1 ... 97 98 99 100 101 [102] 103 104 105 106 107 ... 165

Page created in 0.248 seconds with 17 queries.

anything