Issues with RetroArch latest from downloads

Hi, got some issues with the final burn alpa libretro, it says “RetroArch [ERROR] :: [libretro ERROR] :: [FBA] Cannot find driver.” when trying to load games. Tried replacing entire folder but didnt work. This emulator was working, but then suddenly stopped.

C:\Emulators_and_Ice\RetroArch>retroarch.exe --verbose -f -L C:\Emulators_and_Ice\RetroArch\libretro\fb_alpha_libretro.dll C:\Emulators_and_Ice\Ice\ROMs\FBANEXT\Tumblepop.zip
 
... lots of config loading
input_player8_r_y_plus_btn = "nul"
input_player8_r_y_plus_axis = "nul"
input_player8_r_y_minus = "nul"
input_player8_r_y_minus_btn = "nul"
input_player8_r_y_minus_axis = "nul"
input_player8_turbo = "nul"
input_player8_turbo_btn = "nul"
input_player8_turbo_axis = "nul"
core_specific_config = "false"
=== Config end ===
RetroArch: Found default config: C:\Emulators_and_Ice\RetroArch\retroarch.cfg.
RetroArch: Loading dynamic libretro from: "C:\Emulators_and_Ice\RetroArch\libretro\fb_alpha_libretro.dll"
RetroArch: Environ SET_VARIABLES.
RetroArch: Core option:
RetroArch:      Description: Diagnostics
RetroArch:      Key: fba-diagnostics
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: Neo Geo UniBIOS
RetroArch:      Key: fba-unibios
RetroArch:      Current value: disabled
RetroArch:      Possible values:
RetroArch:              disabled
RetroArch:              enabled
RetroArch: Core option:
RetroArch:      Description: CPU Speed Overclock
RetroArch:      Key: fba-cpu-speed-adjust
RetroArch:      Current value: 100
RetroArch:      Possible values:
RetroArch:              100
RetroArch:              110
RetroArch:              120
RetroArch:              130
RetroArch:              140
RetroArch:              150
RetroArch:              160
RetroArch:              170
RetroArch:              180
RetroArch:              190
RetroArch:              200
RetroArch: Version of libretro API: 1
RetroArch: Compiled against API: 1
RetroArch: Environ GET_LOG_INTERFACE.
RetroArch: ROM loading skipped. Implementation will load it on its own.
RetroArch [ERROR] :: [libretro ERROR] :: [FBA] Cannot find driver.

http://pastebin.com/yBrnZ4JN

So found the issue, I renamed the rom file, it didnt like that.

And also I found out that libretro FBA doesnt support 7z which is the new standard for roms, but I see this is already commited to github 6 months ago.