You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I run a different instance with the vulkanmod installed, I get this
there was a way to tackle this in prismlauncher and the now dead pollymc which was to add "additional libs" and then insert "vulkan-loader" to fix the problem in Nixos however that doesn't seem to work here in fjord so I'm not sure
Steps to reproduce
install vulkanmod on any instance and you'll likely going to run in the same issue
Suspected cause
vulkan-loader isn't included as a dependency over in the fjord launcher nix package which is preventing me from adding it as an additional library
This issue is unique
I have searched the issue tracker and did not find an issue describing my bug.
The text was updated successfully, but these errors were encountered:
there was a way to tackle this in prismlauncher and the now dead pollymc which was to add "additional libs" and then insert "vulkan-loader" to fix the problem in Nixos however that doesn't seem to work here in fjord so I'm not sure
The prismlauncher derivation in nixpkgs has vulkan-loader as of NixOS/nixpkgs#303880, but the derivation in Prism's upstream repository (and therefore Fjord's) doesn't. I'm happy to cherry-pick this in for now, and I'll ask upstream about keeping their derivation in sync with nixpkgs.
Operating System
Linux
Version of Fjord Launcher
Fjord Launcher 8.4
Version of Qt
Qt 6.7.2
Description of bug
if I run a different instance with the vulkanmod installed, I get this
there was a way to tackle this in prismlauncher and the now dead pollymc which was to add "additional libs" and then insert "vulkan-loader" to fix the problem in Nixos however that doesn't seem to work here in fjord so I'm not sure
Steps to reproduce
install vulkanmod on any instance and you'll likely going to run in the same issue
Suspected cause
vulkan-loader isn't included as a dependency over in the fjord launcher nix package which is preventing me from adding it as an additional library
This issue is unique
The text was updated successfully, but these errors were encountered: