Skip to content
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

Issue with installation on Linux #54

Open
Jean-Baptiste-Camps opened this issue Apr 18, 2020 · 2 comments
Open

Issue with installation on Linux #54

Jean-Baptiste-Camps opened this issue Apr 18, 2020 · 2 comments

Comments

@Jean-Baptiste-Camps
Copy link

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.

 ./EET/bin/unix/weidu --debug-assign --debug-value EET/EET.tp2 
[./EET/bin/unix/weidu] WeiDU version 24600
[./chitin.key] 189 BIFFs, 62285 resources
SET %SAVE_DIRECTORY% = ~/home/user/.local/share/Baldur's Gate II - Enhanced Edition/save~
SET %MPSAVE_DIRECTORY% = ~/home/user/.local/share/Baldur's Gate II - Enhanced Edition/mpsave~
SET %USER_DIRECTORY% = ~/home/user/.local/share/Baldur's Gate II - Enhanced Edition~
SET %EE_LANGUAGE% = ~en_us~
[./lang/en_us/dialog.tlk] 103241 string entries
[./lang/en_us/dialog.tlk] claims to be writeable.
[./lang/en_us/dialog.tlk] claims to be a regular file.

Press ENTER to exit.

If I try using wine setup-EET.exe, install does indeed start, but encounters the same issue as #32 .

@lambda-dom
Copy link

lambda-dom commented Sep 13, 2020

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:

  • disregard the above, I was confused for a moment: the save folders are created after game install so the problems with casing only rear their head latter. The suggestion below still remains, but is probably not the cause of your problems.

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.

@CodePhase
Copy link

CodePhase commented Jul 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants