mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[GH-ISSUE #3030] [APP BUG]: Usage of CPU instructions is above minimal in your FAQ #963
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#963
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 @Metafalica on GitHub (Jun 3, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3030
Checklist
Describe the Bug
Certain users including me noticed that any version above 0.6 doesn't start. When we click on exe just a empty console appears and closes without error in log. You usually offer to install
Microsoft Visual C++ Redistributable packagesorupdate graphics card driver, but it turned out emu uses instructions above minimal.I remembered about Intel SDE and tried to feed your emu v0.9 Qt GUI to it. This is result of my research.
I have i7-880 CPU (Nehalem) and it's match to your minimal requirements from FAQ.
Um... I understand that changing system requirements is easier, but... how about understanding what exactly emu use at startup and making it optional?
Reproduction Steps
Just run exe on any
badCPU families from my table.Expected Behavior
I expect emulator to display its main window.
Specify OS Version
Windows 10 Pro x64
CPU
Intel Core i7-880
GPU
AMD Radeon RX 570 4 GB
Amount of RAM in GB
16
@squidbus commented on GitHub (Jun 3, 2025):
I don't know why the site only mentions optional AVX2 (which is outdated as it is now required) and not any other extensions, but your CPU will never run shadPS4 because you need at minimum some instruction sets that PS4 games themselves use including AVX.
@squidbus commented on GitHub (Jun 3, 2025):
The requirements are up to date in the GitHub wiki now. I am not sure about the site though, someone else will probably need to update that.