Joined: 7/17/2012
Posts: 530
Location: Switzerland
When I load the xml file (obtained with Multi-disk bundler), I have this error. The game (Phantasmagoria) is 8 CDs. As can be seen below, only .cue files are loaded.
<BizHawk-XMLGame System="SAT" Name="Phantasmagoria (English v1.2 beta) TEST">
  <LoadAssets>
    <Asset FileName=".\PHANTASM_1.CUE" />
    <Asset FileName=".\PHANTASM_2.CUE" />
    <Asset FileName=".\PHANTASM_3.CUE" />
    <Asset FileName=".\PHANTASM_4.CUE" />
    <Asset FileName=".\PHANTASM_5.CUE" />
    <Asset FileName=".\PHANTASM_6.CUE" />
    <Asset FileName=".\PHANTASM_7.CUE" />
    <Asset FileName=".\PHANTASM_8.CUE" />
  </LoadAssets>
</BizHawk-XMLGame>
My Citra 3DS rerecording movie files test repositery: https://cutt.ly/vdM0jzl Youtube playlist "Citra Tests": https://cutt.ly/AdM0wg9 http://www.youtube.com/user/phoenix1291
Emulator Coder, Judge, Experienced player (609)
Joined: 2/26/2020
Posts: 698
Location: California
The extension is case sensitive here apparently. Change the CUEs to cues.
Joined: 7/17/2012
Posts: 530
Location: Switzerland
Ok, thanks CasualPokePlayer, I will try later. (It's past 2:30 a.m. here)
My Citra 3DS rerecording movie files test repositery: https://cutt.ly/vdM0jzl Youtube playlist "Citra Tests": https://cutt.ly/AdM0wg9 http://www.youtube.com/user/phoenix1291
Emulator Coder, Judge, Experienced player (609)
Joined: 2/26/2020
Posts: 698
Location: California
Disc extension detection has been made case insensitive https://github.com/TASEmulators/BizHawk/commit/1241758ecbbf17f6465fbece34edda2a9e3763fc
Joined: 7/17/2012
Posts: 530
Location: Switzerland
Thanks!
My Citra 3DS rerecording movie files test repositery: https://cutt.ly/vdM0jzl Youtube playlist "Citra Tests": https://cutt.ly/AdM0wg9 http://www.youtube.com/user/phoenix1291