Page 1 of 1

Installation problem in Windows10

Posted: Wed Sep 20, 2017 3:37 am
by Damian
Hello, I'm Damian from Spain and this is the first time I participate in this forum.
Yesterday, I received a BladeRF x40. I downloaded the latest windows installer version from https://www.nuand.com/support.php, but when tried to execute the file "bladeRF-win-installer-latest.exe" always appeared an error indicating that this application can't be executed in my PC.
I've read the installation guide and, according to that, it can't be executed in windows 10, only works untils Windows 8.1. My PC use Windows10.
Is it impossible to run BladeRF in Windows10?

Re: Installation problem in Windows10

Posted: Mon Sep 25, 2017 7:46 am
by rtucker
Greetings...

Indeed, it looks like Windows 10 is not happy with the installer being a 32-bit application. Just to make sure I'm seeing the same thing, if you open Event Viewer and look at the Application Logs, do you have an log message from Wow64 Emulation Layer like this?

Code: Select all

The program or feature "\??\C:\Users\Rey Tucker\Downloads\temp\bladeRF-win-installer-latest.exe"
cannot start or run due to incompatibity with 64-bit versions of Windows. Please contact the software vendor
to ask if a 64-bit Windows compatible version is available.
For what it's worth, I've been able to build from scratch (using libusb, but not CyAPI) under Windows 10, using the instructions at https://github.com/Nuand/bladeRF/wiki/G ... 3A-Windows and https://github.com/Nuand/bladeRF/tree/master/host. So it's doable, but not fun. (Also, the wiki instructions are out-of-date -- I have built with Visual Studio 2017 by modifying pthreads slightly.)

I've opened an issue to track this: https://github.com/Nuand/bladeRF/issues/529 ... hopefully this can be cleared up for the next release :<

Thanks for the heads up!

Re: Installation problem in Windows10

Posted: Tue Oct 24, 2017 8:33 am
by sedneyh
I am new and got my BladeRF today, but it does not work with my windows 10, really want to know when this release will be available

Re: Installation problem in Windows10

Posted: Mon Oct 30, 2017 8:41 am
by rtucker
Could you try installing the version immediately prior to the latest one, https://www.nuand.com/windows_installer ... alpha2.exe ? It should work, based on a single quick test. Let me know how it goes, though!