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

[APP BUG]: Started Launch DrKonqi for a systemd-coredump crash (PID 543282/UID 0) #2148

Open
2 tasks done
oTheAnalyst opened this issue Jan 14, 2025 · 0 comments
Open
2 tasks done

Comments

@oTheAnalyst
Copy link

Checklist

  • I have searched for a similar issue in this repository and did not find one.
  • I am using an official build obtained from releases or updated one of those builds using its in-app updater.

Describe the Bug

Jan 14 09:53:58 faker systemd[1522]: Started Launch DrKonqi for a systemd-coredump crash (PID 543282/UID 0).
Jan 14 09:53:58 faker drkonqi-coredump-launcher[543310]: Unable to find file for pid 543233 expected at "kcrash-metadata/.shadps4-wrapped.743943a0ade2402a8ee98694a2c4f77d.543233.ini"
Jan 14 09:53:58 faker drkonqi-coredump-launcher[543310]: Nothing handled the dump :O
Jan 14 09:53:58 faker systemd[1]: [email protected]: Deactivated successfully.
Jan 14 09:53:58 faker systemd[1]: [email protected]: Consumed 57ms CPU time, 15.7M memory peak, 11.4M read from disk.
Jan 14 09:53:59 faker systemd[1]: [email protected]: Deactivated successfully.
Jan 14 09:53:59 faker systemd[1]: [email protected]: Consumed 11.268s CPU time, 6.4G memory peak, 449M read from disk, 5.1G written to disk.
Jan 14 09:54:00 faker systemd[1522]: [email protected]: Main process exited, code=dumped, status=11/SEGV
Jan 14 09:54:00 faker systemd[1522]: [email protected]: Failed with result 'core-dump'.
Jan 14 09:54:00 faker systemd[1522]: [email protected]: Consumed 8.208s CPU time, 5.9G memory peak.

Reproduction Steps

  1. Install that latest version in a nix flake
  2. . install the bloodborne files
  3. run blood borne
  4. it crashes on startup.
  inputs = {
    nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable" 
}
     ({ pkgs, ... }: {
        environment.systemPackages = [ inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.shadps4 ]; })
        ];
      };

Expected Behavior

I expected blood borne to work on start up.

Specify OS Version

Nixos-unstable fr

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

1 participant