-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to launch profile, austin process exited with code -4058 #46
Comments
Hi @CamilleHamon. It's likely this is due to the whitespaces, even though it seems that all arguments with spaces are enclosed in quotes. Is PowerShell the default shell by any chance? Would you be able to switch to |
Thanks for the fast answer. I tried with cmd but get the same error. Unfortunately,the script uses quite a lot of files and I can't move them all. |
Thanks for the extra feedback. I'll try to have a look as soon as I have some time. In the meantime, perhaps you could try using Austin directly from the command line and open the data with the VS Code extension. It might not give you the same smooth experience, but hopefully it's still better than nothing 🙂 |
Thanks! I will try with the command line. |
I am having a similar issue but I do not have any spaces in my paths. I am using VSCode with the austin extension v0.13.1
Unfortunately I cannot use the CLI version on my endpoint it has to be through VSCode. |
@CamilleHamon @eric6204 I have just noticed you both are reporting a
@CamilleHamon in your case I think this is because the path you have specified in the config only points to the folder where @eric6204 In your case it looks like the |
Ok, I just have the VSCode plugin and not the full executable. Thanks! |
Thank you. I will try to set the path directly to the executable. |
@CamilleHamon did that fix your issue? |
I haven't had time to try yet. Hopefully next week! |
Just stumbled upon this thread. I'm gettign this too. Running VSCode 1.92.2.
I can confirm the executable exists (latest release):
|
I got it to work by uninstalling the Windows msi package, and installing it using |
Hello,
I installed Austin on windows (from the installer) and the VSC extension.
When I try to run the profiler in VSC extension, I get the following error:
I read in other issues that there may be some issues with whitespaces in the path. Is it what's happening here? (One of the parent folders of the python script is called "OneDrive - RISE").
The text was updated successfully, but these errors were encountered: