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

CUSA00900 Bloodborne crashes on startup on Linux #1890

Open
phreshbrread opened this issue Dec 26, 2024 · 4 comments
Open

CUSA00900 Bloodborne crashes on startup on Linux #1890

phreshbrread opened this issue Dec 26, 2024 · 4 comments

Comments

@phreshbrread
Copy link

phreshbrread commented Dec 26, 2024

Trying to run Bloodborne (CUSA00900) results in a crash with the following error:

[Debug] <Critical> signals.cpp:SignalHandler:85: Unreachable code!
Unhandled access violation in thread 'GAME_MainThread' at code address 0x56547a5e4f0c: Read from address 0x0

Tried enabling and disabling "show splash", using X11 instead of Wayland, using gamescope, unsetting the DISPLAY and WAYLAND_DISPLAY variables.

Specs: Ryzen 5 7600, Radeon RX 6700XT, Fedora 41, Kernel 6.12.5, Plasma 6.2.4 Wayland

EDIT: Upload log
shad_log.txt

@Hermiten
Copy link
Collaborator

Hermiten commented Jan 3, 2025

There was a problem with some versions. Is it possible to test again with the latest version?
Please also check that the ps4 pro mode is unchecked and that there are no mods or patches installed.

@cromachina
Copy link

I had the same issue on 0.4.0, but it seems to work on 0.5.0. No patches or mods installed.

Name:Bloodborne™ | Serial:CUSA03173 | Version:01.09 | Size:29.3 GB

Operating System: NixOS 25.05
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0
Kernel Version: 6.6.66 (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 62.7 GiB of RAM
Graphics Processor: AMD Radeon RX 7900 XTX
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: X570 AORUS ELITE
System Version: -CF

Compiled from source on nix with this in my system config file (as the current package version is 0.4.0):

  nixpkgs.overlays = [
    (final: prev: {
      shadps4 = prev.shadps4.overrideAttrs {
        src = pkgs.fetchFromGitHub {
          owner = "shadps4-emu";
          repo = "shadPS4";
          rev = "a1a98966eee07e7ecf3a5e3836b5f2ecde5664b0";
          hash = "sha256-lN+qXvf+rHlfZt7iT/De/tMvAQJpqLGOJxrv9z4tX5c=";
          fetchSubmodules = true;
        };
        patches = [];
      };
    })
  ];

@MouseManSpecOps
Copy link

MouseManSpecOps commented Jan 4, 2025

The command

~$ DISPLAY=:0 /path/to/Shadps4-qt.AppImage

has helped me at least boot the game and get past the black screen crash. The game still is running horribly for character creation and then crashes after it.

@phreshbrread
Copy link
Author

There was a problem with some versions. Is it possible to test again with the latest version? Please also check that the ps4 pro mode is unchecked and that there are no mods or patches installed.

Tried again with newest version, exact same thing happens whether pro mode is enabled or not.
I've been trying with the latest version every few days for a few weeks and the exact same error continues to occur.
Crash happens with or without game mods or patches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants