mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #2148] [APP BUG]: Started Launch DrKonqi for a systemd-coredump crash (PID 543282/UID 0) #745
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#745
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oTheAnalyst on GitHub (Jan 14, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2148
Checklist
Describe the Bug
Reproduction Steps
Expected Behavior
I expected blood borne to work on start up.
Specify OS Version
Nixos-unstable fr
@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 :/
@oTheAnalyst commented on GitHub (Jan 22, 2025):
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
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.
@tomboylover93 commented on GitHub (Jan 22, 2025):
Do you have GDB installed? If so, can you open a terminal and do
gdb shadps4, thenrun, and once it crashes dobtand post the output here?@Hermiten commented on GitHub (Jan 29, 2025):
Will be reopened if we have an answer :)