-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting "[ERROR] input path is not a directory" #52
Comments
Interesting! I assume the You could try something like I am also thinking that maybe the Dropbox folder is messing with the C++ filesystem api. Another thing to try might be to move the project in a different location. It is strange that a straight forward check like IsDirectory fails on a real folder. |
Thanks for looking at this. I should have noted that the path is correct, Dropbox was not running, and VS has elevated permissions. I copied the solution folder to C:/tmp/ and changed the configuration as follows:
Output:
Build output: (the warning is regarding PGO data and should be unrelated)
|
That's super strange! I can see the extension is computing the paths properly as There is something obscure happening with the std::filesystem in there. Would it be possible to run a simple program like below?
if this succeeds then the only explanation would be that the 'const char*' does not reach properly the application. Then cloning the repo and putting a breakpoint in the ScoreDataExtraction line provided above with the command line printed in the output pane should bring more light to the mystery. |
The code exactly as is reads each backslash as an escape sequence, so it does not build, but changing the path to either of |
Out of curiosity. Did you figure out why that folder was cursed and did not work? |
On "Build Solution and Profile" using an elevated instance of VS:
Score Data Extractor failed to start the recording session with code -1. The current build data won't be captured. Please check the output pane for more information.
Output from Compile Score:
Output from Build:
Settings:
Using:
Visual Studio Community 2022, 17.7.6
Compile Score 1.8.4, Data Version 9
Clang 16.0.5
Windows 10
The text was updated successfully, but these errors were encountered: