Skip to content
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

Eyepet black screen when starting. #10434

Closed
xiushudongfang opened this issue Dec 23, 2017 · 1 comment · Fixed by #11305
Closed

Eyepet black screen when starting. #10434

xiushudongfang opened this issue Dec 23, 2017 · 1 comment · Fixed by #11305

Comments

@xiushudongfang
Copy link
Contributor

#9927 add supporting usb camera for android .Eyepet [UCES01531] is a ar game using camera.but it stuck when starting. the log is here:

12-23 16:46:11.967 26356-880/? E/PPSSPP: [HLE] UNIMPL sceUsbGetState: 0x222
12-23 16:46:11.967 26356-880/? E/PPSSPP: [HLE] Unknown syscall: Module: (unknown) (module: 255 func: 4095)
12-23 16:46:11.983 26356-880/? E/PPSSPP: [HLE] UNIMPL sceUsbGetState: 0x222
12-23 16:46:11.983 26356-880/? E/PPSSPP: [HLE] Unknown syscall: Module: (unknown) (module: 255 func: 4095)
12-23 16:46:12.000 26356-880/? E/PPSSPP: [HLE] UNIMPL sceUsbGetState: 0x222
12-23 16:46:12.000 26356-880/? E/PPSSPP: [HLE] Unknown syscall: Module: (unknown) (module: 255 func: 4095)
12-23 16:46:12.017 26356-880/? E/PPSSPP: [HLE] UNIMPL sceUsbGetState: 0x222
12-23 16:46:12.017 26356-880/? E/PPSSPP: [HLE] Unknown syscall: Module: (unknown) (module: 255 func: 4095)
12-23 16:46:12.033 26356-880/? E/PPSSPP: [HLE] UNIMPL sceUsbGetState: 0x222
12-23 16:46:12.033 26356-880/? E/PPSSPP: [HLE] Unknown syscall: Module: (unknown) (module: 255 func: 4095)

@LunaMoo
Copy link
Collaborator

LunaMoo commented Aug 14, 2018

fail
Either the returned state is wrong(0 would make the game boot, but seems wrong), or the unknown syscall here just needs to be implemented, no idea what it is and what it should be doing, but if it returns 0 instead of error, the game does boot just fine.

If someone wants to test on android, here's the cheat workaround made for eu version:

_S UCES-01462
_G EyePet
_C0 Workaround
_L 0xE0014D40 0x001BA22C
_L 0x201BA22C 0x00001021
_C0 Workaround [Disable]
_L 0xE0011021 0x001BA22C
_L 0x201BA22C 0x0E294D40

No idea if it doesn't have more problems, as on pc ppsspp does not have camera support. I just got it on psp(whole package with psp 450x cam) and overall it requires:

  • camera support,
  • mic support(can't even hatch eyepet without it as you warm the egg then cool it down by blowing into the mic;]),
  • a physical eyepet card.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants