-
Notifications
You must be signed in to change notification settings - Fork 122
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
[macOS] Regression: Black text on main menu in Wargus (Stratagus bug) #596
Comments
I updated to last guichan (0.9.0) (with some patches)... |
guisan (a guichan fork) has similar/worse issue... |
The same issue happens for me on linux.
|
Should be fixed by above PR. |
Yes, I can confirm it's fixed. Thanks 👍🏼 |
This was a tricky one to track down...
When building Wargus recently I noticed the text on the main menu was black. What was odd was that older builds I had archived also had the same issue, whereas they didn't before. However, after a lot of testing I was able to replicate the issue.
#584 /fix/typos 7b2d62e - OK - White/yellow text
#583 /guichan_official_patched_0_4_0 311a684 - Broken build
#588 /mng a1bd75e - Broken build
#589 /palette_typo 4c213cc - Broken build
#592 /guichan_fix fb35843 - Build fix - Black Text
Screenshots:
#584:
#592:
So the issue that causes the black text is somewhere in between those PRs.
But the reason why this was confusing to track down was that after I opened a build with the bug, any working builds would also have black text until I deleted the Stratagus source folder. After deleting it, the older working builds reverted to white text. I assume this is related to this issue with wartool, where the rpath is not working.
The text was updated successfully, but these errors were encountered: