JamesWilko / Payday-2-BLT

Payday 2 Better Lua injecTor
http://paydaymods.com/
MIT License
174 stars 36 forks source link

MoveFileEx failed with error 3 #162

Open mpldr opened 7 years ago

mpldr commented 7 years ago

Hi, after experiencing long verifying times (not completed after 1h) I removed the verification process from base\req\BLTDownloadManager.lua.

This leads to a successful deletion of the install directory of the mod and the following line in the console: 11:15:48 AM Log: (..\src\util\util.cpp:100) MoveFileEx failed with error 3

I manually updated BLT but it didn't help.

the error occurs on line 187 of the mentioned file: local move_success = file.MoveDirectory( extract_path, install_path )