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

Closed
opened 2026-02-27 21:07:55 +03:00 by kerem · 4 comments
Owner

Originally created by @oTheAnalyst on GitHub (Jan 14, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2148

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]: drkonqi-coredump-processor@12-543280-0.service: Deactivated successfully.
Jan 14 09:53:58 faker systemd[1]: drkonqi-coredump-processor@12-543280-0.service: Consumed 57ms CPU time, 15.7M memory peak, 11.4M read from disk.
Jan 14 09:53:59 faker systemd[1]: systemd-coredump@12-543280-0.service: Deactivated successfully.
Jan 14 09:53:59 faker systemd[1]: systemd-coredump@12-543280-0.service: 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]: app-shadps4@b6e41f3d41de4c34bf14ba7148f71051.service: Main process exited, code=dumped, status=11/SEGV
Jan 14 09:54:00 faker systemd[1522]: app-shadps4@b6e41f3d41de4c34bf14ba7148f71051.service: Failed with result 'core-dump'.
Jan 14 09:54:00 faker systemd[1522]: app-shadps4@b6e41f3d41de4c34bf14ba7148f71051.service: 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

Originally created by @oTheAnalyst on GitHub (Jan 14, 2025). Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2148 ### Checklist - [X] I have searched for a similar issue in this repository and did not find one. - [X] I am using an official build obtained from [releases](https://github.com/shadps4-emu/shadPS4/releases) or updated one of those builds using its in-app updater. ### Describe the Bug ```bash 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]: drkonqi-coredump-processor@12-543280-0.service: Deactivated successfully. Jan 14 09:53:58 faker systemd[1]: drkonqi-coredump-processor@12-543280-0.service: Consumed 57ms CPU time, 15.7M memory peak, 11.4M read from disk. Jan 14 09:53:59 faker systemd[1]: systemd-coredump@12-543280-0.service: Deactivated successfully. Jan 14 09:53:59 faker systemd[1]: systemd-coredump@12-543280-0.service: 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]: app-shadps4@b6e41f3d41de4c34bf14ba7148f71051.service: Main process exited, code=dumped, status=11/SEGV Jan 14 09:54:00 faker systemd[1522]: app-shadps4@b6e41f3d41de4c34bf14ba7148f71051.service: Failed with result 'core-dump'. Jan 14 09:54:00 faker systemd[1522]: app-shadps4@b6e41f3d41de4c34bf14ba7148f71051.service: 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. ```nix 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
kerem 2026-02-27 21:07:55 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@Hermiten commented on GitHub (Jan 18, 2025):

You use an unstable version of your OS. Maybe you don't have all the package needed or something.
There is not a lot of people using this distro, I don't know if someone can help you :/

<!-- gh-comment-id:2599642114 --> @Hermiten commented on GitHub (Jan 18, 2025): You use an unstable version of your OS. Maybe you don't have all the package needed or something. There is not a lot of people using this distro, I don't know if someone can help you :/
Author
Owner

@oTheAnalyst commented on GitHub (Jan 22, 2025):

You use an unstable version of your OS. Maybe you don't have all the package needed or something. There is not a lot of people using this distro, I don't know if someone can help you :/

its not really "unstable" its simply the most recent version of shadps4, nix uses branches to lock in the version of all the apps 24.11 contains shadps4 0.4.1 and unstable contains 0.5.1 .

How would I know if im missing a dependency?

edit:

okay I've tried adding the dependencies from the docs

    #shadps4 depedency
    SDL2
    sndio
    jack2
    openal
    vulkan-validation-layers

the emulator is still crashing on start up for version 5.1

dependencies for nixos can be found here: https://search.nixos.org/packages
I simply added all I could find from the linux docs.

<!-- gh-comment-id:2607333938 --> @oTheAnalyst commented on GitHub (Jan 22, 2025): > You use an unstable version of your OS. Maybe you don't have all the package needed or something. There is not a lot of people using this distro, I don't know if someone can help you :/ its not really "unstable" its simply the most recent version of shadps4, nix uses branches to lock in the version of all the apps 24.11 contains shadps4 0.4.1 and unstable contains 0.5.1 . How would I know if im missing a dependency? edit: okay I've tried adding the dependencies from the docs ```nix #shadps4 depedency SDL2 sndio jack2 openal vulkan-validation-layers ``` the emulator is still crashing on start up for version 5.1 dependencies for nixos can be found here: https://search.nixos.org/packages I simply added all I could find from the linux docs.
Author
Owner

@tomboylover93 commented on GitHub (Jan 22, 2025):

Do you have GDB installed? If so, can you open a terminal and do gdb shadps4, then run, and once it crashes do bt and post the output here?

<!-- gh-comment-id:2607447993 --> @tomboylover93 commented on GitHub (Jan 22, 2025): Do you have GDB installed? If so, can you open a terminal and do `gdb shadps4`, then `run`, and once it crashes do `bt` and post the output here?
Author
Owner

@Hermiten commented on GitHub (Jan 29, 2025):

Will be reopened if we have an answer :)

<!-- gh-comment-id:2620849759 --> @Hermiten commented on GitHub (Jan 29, 2025): Will be reopened if we have an answer :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#745
No description provided.