goingnative icon indicating copy to clipboard operation
goingnative copied to clipboard

Error on Windows with verifying and folder names with space characters

Open nourikhalass opened this issue 9 years ago • 0 comments

Issue:

When trying to run:

goingnative verify

On a Windows 8.1 (64bit) machine the program gives the following error:

 Could not properly compile test addon, error finding binding: Could not locate the binding file

Possible cause of issue:

The program can not handle being run from a (sub) directory that has a space character in the name. The displayed list of files it is trying to write/test/use are in a non existing directory. Say folder is called 'Fooz Baz' than it will run in C:\Users\Person\etc\Fooz\* instead of C:\Users\Person\etc\Fooz Baz\*

Running it from a directory without a space character in the name fixes the issue.

nourikhalass avatar Aug 12 '15 18:08 nourikhalass