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

Baking Error PermissionError: [WinError 32] The process cannot access the file because it is being used by another process #529

Closed
zbob90 opened this issue Apr 9, 2021 · 2 comments
Labels

Comments

@zbob90
Copy link

zbob90 commented Apr 9, 2021

System Information

Blender Version: 2.92
FLIP Fluids Version:1.0.9b
Operating System: Windows 10
CPU: Intel core i7- 8657U
GFX: Intel R UHD Graphics 620
RAM: 16 GB

Describe the bug

I bake the scene and around 10% through an error pops up. I've updated Blender and my graphics drivers but this still happens on any scene.

To Reproduce

flipFluid.zip

Expected Behaviour

A description of what you expected to happen.

Actual Behaviour

A description of what actually happened.

Screenshots

IMG-8580

@rlguy
Copy link
Owner

rlguy commented Apr 9, 2021

Hi zbob90,
Thanks for sending a report! This error means that there is a file in use by another process and is unable to be deleted by the Windows OS. Here are a few things to try:

  • The first thing to check is to make sure that your simulation cache directory is not located on a network drive, or a synced location such as Dropbox or Google Drive. These types of file locations can cause conflicts with how the addon operates due to accessing these files while they are being modified.
  • Try setting the cache directory to a new location in the FLIP Fluids Cache panel and baking again.
  • Try rebooting your system to ensure the file is no longer in use

Hope this info helps! Let us know if any of these tips work for you or if you have any more info on the issue.

- Ryan

@rlguy rlguy changed the title Baking Error Baking Error PermissionError: [WinError 32] The process cannot access the file because it is being used by another process Apr 9, 2021
@rlguy
Copy link
Owner

rlguy commented Apr 29, 2021

Since we have not heard back on this issue, we have added a workaround to bypass this error. The file being deleted is just a small temporary file and it is not critical that it is not deleted, so the addon will ignore the error and continue running as a workaround. This fix will be available in Experimental Version 9.0.9.20 (05-may-2021) or in stable versions later than 1.0.9b.

If you have any information on this issue, or are experiencing issues in a future versions, please let us know and we can re-open this issue thread.

@rlguy rlguy closed this as completed Apr 29, 2021
@rlguy rlguy added the inactive label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants