wishstudio / flinux

Foreign LINUX - Run unmodified Linux applications inside Windows.
GNU General Public License v3.0
3.58k stars 245 forks source link

Crashes on non-NTFS filesystems #95

Open itguy51 opened 8 years ago

itguy51 commented 8 years ago

I'm unaware of whether or not it's clear that this application crashes on non-NTFS filesystems (I have a storage drive formatted as exFAT and it crashes immediately with

[10:08:44.0508990] (EE) NtQueryInformationFile(FileAttributeTagInformation) failed, status: c000000d
[10:08:44.0509140] (EE) Opening initial current directory "/" failed.

For me this isn't a huge deal since I can just store it on my OS partition (the app is not very large).

I've noticed that when I move it to an NTFS partition, it works properly.

I'm not sure if this is a bug, or intended behavior.