jhonathanc / ps3netsrv-android

Android ps3netsrv
Other
25 stars 4 forks source link

deu pau?? #3

Closed naxil closed 1 year ago

naxil commented 2 years ago

sorry what is that error? after i press start a message pop out "deu pau"... why? before it works!

aldostools commented 2 years ago

https://github.com/jhonathanc/ps3netsrv-android/blob/main/app/src/main/java/com/jhonju/ps3netsrv/server/PS3NetSrvTask.java#L94-L95

That error happens when an unhandled opcode is received.

Remember that this ps3netsrv is an alpha release. So there are features not found in the PC release.

The following opcodes are not implemented yet. NETISO_CMD_CREATE_FILE, NETISO_CMD_WRITE_FILE, NETISO_CMD_DELETE_FILE, NETISO_CMD_MKDIR, NETISO_CMD_RMDIR, NETISO_CMD_READ_DIR_ENTRY, NETISO_CMD_READ_DIR_ENTRY_V2, NETISO_CMD_GET_DIR_SIZE,

naxil commented 2 years ago

ok but I did not do any of these things, I even reinstalled the app that previously worked, now if I press on start server comes out deu pau. The app has permissions for memory, and I cleared cache and data. ok i know its in early stage alpha. thank you very much for that code

aldostools commented 2 years ago

If it worked before, uninstall the app and reinstall it.

Also try accessing the remote server with a different homebrew (e.g. if you used multiMAN, use webMAN, or viceversa).

jhonathanc commented 1 year ago

@naxil

Sorry for the delay.

I'm handling the exceptions as it should now. I also implemented all opcodes available on original ps3netsrv. Could you please check if it works for you?

The build is: https://github.com/jhonathanc/ps3netsrv-android/suites/11722209785/artifacts/610186648

jhonathanc commented 1 year ago

Fixed this issue on release 0.3 Alpha