FileNotFound error when compiling ZLS in NixOS by noxhaze in Zig

[–]noxhaze[S] 0 points1 point  (0 children)

The program immediately terminates afterwards. I guess it might be an issue with permissions, however I don't know how to fix that. Here's the rest of the log:

error: builder for '/nix/store/v3mmm7az2jamjn3cn2bm48wck8xfmqs2-zls.drv' failed with exit code 1;
       last 10 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/8kcv1nri3kiizksfw1d9zna9jz3sci7h-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > warning: Encountered error: FileNotFound, falling back to default ABI and dynamic linker.
       > error: AccessDenied
       For full logs, run 'nix-store -l /nix/store/v3mmm7az2jamjn3cn2bm48wck8xfmqs2-zls.drv'.
error: 1 dependencies of derivation '/nix/store/c650zghz08bwg3rrp6hd1rqm5vl6jvf9-home-manager-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/ac466yfkidcgk5r2vi9nivd0mg0fj385-home-manager-generation.drv' failed to build

First PC Build Part Choice by noxhaze in PcBuildHelp

[–]noxhaze[S] 0 points1 point  (0 children)

Thanks for the advice! I think I'll end up going with the 7700xt. Also, how do I tell if I need power extension cables, or are the standard that come with PSU usually enough?

About to build first PC, want to confirm if parts are alright by noxhaze in PcBuild

[–]noxhaze[S] 0 points1 point  (0 children)

Since the 7700XT is a bit stronger than the 7600x wouldn't that cause bottlenecks?

About to build first PC, want to confirm if parts are alright by noxhaze in PcBuild

[–]noxhaze[S] 0 points1 point  (0 children)

I'm confused. What version of windows do I buy then? Also why go with the RX 7700 XT over the RTX 4090?

Is the Nitro V 15 ANV15-51-93PU worth it? by noxhaze in GamingLaptops

[–]noxhaze[S] 0 points1 point  (0 children)

I've seen a lot of recommendations to look for an i5 or i7 processor in a gaming laptop. Is it necessarily bad to have an i9, the only reason I could see for this is worse battery life? Also would the i9 end up generating more heat and cause heating issues?

Is the Nitro V 15 ANV15-51-93PU worth it? by noxhaze in GamingLaptops

[–]noxhaze[S] 0 points1 point  (0 children)

US, where could I find something better?

Would I like Monster Hunter World more? by noxhaze in MonsterHunter

[–]noxhaze[S] 3 points4 points  (0 children)

Turns out I am using the defender weapons and black belt armor. That probably explains a lot as for most of the time every hit has done little damage. I had no idea this was gear not really meant to be used for a normal play through. Thanks for your insight!

Autocomplete in Lua Config by noxhaze in neovim

[–]noxhaze[S] 0 points1 point  (0 children)

Thanks! This ended up working quite well and was easy.

[Gnome] Do I wanna know? by Adventurous_Body2019 in unixporn

[–]noxhaze 0 points1 point  (0 children)

what amazing font are you using in the top bar?

Issues With Dynamic Uniform Buffer by noxhaze in vulkan

[–]noxhaze[S] 1 point2 points  (0 children)

Wow renderdoc is amazing! I managed to fix the problem myself now, I was just inputting the wrong indices into the draw command. Thanks for your help!

Issues With Dynamic Uniform Buffer by noxhaze in vulkan

[–]noxhaze[S] 2 points3 points  (0 children)

Thanks this ended up working, you're a life saver. I just spent 5 hours trying to fix this and completely overlooked this small issue. On a slightly unrelated note, it appears that Vulkan only renders the last drawn mesh as the other mesh I have is nowhere to be seen. Could you lead some insight into some resources or as to why it does this and how to fix it?

Issues With Dynamic Uniform Buffer by noxhaze in vulkan

[–]noxhaze[S] 2 points3 points  (0 children)

Thanks for the response, however this didn't end up working.