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.04k stars 2.15k forks source link

Quake 2 for PSP by CROW_BAR. Error on startup (Regression) #6819

Closed pal1000 closed 10 years ago

pal1000 commented 10 years ago

Download: removed warez link There is no need to get the PAK files, it halts before they even get to load. Works: v0.9.8 Doesn't work: v0.9.9. I'll narrow it down tomorrow. Screenshot: menu_00000

Pressing CROSS leads to PPSSPP crash.

pal1000 commented 10 years ago

Crash screenshots: crash1 crash2

pal1000 commented 10 years ago

v0.9.8-1610-gc4bebda doesn't work v0.9.8-1498-g7c54a3e works.

thedax commented 10 years ago

Please do not link to warez sites on here..

solarmystic commented 10 years ago

I was under the impression that Quake 2 and its source/assets would be open source/or at least under GPL and any such ports would be freely distributable given the age of the game.

I guess not.

thedax commented 10 years ago

It is. He linked to a warez site which hosts game ISOs.

pal1000 commented 10 years ago

Filetrip.net is acceptable? It appears it doesn't host pirated non-free content.

pal1000 commented 10 years ago

v0.9.8-1599-gf1446f7 works; v0.9.8-1610-gc4bebda doesn't work.

pal1000 commented 10 years ago

Found via bisecting the responsible commit: bisect

hrydgard commented 10 years ago

Given the error message in the first screenshot in this thread, the right fix is likely to fix whatever networking stuff it's using, rather than trying to revert that commit.

thedax commented 10 years ago

It looks like it's simply a case of missing a syscall: sceNetResolverInit. If I insert a stub, the homebrew boots fine for me, without that internal error.