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

Fixed fancymenu bugs #147

Open
SlawekNowy opened this issue Oct 10, 2021 · 6 comments
Open

Fixed fancymenu bugs #147

SlawekNowy opened this issue Oct 10, 2021 · 6 comments

Comments

@SlawekNowy
Copy link

Found the cause of the bug in fancy menu.
Essentially There are backslashes where they should be forward slashes.
Additionally casing of real path and referenced path must match.
If so it will work just as expected just as in windows.

That's due to the fact that Linux and MacOS's filesystems are case-sensitive.

@CharZinta
Copy link

Please report this to the MOD Developer and close this event as this is nothing the pack developer can fix. Thanks for reporting.

@SlawekNowy
Copy link
Author

This one is a pack problem since SEA.txt file in the pack is erroneous.

@CharZinta
Copy link

I'll leave it to the Pack Dev to respond then as someone else posted this in chat and got that answer from LotP. Please drop by discord and chat with Ben or LotP. Thank you for posting.

@benbenlaw
Copy link
Owner

have you confirmed that changing it fixes the mod on mac?

@SlawekNowy
Copy link
Author

SlawekNowy commented Oct 12, 2021

That's the bug no?
https://imgur.com/Cs5S7Hy
This is to make sure we're talking about the same bug.

@defaultex
Copy link

Playing on a Linux machine I can verify that SlawekNowy did indeed figure out a solution to the problem he showed in image. Windows often lets you get away with a loose interpretation of URI paths but any other OS will be picky about it. The problem is in config/fancymenu/customization/SEA.txt. Specifically the occurrences of "config/fancymenu/Asset" should be "config/fancymenu/asset". It should be lower case "asset". In a case sensitive environment like any non-Windows OS, "asset" and "Asset" are two unique names.

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

4 participants