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

sed: can't read /home/user/.local/share/vulkan/implicit_layer.d/mangohud32.json and mangohud64.json #15

Closed
williamroge opened this issue Feb 5, 2020 · 9 comments
Assignees

Comments

@williamroge
Copy link

when I run the ./build.sh install errors out with:
sed: can't read /home/user/.local/share/vulkan/implicit_layer.d/mangohud32.json: No such file or directory
sed: can't read /home/user/.local/share/vulkan/implicit_layer.d/mangohud64.json: No such file or directory

*I replaced my home directory name with user.

@flightlessmango
Copy link
Owner

A quick fix would be to install the release first, then you should be able to build

@telans
Copy link
Collaborator

telans commented Feb 6, 2020

Are there any errors in ninja or meson? I don't have a catch for exiting, it just continues to the end (sed) and errors if the files don't exist (aren't built/copied)

@williamroge
Copy link
Author

Well I run Zorin 15.1, someone else was having problems too, compiling and installing via meson and ninja didn't have any errors (other than dependencies which I installed), when manually using LD_PRELOAD=path to mangohud.so, I get segmentation fault error

@flightlessmango
Copy link
Owner

have you tried using the release package?

@williamroge
Copy link
Author

Hmm.. I tried using the release build, nothing, before I tried this I wasn't even able to use mesa's default vulkan hud, though vulkan is installed and working.

@guihkx
Copy link
Contributor

guihkx commented Feb 7, 2020

@williamroge

Could you try replacing libMangoHud.so and libMangoHud32.so in your ~/.local/share/MangoHud/ with these:

mangohud-lts.zip

This seems related to #17 (comment).

@williamroge
Copy link
Author

I missed this error, though ninja didn't complain, I don't have the vulkan headers installed (trying to figure out how to get them vulkan sdk maybe?)

meson.build:109:0: ERROR: Include dir modules/Vulkan-Headers/include does not exist.

@flightlessmango
Copy link
Owner

run git submodule update --init --depth 50 in the mangohud cloned folder

@williamroge
Copy link
Author

YOUR AWESOME THANKS ALL FOR THE HELP!

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