Open Jean-Baptiste-Camps opened 4 years ago
I would suggest to symlink the save folders (including the one created by EET) from your case-insensitive mount point. That way, save files and dirs will also be found irrespective of their casing, which is the problem your output suggests.
edit:
Also suggest swapping ntfs with an ext4 filesystem with case folding, either in a partition of its own or in an allocated file. In my experience ntfs has problems as fuse tends to flake out and crash.
I had this issue as well and got past it. I had to mount the NTFS partition two different ways; one to install / extract the game files and the other to run WeiDU:
sudo ntfs-3g \<pathToNtfsPartition> \<pathToMountPoint>
run your BG1 and BG2 game installers and point the install folders to your mount point. Then:
sudo umount \<pathToMountPoint>; sudo mount -t lowntfs-3g -o windows_names,ignore_case,umask=007,uid=\<yourUserName> \<pathToNtfsPartition> \<pathToMountPoint>
Note, I'm using the Linux version of WeiDU, not wine + setup-EET.exe
I've been trying to install on Linux. I have put the game folder on a ntfs partition, mounted case insensitive, but, whatever I try, the installation fails without a message, and without even trying.
If I try using
wine setup-EET.exe
, install does indeed start, but encounters the same issue as #32 .