You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an extract from Mira's log after doing execve("/app0/eboot.bin", &{"/app0/eboot.bin", 0}, 0):
W:\Build\J02541110\sys\freebsd\sys\kern\kern_exec.c(534) do_execve
[Debug] AuthSelfHeader:176 : fixing unsigned
[Debug] OnSceSblAuthMgrIsLoadable2:136 : building fake self information
[Debug] SceSblAuthMgrGetElfHeader:314 : self format
[Error] SceSblAuthMgrGetSelfAuthInfoFake:425 : ealready (no valid authinfo)
[Warn] OnMiraProcessExec:495 : Process Executing:
err: (1), retval: (0)
[Error] OnProcessExec:129 : unable to apply devfs rule add request (-1).
After this the application process hangs, any attempts to terminate it hang too, including rebooting the system. I'm not entirely sure though that this is a Mira issue and not a vanilla PS4 issue. We can see that the system does load the file (so this is not a permission issue), but then some error occurs.
The text was updated successfully, but these errors were encountered:
Here is an extract from Mira's log after doing
execve("/app0/eboot.bin", &{"/app0/eboot.bin", 0}, 0)
:After this the application process hangs, any attempts to terminate it hang too, including rebooting the system. I'm not entirely sure though that this is a Mira issue and not a vanilla PS4 issue. We can see that the system does load the file (so this is not a permission issue), but then some error occurs.
The text was updated successfully, but these errors were encountered: