We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When vinegar is copying overlay files if there already file exists in dest folder it will throw symlink error "file exists"
2023/12/30 16:16:59 deployment.go:41: Fetching latest version of WindowsPlayer for channel ZFlag 2023/12/30 16:16:59 deployment.go:48: Fetched WindowsPlayer canonical version 0.605.3.6050660 2023/12/30 16:16:59 binary.go:281: WindowsPlayer is up to date (version-48a28da848b7420d) 2023/12/30 16:16:59 binary.go:286: Using Renderer: D3D11 2023/12/30 16:16:59 fflags.go:34: Applying custom FFlags: /home/starzation/.local/share/vinegar/prefix/vinegar/versions/version-48a28da848b7420d/ClientSettings/ClientAppSettings.json 2023/12/30 16:16:59 copy.go:19: Copying Overlay directory's files 2023/12/30 16:16:59 vinegar.go:219: symlink /nix/store/g5szcwdfsbjznm9fqad69hwf7v0nlr4g-home-manager-files/.config/vinegar/overlay/content/sounds/action_footsteps_plastic.mp3 /home/starzation/.local/share/vinegar/prefix/vinegar/versions/version-48a28da848b7420d/content/sounds/action_footsteps_plastic.mp3: file exists
Installation method: Installed from source
Vinegar: v1.6.0
Distro: NixOS 24.05 (Uakari) 24.05
Processor: Intel(R) Core(TM) i3-10105F CPU @ 3.70GHz
Kernel: 6.1.67
Wine: wine-9.0-rc1 (Staging)
Cards:
It will only cause if it already have file exists in dest folder which can cause by install roblox or vinegar copy overlay file successfully
The text was updated successfully, but these errors were encountered:
Fixed in otiai10/copy#145
Sorry, something went wrong.
update go modules for #321
e4be3b3
Successfully merging a pull request may close this issue.
Describe the bug
When vinegar is copying overlay files if there already file exists in dest folder it will throw symlink error "file exists"
To Reproduce
Logs
System information
Installation method: Installed from source
Vinegar: v1.6.0
Distro: NixOS 24.05 (Uakari) 24.05
Processor: Intel(R) Core(TM) i3-10105F CPU @ 3.70GHz
Kernel: 6.1.67
Wine: wine-9.0-rc1 (Staging)
Cards:
Additional context
It will only cause if it already have file exists in dest folder which can cause by install roblox or vinegar copy overlay file successfully
The text was updated successfully, but these errors were encountered: