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

Package request: FurMark #301760

Closed
SIGSTACKFAULT opened this issue Apr 5, 2024 · 1 comment · Fixed by #290458
Closed

Package request: FurMark #301760

SIGSTACKFAULT opened this issue Apr 5, 2024 · 1 comment · Fixed by #290458
Assignees
Labels
0.kind: packaging request Request for a new package to be added

Comments

@SIGSTACKFAULT
Copy link

SIGSTACKFAULT commented Apr 5, 2024

Project description

FurMark 2 is the successor of the venerable FurMark 1 and is a very intensive GPU stress test on Windows and Linux platforms.

Metadata


I don't know how to package a nix package but here's what i found getting it to run from the .zip download:

  programs.nix-ld = {
    enable = true;
    libraries = with pkgs; [
      xorg.libX11
      libGL
      libGLU
    ];
  };

causes it to launch and ./furmark --demo furmark-gl works, but ./furmark --demo furmark-vk crashes with SIGSEGV.

steam-run ./furmark --demo furmark-vk works so presumably it's a library issue of some sort but i don't know which.


Add a 👍 reaction to issues you find important.

@SIGSTACKFAULT SIGSTACKFAULT added the 0.kind: packaging request Request for a new package to be added label Apr 5, 2024
@ByteSudoer ByteSudoer self-assigned this Apr 5, 2024
@SIGSTACKFAULT SIGSTACKFAULT changed the title Package request: Furmark Package request: FurMark Apr 6, 2024
@surfaceflinger
Copy link
Member

#290458

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: packaging request Request for a new package to be added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants