-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
libretro: Crash on loading Dissidia 012 as a CSO #14272
Comments
I assume PPSSPP proper runs fine with the same files, right? Is this #12841? Otherwise it may be #12338. The stack trace shows it's while doing something related to save states - it's probably not directly related to CSO or not. Libretro/Retroarch was designed with emulation for older systems in mind. Although the PSP is from 2004, it has a lot more RAM and threading capabilities than the NES. Libretro doesn't really support multithreaded emulators and tries to force PPSSPP to handle save states at random times which might cause crashes or bugs. In general, PPSSPP in libretro seems to be a largely unstable experience for reasons like that. I'll note that some of the features (like run-ahead or rewind) weren't really designed thinking through systems that have 32+ MB of RAM (the PS1 only had 3MB), so they run poorly as well. -[Unknown] |
Correct. Loading via PPSSPP (configured to point at the very same directories for memstick and games), the CSOs boot just fine.
crash-210309-132016.log
That gives me an idea. I'll see to turn off some of those features post-loading the PPSSPP core and see what happens. ...and wouldn't you know, it works. A core-specific settings file should do. In fact, all that I needed to run it, was:
But now, the game runs at some 700 FPS O.o... It feels as if it's completely uncapped somewhere, somewhat. Like, Fast-Forward is consistently on (which it really should not be). Got any other ideas? |
Additionally:
|
After even more trying-around, I finally got it working. It still feels like there is a little bit of choppyness left (Tested with CC:FFVII and Dissidia 012) and the framerate was going all the way between 28 - 32 in Crisis Core. But, at least it does work at all. So I ended up doing this:
I tested against a regular PPSSPP install, which continiously reported 30fps in the intro, where the RA core was already bouncing around. Something not immediately visible: Rewind is OFF, Audio sync is ON. DSound and Vulkan are used for audio and video respectively. |
If you're not having performance issues, I suggest turning the vertex cache off. Sounds like this is just related to the existing save state issues with how libretro works. I'm going to close it as a duplicate then. -[Unknown] |
What happens?
I recently compressed all my ISO images to CSO to save a bit of space on my HDD and reduce subsequent reads - with a little of dfragmentation, I am getting quite decemt performance out of this 10 year old HDD now ^^
However, this introduced a whole new problem... Now, I can not launch my games anymore! When doing so, Retroarch crashes. So, I used
retroarch_debug.exe
and made myself a crashdump.What should happen?
The game should launch.
What hardware, operating system, and PPSSPP version? On desktop and mobile phone, GPU matters for graphical issues.
OS: Windows 10
RetroArch: 1.9.0 (64bit)
PPSSPP core: v1.11.1-667-g409a2b5
GPU: NVIDIA 2080 TI FE
CPU: AMD R9 3900X
RAM: 4x8GB@3200MHz
What I think...
Considering none of my CSOs is launching, my first thought would be that maybe CSO support is simply broken in the libretro core right now?
Here is the crashdump:
crash-210308-171646.log
The text was updated successfully, but these errors were encountered: