Rebuilding axoloti with newer libusb error


#1

I'm trying to get the axoloti running on my windows 7 PC. It works under Mac OSX, but not under MAC bootcamp. Further investigation showed, that libUSB is working fine, when called from a C program directly. But the tested dll is newer than the provided dll. So I rebuilt axoloti and now I'm stuck uploading the FW. I'm getting this message:
Feb 06, 2017 3:34:10 PM axoloti.usb.Usb isDFUDeviceAvailable
SEVERE: Please install the "STM32 Bootloader WinUSB" driver.
Feb 06, 2017 3:34:10 PM axoloti.usb.Usb isDFUDeviceAvailable
SEVERE: Launch Zadig (http://zadig.akeo.ie/) , open the configuration from platform_win\zadig_conf_dfu.cfg and press "install driver"
Feb 06, 2017 3:34:10 PM axoloti.MainFrame jMenuItemFlashDFUActionPerformed
SEVERE: No devices in DFU mode detected. To bring Axoloti Core in DFU mode, remove power from Axoloti Core, and then connect the micro-USB port to your computer while holding button S1. The LEDs will
stay off when in DFU mode.
But where is zadig_conf_dfu.cfg ?
I found a file axoloti.cfg, used thisone to install the bootstrap driver and not I'm getting:
Link to firmware CRC 50A29AA2
Start disconnect
Done disconnect
Start flashing firmware with DFU
java.io.IOException: Cannot run program "C:\Program" (in directory "J:\downloads\axoloti-1.0.11\axoloti-1.0.11\firmware"): CreateProcess error=2, The system cannot find the file specified
java.io.IOException: Cannot run program "C:\Program" (in directory "J:\downloads\axoloti-1.0.11\axoloti-1.0.11\firmware"): CreateProcess error=2, The system cannot find the file specified

OK, debugging the batch files, building everything manually and after downloading the lastest dfu-util, I could copy the FW on the card. Restarting axoloti a few times and then suddenly this:
USB device found
Patch produced with newer version of Axoloti J:\Users\CA\Documents\axoloti\axoloti-factory\patches\tutorials\01_sine_oscillator.axp 1.0.8. So what is the next step?