Author Topic: CDZ List Always Empty  (Read 4536 times)

Offline ISOHaven

  • New Member
  • *
  • Posts: 4
  • Karma: +0/-0
CDZ List Always Empty
« on: July 07, 2023, 04:03:48 PM »
To start, all involved have maintained a fantastic emulator.  You all deserve much praise!


I can manually load all my CDs and run them just fine.  They are all CCD/IMG/CUE/SUB (trurip). However the CDZ list doesn't recognize any of them.

Is there some special format it's expecting?  I see ISO in the folder name but I thought ISO didn't support multi-track?

FinalBurn Neo v1.0.0.03\neocdiso\3 Count Bout\3 Count Bout.img (all 4 files)

Scan sub-dirs is selected

Under directories - /neocdiso/

Many thanks!

Offline dink

  • Administrator
  • *****
  • Posts: 5023
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: CDZ List Always Empty
« Reply #1 on: July 07, 2023, 08:23:52 PM »
Hi,
Try this:

Game -> Load Neo Geo CDZ Game
when the empty game list pops up, make sure "scan sub dirs" is checked, if that doesn't fix it, try:
Click [Directories..]  button, then use the browse button to find the path to your CD images & hit OK.

best regards,
- dink

Offline ISOHaven

  • New Member
  • *
  • Posts: 4
  • Karma: +0/-0
Re: CDZ List Always Empty
« Reply #2 on: July 08, 2023, 01:17:18 AM »
Ah ok, so the default /neocdiso/ isn't good.  Need the full path.  Thanks!

Is there a master list of all the game IDs?  Or a way to extract that like a DAT file?
« Last Edit: July 08, 2023, 01:21:49 AM by ISOHaven »

Offline dink

  • Administrator
  • *****
  • Posts: 5023
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: CDZ List Always Empty
« Reply #3 on: July 28, 2023, 09:49:31 AM »
Ah ok, so the default /neocdiso/ isn't good.  Need the full path.  Thanks!

Is there a master list of all the game IDs?  Or a way to extract that like a DAT file?

I'll look into that, maybe it needs fixing, thanks!

Not sure about a full list, sorry!

best regards,
- dink

Offline dink

  • Administrator
  • *****
  • Posts: 5023
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: CDZ List Always Empty
« Reply #4 on: July 28, 2023, 09:57:04 AM »
wow, what an absolutely stupid bug with the default neocdrom directory/folder, sorry about that!  It's fixed now, at least :)

best regards,
- dink

Offline ISOHaven

  • New Member
  • *
  • Posts: 4
  • Karma: +0/-0
Re: CDZ List Always Empty
« Reply #5 on: August 05, 2023, 12:08:51 PM »
Oh ok, cool, thanks!

Regarding the game list - What is the program pulling from to know the game data?  Is it all internal?

Offline dink

  • Administrator
  • *****
  • Posts: 5023
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: CDZ List Always Empty
« Reply #6 on: August 06, 2023, 01:31:32 AM »
Oh ok, cool, thanks!

Regarding the game list - What is the program pulling from to know the game data?  Is it all internal?

it's internal, the list is in the top of neocdlist.cpp on git hub, though:

https://github.com/finalburnneo/FBNeo/blob/master/src/burner/win32/neocdlist.cpp

best regards,
- dink

Offline ISOHaven

  • New Member
  • *
  • Posts: 4
  • Karma: +0/-0
Re: CDZ List Always Empty
« Reply #7 on: August 07, 2023, 11:52:57 PM »
Perfect, thanks again!