Re: DiscImageCreator
Posted: Tue Aug 13, 2019 11:43 am
That's fixed it, thank you.
It's ISO/IEC8859-1 (aka Latin-1), not unicode.sarami wrote:Perhaps, it needs unicode. I'll support it.xTMODx wrote:i have problem with an audio cd, DIC crash at the end... i can't mount the dump, it looks like the cue file is broken because of CDTEXT.
thanks for fixing it, the dump finish without error now and cue looks fine i think? but i cant moun the image with the cue, any help here?sarami wrote:It's ISO/IEC8859-1 (aka Latin-1), not unicode.sarami wrote:Perhaps, it needs unicode. I'll support it.xTMODx wrote:i have problem with an audio cd, DIC crash at the end... i can't mount the dump, it looks like the cue file is broken because of CDTEXT.
http://www.mediafire.com/file/eq80y20l9 … st.7z/file
- fixed: buf size of CDTEXT
Code: Select all
TITLE "Missi Moppel. Detektivin für alle Fälle. Das Geheimnis im Turmzimmer und andere Rätselhaftigkeiten CD1"Code: Select all
TITLE "Was man vorweg über Missi Moppel wissen sollte I"What tool do you use? Daemon tools? Alcohol 120/52%? Anyway, if tool you use doesn't support Latin-1, you need to convert to other charactor set (unicode etc.)xTMODx wrote:but i cant moun the image with the cue, any help here?
i couldnt mount with both daemon tools and alcohol 52% here the image for testing https://www.mediafire.com/file/vd7ikq1g … /1.7z/filesarami wrote:TEXT is correct.
Code: Select all
TITLE "Missi Moppel. Detektivin für alle Fälle. Das Geheimnis im Turmzimmer und andere Rätselhaftigkeiten CD1"Code: Select all
TITLE "Was man vorweg über Missi Moppel wissen sollte I"What tool do you use? Daemon tools? Alcohol 120/52%? Anyway, if tool you use doesn't support Latin-1, you need to convert to other charactor set (unicode etc.)xTMODx wrote:but i cant moun the image with the cue, any help here?
Character set was unrelated.xTMODx wrote:i couldnt mount with both daemon tools and alcohol 52%
This means single-byte character can show 160 letters, double-byte character can show 80 bytes.IEC 60908:1999 wrote:The size of a character string is recommended to be less than 160 bytes.
Code: Select all
REM TITLE "Missi Moppel. Detektivin für alle Fälle. Das Geheimnis im Turmzimmer und andere Rätselhaftigkeiten CD1"that helped many thanks for your help!!sarami wrote:Character set was unrelated.xTMODx wrote:i couldnt mount with both daemon tools and alcohol 52%
This means single-byte character can show 160 letters, double-byte character can show 80 bytes.IEC 60908:1999 wrote:The size of a character string is recommended to be less than 160 bytes.
Old DIC had stored 80 bytes for single-byte character, so app crashed due to the short of buf size.
It seems Alcohol 120/52% has same(?) problem. If you want to mount the image with your cue,
1. delete the line of TITLE "Missi Moppel. Detektivin für alle Fälle. Das Geheimnis im Turmzimmer und andere Rätselhaftigkeiten CD1"
2. comment out like this
3. report the bug to the author of Alcohol 120/52% and wait for this problem to be fixed.Code: Select all
REM TITLE "Missi Moppel. Detektivin für alle Fälle. Das Geheimnis im Turmzimmer und andere Rätselhaftigkeiten CD1"
Anyway, the cue is correct.