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

[fix compile] winutil used by another process #2680

Conversation

MyDrift-user
Copy link
Contributor

@MyDrift-user MyDrift-user commented Sep 5, 2024

Pull Request

[fix compile] winutil used by another process

Type of Change

  • Bug fix

Description

I am having the issue on some machines (where I sadly have to use onedrive) where onedrive process blocks the compile script from writing into winutil.ps1. But that happens at the end of the script meaning I am waiting for the compile to end just for it to error out on me after generating everything..

  • remove winutil.ps1 if it is readonly (also works if another process is using it) to minimize failed compilations.

Testing

  • worked for me now

Issue in question

image

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

- remove winutil.ps1 if it is readonly (also works if another process is using it) to minimize failed compiles.
@MyDrift-user MyDrift-user marked this pull request as draft September 5, 2024 08:16
@MyDrift-user MyDrift-user marked this pull request as ready for review September 5, 2024 08:24
@ChrisTitusTech ChrisTitusTech merged commit 473f04d into ChrisTitusTech:main Sep 10, 2024
1 check passed
@ChrisTitusTech ChrisTitusTech added the skip-changelog Skip Change Logs label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Skip Change Logs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants