mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #1765] Enable Separate Game Folder option doesn't work on Linux #608
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#608
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 @kalaposfos13 on GitHub (Dec 13, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1765
Exactly what the title says. To troubleshoot sound issues in GR2, I decided to backup my current dump and dump it again to start from scratch. I then decided to enable separate update folders, as I haven't used it yet, and the premise of easily being able to go back to 01.00 versions for testing sounded good. Everything was fine and the game and the update folder correctly generated, and the launcher displayed that I do in fact have an update to the game, but when I tried launching it, I got to after loading the libraries, then immediately crashed, I think at the moment it was trying to execute code from the eboot. (This is the error code, but I don't think it's relevant:
[Debug] <Critical> signals.cpp:SignalHandler:85: Unreachable code! Unhandled access violation in thread 'GAME_MainThread' at code address 0x90011bb06: Read from address 0xc) I tried some other troubleshooting before trying to add the update folder's contents to the main folder and removing the update folder (after backing those up, too, of course), effectively disabling the separate update folder after which the game launched fine again (still no sound tho). I then repeated this experiment with Beach Buggy Racing, as it is a small game that has an update too. I observed the same results there, so it's very likely that something that should use the update version uses the 01.00 instead Recently there was a problem where config.toml was saved as Config.toml, also breaking Linux, maybe this is similar?@Hermiten commented on GitHub (Dec 19, 2024):
Maybe for you @ElBread3 ?
@kalaposfos13 commented on GitHub (Dec 19, 2024):
Since https://github.com/shadps4-emu/shadPS4/pull/1487 got merged, the problem is fixed