-
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
Ad-hoc games that use Quazal Net-Z middleware won't work #14555
Comments
Further notes: The game uses middleware by Quazal (dunno if the only that does on adhoc). |
Interesting to know that it doesn't try to connect to a hotspot, so i guess it's possible to use infrastructure protocol (TCP/UDP) on Adhoc too, since this game is using UDP instead of PDP (adhoc protocol) for communication. This game also try to initialize both |
It's possibly because the game uses middleware that was made by Quazal (their middleware is not understood yet even on other consoles that use it). The game does work over xlink kai though and I might make some packet captures about it later. |
Actually, these kinda packet captures aren't really useful other than for a record, because we can't tell which packets came from which syscall or library :D reading a bunch of packets (especially encrypted one) will only cause a headache without knowing what each packets related to. While HTTP packet captures like this can still be usefull, at lease we can separate which packets related to which HTTP request https://www.psx-place.com/threads/psx-capture-project-ps2-ps5.25067/ |
You said it uses UDP and it does seem to have non encrypted data in it so I thought it could be useful. |
These memory dumps captures from a PSP seem more useful. This is the only PSP title that uses Net-Z btw at least on ad-hoc (other PSP multi-platform games didn't use it for some reason or used it on infra only) Also the game doesn't use UDP it uses a custom UDP protocol called PRUDP. There is also some more info about it here: https://github.com/zeroKilo/GROBackendWV/wiki/List-of-games-using-Quazal |
Well there is a 2nd game that uses Quazal Net-Z on Ad-hoc which is called: |
What is the game title id? |
ULJM05465 i got version 1.01. |
Actually when a PSP hosts using the Pro Online plugin then PPSSPP could connect I found out lol. |
What happens?
The game freezes (or won't show any ohsted games) when you got into the ad-hoc menu while trying to join a game.
What should happen?
Game should work as intended.
What are you using?
What hardware / device and operating system?
Windows 10.
What graphics card (GPU) or mobile phone model?
Radeon 530
Intel 8550U CPU
What PPSSPP version (standalone/official), and did it work before?
It never did as far as I know.
Which game or games?
ULUS10235 (Driver '76)
ULES00670 (Rocky Balboa)
ULJM05465 (Onore no Shinzuru)
Checklist
The text was updated successfully, but these errors were encountered: