-
Notifications
You must be signed in to change notification settings - Fork 165
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
MO2 Deleting Temp Folders Prematurely(?) Causing Path Not Found Errors #2161
Comments
It says MO2 doesn't directly create the temporary file, it gets Qt to, and Qt doesn't create the temp directory because it's supposed to always exist. I'd expect that if you press the Windows key and R to bring up the Run dialog in Windows, and then type Sometimes file error messages in Windows can be misleading, though. It's possible that the directory does exist, but your drive is full, and that would explain the |
I opened up the file path and I assure you the folder is indeed gone :/
That said, my drive is nowhere near full yet, either, I still have close to 1TB of storage left. |
It shouldn't even be possible for MO2 to delete the temp directory, so that's bad if it's managing to. This was happening each time you installed an OMOD? Maybe the step that clears the subdirectory that temporarily contains the extracted OMOD is accidentally affecting its parent. |
Yeah, it was happening every time
I considered this possibility too, but I wasn't completely sure of the likelihood given I'm not familiar with MO2 / Qt code |
The problem:
After attempting to install some OMODs, I found that MO2 keeps requiring a specific folder:
C:/users/USERNAME/AppData/Local/Temp
But, after installing the OMODs, it's started to throw messages like:
Because, it seems to keep deleting that Temp folder after attempting to install, thereby causing these errors...
But what I don't understand is both why it's doing so and why it doesn't just recreate the Temp folder if it's upset that it doesn't exist (because MO deleted it) :/
To Reproduce:
(In my case)
Environment:
Details:
What I also found weird about this is that I installed other OMODs prior to the ones mentioned and had no issue until I specifically started installing the ones mentioned. If I recreate the Temp folder, the issue gets fixed, but not for long because attempting to install another OMOD from that mod page causes it to be deleted again. :/
Links to Mod Organizer logs:
USVFS:
MO Interface:
The text was updated successfully, but these errors were encountered: