maxton / GameArchives

A C# library for reading several video game archive formats, and a sample file explorer.
GNU Lesser General Public License v3.0
95 stars 20 forks source link

File in use by another process - Windows 10 #10

Closed Mal1t1a closed 7 years ago

Mal1t1a commented 7 years ago

Hey, I've been trying to read an .ARK file extracted from the Frequenecy.bin file. When I ran the program (as administrator as well), I go to open up the "LEVELS.ARK" file and I immediately get presented with a "File in use by another process" error. Obviously this error is very self explainitory, however I tried creating a copy of the file, moving the file to another computer and running this program as well. All bring fourth the same error. I'm running Windows 10 on both computers. I suspect it may be the program itself is causing the file to be locked at the same time it goes to read the file.

maxton commented 7 years ago

This should have been fixed in 0.11.2 but I tried LEVELS.ARK and it didn't work, so I will look into it