- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
06808 | Misc. | Major | Always | Dec 30, 2017, 02:04 | Jan 5, 2018, 03:00 |
Tester | wuemura | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | Resolution | Unable to reproduce | OS | Linux (64-bit) | |
Status [?] | Closed | Driver | |||
Version | 0.193 | Fixed in Version | Build | 64-bit | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 06808: cps3boota: Case sensitive issue | ||||
Description |
Linux Specific! mame -listxml machine ( cps3.cpp DISK_IMAGE_READONLY( "UniCD-CPS3_for_custom_SH2_V5", 0, SHA1(50a5b2845d3dd3de3bce15c4f1b58500db80cabe) ) MAME listxml output the name in lowercase: unicd-cps3_for_custom_sh2_v5.chd But it return an error requesting a filename with a mix of lowercase and uppercase. UniCD-CPS3_for_custom_SH2_V5.chd Linux is case sensitive, I use ClrMamePro v4.0.33 over Windows to manage and rename the files. |
||||
Steps To Reproduce | ./mame64 cps3boota | ||||
Additional Information | This just happens in Linux | ||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | cps3boota | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.14616
AJR Developer
Jan 5, 2018, 03:00
edited on: Jan 5, 2018, 03:08 |
The -listxml output from MAME 0.193 for cps3boota includes the line: <disk name="UniCD-CPS3_for_custom_SH2_V5" sha1="50a5b2845d3dd3de3bce15c4f1b58500db80cabe" region="scsi:1:cdrom" index="0" writable="no"/> As you can see, MAME does not lowercase the names of disk image files, nor does it append the .chd extension. This is therefore almost certainly not a MAME bug; the way ClrMamePro processes the XML output might be faulty. Alternatively, the problem might lie in whatever application the "XML" in the report was copied from, since that's definitely not raw XML. XML attributes are supposed to be case-sensitive, so why are they being converted to lowercase? |
---|