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

TUI variant on macOS fails on launch: failed to load resources: No such file or directory #610

Open
barracuda156 opened this issue Jul 23, 2023 · 1 comment
Labels

Comments

@barracuda156
Copy link

I have reported earlier today that non-standard Unix-like MacOS build got issues finding resources: #609
Well, turned out those are unrelated to my fixes for GUI.

TUI variant fails identically, and it does not use any patches at all:

36-25% /opt/local/bin/clagrange
failed to load resources: No such file or directory

@skyjake Could you please take a look? Since the problem is the same, fixing it for TUI should fix it for every case.

@skyjake
Copy link
Owner

skyjake commented Jul 30, 2023

Deploying the TUI build has not yet been implemented. The way it handles paths is incorrect. It basically assumes that it is always built from source, and the resources.lgr file can be found in the current working directory (where you presumably launch clagrange) that is also the build directory.

Making the TUI build installable using the typical methods like "make install" is certainly something I plan to do, however in general it still needs more work to make the UI more user-friendly and to fix some remaining glitches and UI layout problems.

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

No branches or pull requests

2 participants