DiscImageCreator

F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

I've created the directory "C:\test", put the remove.exe tool there and created the datfile using Dir2Dat in ClrMAMEPro:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE datafile PUBLIC "-//Logiqx//DTD ROM Management Datafile//EN" "http://www.logiqx.com/Dats/datafile.dtd">

<datafile>
    <header>
        <name>-insert name-</name>
        <description>-insert description-</description>
        <category>Standard DatFile</category>
        <version>-insert version-</version>
        <date>-insert date-</date>
        <author>-insert author-</author>
        <email>-insert email-</email>
        <homepage>-insert homepage-</homepage>
        <url>-insert url-</url>
        <comment>-insert comment-</comment>
        <clrmamepro/>
    </header>
    <game name="test">
        <description>test</description>
        <rom name="remove.exe" size="99328" crc="65f5cd29" md5="8d4616abe8a949362b4b69d5417e678f" sha1="96d36b0cfa9240ef4c0502f4ea0d1f682ba277d9"/>
    </game>
</datafile>
So the ClrMAMEPro puts directory name into "game name" and "description". I think DIC can put the "filename" name there from the commandline (cd <DriveLetter> <Filename> <DriveSpeed(0-72)> [/a (val)]).
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

coded. plz test.
http://www.mediafire.com/download/eq80y … or_test.7z
- added: read/write xml for the datfile (using xmllite)
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

sarami wrote:coded. plz test.
http://www.mediafire.com/download/eq80y … or_test.7z
- added: read/write xml for the datfile (using xmllite)
Sorry for the late report, but it crashes (APPCRASH) when "Creating bin, cue and ccd (Track)". Even when I don't use C2 reporting and simply run it as "DiscImageCreator.exe cd H: dump 4".

mainError.txt file is empty, I don't see anything describing the crash reason.
usurper
Posts: 1134
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by usurper »

Latest test build crashes for me as well. Looks like it crashes before calculating hashes.
Last edited by usurper on Sat Apr 02, 2016 7:27 am, edited 1 time in total.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

Thanks test but it works fine on my pc... I don't know the reason at the present moment.
Test version is using xmllite.dll. if this dll doesn't exist in your pc, please install it.
if it isn't so, I want the detailed info. (e.g. event viewer)
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

sarami wrote:Thanks test but it works fine on my pc... I don't know the reason at the present moment.
Test version is using xmllite.dll. if this dll doesn't exist in your pc, please install it.
if it isn't so, I want the detailed info. (e.g. event viewer)
xmllite.dll is installed, event viewer logs look useless to me:

Code: Select all

Faulting application name: DiscImageCreator.exe, version: 0.0.0.0, time stamp: 0x56dd9865
Faulting module name: DiscImageCreator.exe, version: 0.0.0.0, time stamp: 0x56dd9865
Exception code: 0xc0000005
Fault offset: 0x00004ef6
Faulting process id, Faulting application start time, Report Id are, of course, always different.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

I found the crash occured with relative path. fixed it.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

sarami wrote:I found the crash occured with relative path. fixed it.
Works now, but could you fix the text alignment inside the dat?
https://www.sendspace.com/file/9fgguh -- clrmamepro dat vs. dic dat
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

Do you hope to fix space to tab? I investigated this.
https://msdn.microsoft.com/en-us/librar … s.85).aspx

Code: Select all

When this property is set to TRUE, each level of indentation is two spaces.
It seems that this is the specification of the xmllite.

Perhaps I may fix it manually when I have time.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

I like the ClrMAMEPro layout more Image
Post Reply