Skip to content
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

"Failed to create build folder symlink" #80

Open
hassan-pdx opened this issue Jan 3, 2024 · 2 comments
Open

"Failed to create build folder symlink" #80

hassan-pdx opened this issue Jan 3, 2024 · 2 comments

Comments

@hassan-pdx
Copy link

hassan-pdx commented Jan 3, 2024

I get the following local build errors:

⚠️ Failed to create build folder symlink - proceeding without (run again with -vvv to get more details)
⚠️ Failed to create build folder symlink - proceeding without (run again with -vvv to get more details)
ikalnytskyi/termcolor up-to-date check.

  • done.
    ● [err] Dynamic exception type: class std::bad_alloc
    std::exception::what: bad allocation
    ● [err] Something went wrong, for help on your issue, we would enjoy getting your report at https://tipi.build/#contact

tipi_example.zip

@daminetreg
Copy link
Contributor

Thank you @hassan-pdx for your report.

Nice to see you trying tipi and thanks for the great report with the attached example, we rely on the Symlinks support on Windows.

Which windows version and which tipi version are you using ? tipi -h should tell you at the top of the output.

The bad_alloc is not clear to me and It feels to me that you are using an older version because you have got a .tipi/id file generated, that by the way has a **** in it, I suppose you anonymized the information manually ?

Regarding the symlink warning you can enable them by enabling developer mode in Windows Settings :

  1. Click on Privacy & security.
  2. Select the For developers page on the right side.
  3. Turn on the Developer Mode toggle switch to enable the feature.

Or run in an elevated powershell : PS C:\WINDOWS\system32> reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"

c.f. https://learn.microsoft.com/en-us/windows/apps/get-started/developer-mode-features-and-debugging#use-powershell-to-enable-your-device

@hassan-pdx
Copy link
Author

hassan-pdx commented Jan 3, 2024

Hi Damien,

Well, Developer Mode is already enabled on my machine.
image

And I'm using Windows 10 and tipi - v0.0.56 - c++ companion.

By the way, I've just installed tipi this morning following the Onboarding Wizard steps, so I assume it's the latest?

And yes, I anonymized the username.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants