hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.38k stars 2.19k forks source link

silverfall game crashes #14575

Open CristobalManga opened 3 years ago

CristobalManga commented 3 years ago

The game crashes 20 seconds after starting, it happens to me on android as well as on PC. image

ghost commented 3 years ago

What is your phone specifications? What is your pc specifications? Are you using the latest ppsspp development in buidlbot? https://buildbot.orphis.net/ppsspp/ This is maybe related to this https://github.com/hrydgard/ppsspp/issues/7708

Panderner commented 3 years ago

Are you using the latest ppsspp development apk? https://buildbot.orphis.net/ppsspp/

@Gamemulatorer he's using latest build as seen on screenshot.

CristobalManga commented 3 years ago

¿Cuáles son las especificaciones de su teléfono? ¿Cuáles son las especificaciones de su PC? ¿Está utilizando el último desarrollo de ppsspp en buidlbot? https://buildbot.orphis.net/ppsspp/ Esto puede estar relacionado con este # 7708

android with snapdragon 835. 4 gb of RAM PC with i3-4160 with 6 GB RAM I am using the latest builds. So and investigated, it is a problem that many people have.

anr2me commented 3 years ago

Wow this game is flooded with warnings image

Also, when selecting Solo Campaign, there is flickering Main Menu stuck during cut scene, but it didn't crash. image

Edit: The flickering Main Menu during cut scene only happened on D3D, OpenGL didn't have any issue, while Vulkan crashed when i tried to launch the game. When i managed to use Vulkan on PPSSPP (didn't run any game yet, just to get to the recent games screen was hard) i'm seeing this in the Log Console

43:29:655 Vulkan\VulkanRenderManager.cpp:1191 W[G3D]: VK_ERROR_OUT_OF_DATE_KHR returned - processing the frame, but not presenting

Edit2: After several attempts just to get PPSSPP running with vulkan, i finally managed to launch the game, and apparently Vulkan also have the flickering issue like D3D.

Also, i think the rectangle on top left (loading indicator may be?) when the game launched supposed to have something like a clock in it (rarely appeared, may be it also have flickering issue?)

anr2me commented 3 years ago

@CristobalManga try changing the Graphics backend to OpenGL, to see if it's no longer crashing or not.

CristobalManga commented 3 years ago

@CristobalManga intente cambiar el backend de Graphics a OpenGL, para ver si ya no falla o no.

In Opengl, d3d or vulkan it crashes about 30 seconds after starting. It seems to have to do with a sound problem that then jumps to the video.

ghost commented 3 years ago

For me it doesn't crash but always return to menu selection profile. Screenshot_2021-09-16-03-12-47 Android 5.1 Mali-450 GPU PpSsPp v1.11.3-1402-git

<<< log_count = 65 >>>
[09-16 02:42:01.429 944:2508 I/WindowState]
WIN DEATH: Window{3a0ae124 u0 org.ppsspp.ppsspp/org.ppsspp.ppsspp.PpssppActivity}

[09-16 03:09:46.512 18629:18629 W/linker]
libppsspp_jni.so: unused DT entry: type 0x6ffffef5 arg 0x1ac7fc

[09-16 03:09:46.513 18629:18629 W/linker]
libppsspp_jni.so: unused DT entry: type 0x6ffffffe arg 0x20ad38

[09-16 03:09:46.513 18629:18629 W/linker]
libppsspp_jni.so: unused DT entry: type 0x6fffffff arg 0x3
ghost commented 3 years ago

Even in Software Rendering.

https://user-images.githubusercontent.com/37603562/133527865-b6332496-a6dd-4b84-ae50-7de5cd6e6552.mp4

I/O Timing Method - Simulate UMD Delays doesn't help.

anr2me commented 3 years ago

Even in Software Rendering. XiaoYing_Video_1631749737908.mp4

I/O Timing Method - Simulate UMD Delays doesn't help.

It's an expected behavior to load the profile and go back to main menu isn't? afterward you can choose solo or multiplayer, even when you didn't load profile it will load the most recent save data i think (based on the logs)

Btw, when i choose Solo Campaign after this Error decoding audio appeared at the end of the log, the game stuck with 0/0 (100%) FPS and unable to progress But if i choose Solo Campaign before that error appeared it can progress further image

ghost commented 2 years ago

This is still crashes on your devices @CristobalManga More issue related to this game https://github.com/hrydgard/ppsspp/issues/14462 https://github.com/hrydgard/ppsspp/issues/7708

ghost commented 2 years ago

Cannot reproduce this after adding this to [AtracLoopHack] # Silver Fall ULES00808 = true

CristobalManga commented 2 years ago

No se puede reproducir esto después de agregar esto a [AtracLoopHack] # Silver Fall ULES00808 = true

Good morning friend. How can I apply that solution?

hrydgard commented 2 years ago

Relates to #7708 . [AtracLoopHack] workaround committed - at least we're gathering a list of test cases if we ever have an idea for a proper fix.