-
Notifications
You must be signed in to change notification settings - Fork 14
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
*nix case patch: Remaining Uppercase directories #52
Comments
Here's the list: dirs_modified.txt I personally favor recursive functions for recursive tasks but I can understand the choice of not using one. |
Hello, NTFS case sensitivity is optional and disabled by default, this is why the case fix is only run for not *NT OS: https://github.com/Mord3rca/gamma-launcher/blob/master/launcher/commands/install.py#L99 |
Thanks for the answer. However, I think you misunderstand me. |
Yup, kinda read a bit too fast. Bug confirmed, filter method is now updated. However, can you test it and check that S.T.A.L.K.E..R. is able to run correctly with this ? |
This change does not cover the cases listed above. |
Have you done a full reinstall to get the new diff ? (wipe everything in mods/) |
Greetings. Yes, of course. |
New modification, it should be good now. |
I have seen crashes at startup because of: It turns out that there was lowercase ACES_LMTs folder that contained lmt_channel_mixer.h |
This implies to have a "smart launcher" which understand Stalker configuration files. Maybe it's safer to just keep things simple (and working) |
I think that only 100% sure way to make it work is to enable casefold in fs and enable it on directory basis with 'chattr +F'. |
I agree on this. However, it requires a modification on the FS ( |
May also be the case that the problem described by @sobkas is related to renaming the files themselves. I personally noticed the following problem with the current version of gamma-launcher: https://0x0.st/HWap.png Because of that I removed the path-case-fix entirely and used this snippet afterwards - as told before: Using that fixed this particular HUD alignment (both were clean installs). |
Originally posted by @Singustromo in #35 (comment)
I applied my function from the mentioned Issue on a finished installation and still noticed some Uppercase directories. As this probably leads to unpredictable behavior, it is worth a fix.
Attached is a file with the specific directories of the current GAMMA build which still had to be renamed.
The text was updated successfully, but these errors were encountered: