mu icon indicating copy to clipboard operation
mu copied to clipboard

Resolve the actual data path for windows distrubutions

Open tonybaloney opened this issue 3 years ago • 3 comments

Fixes a bug where if the host Python is from the Windows store then DATA_DIR will be different with subproceses. This causes a crash creating virtual environments.

See https://github.com/mu-editor/crash-reports/issues/228

Fixes #2293

tonybaloney avatar Jul 16 '22 11:07 tonybaloney

@tonybaloney would you mind running a make tidy over the PR and re-push, please? I'd be very keen to get this in once it's passing tests.

tjguk avatar Jul 18 '22 19:07 tjguk

@tjguk done (the failing test is failing on all PRs)

tonybaloney avatar Jul 19 '22 08:07 tonybaloney

@tjguk done (the failing test is failing on all PRs)

Yes, the linux sementation fault used to be a lot more sporadic, now it seems to fail once in every CI run. We need to investigate further, but we haven't been able to replicate.

  • https://github.com/mu-editor/mu/issues/1454

I've restarted the failing job, should pass the second time.

carlosperate avatar Jul 19 '22 08:07 carlosperate