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
Describe the bug
Basically in RePatch v3.0 games and apps that attempt to load multiple SELFS will load the original SELF instead of the patched one. for example in PSM Development Assistant for Unity, if you press the 3 "."s and go 'Restart Dev Assistant' it'll attempt to run the real eboot.bin which obivously f00d will refuse to decrypt and give an error.
To Reproduce
The easiest way is just to use PSM Dev Unity
and install the compatibility pack, then goto the 3 dots and press "Restart Dev Assistant"
(note teh same thing happens if u try launch a unity homebrew in there too since that loads UnityDevelopmentPlayer.self)
Additional context
Only happens in repatch v3.0 works fine in 2.71
Get logging information:
==== PSM DEV AGENT FOR UNITY ====
DevAssistant is app0:/eboot.bin
[devassistant: INFO] Common Resource Load Finish.
[unity_plugin: INFO] plugin_init()
[unity_plugin: INFO] plugin_start()
ShowTimedWaitDialog time = 0.000000
[unity_plugin: INFO] ui_samples_plugin Load Finish
[unity: INFO] calling sceAppUtilCacheMount()
[unity: INFO] scePsmDrmBootCheck() test...
[unity:ERROR] scePsmDrmBootCheck() failed 0x808f003a
[unity:ERROR] test_bootcheck() failed 0x808f003a
bootEdata() failed 0x808f003a
HideTimedWaitDialog time = 2.232346
[unity_plugin: INFO] UISamplesOptionButton_OnOptionButtonDecide()
[unity_plugin: INFO] UISamplesOptionButton_OnOptionButtonItemDecide() : index = 2
[unity_plugin: INFO] [Reboot Development Assistant] menu has selected.
[unity_plugin: INFO] UISamplesOptionButton_OnOptionButtonItemClose()
--- The callback function of a "kill" command.
--- LoadExec app0:/eboot.bin 0x00000000
--- ```
The text was updated successfully, but these errors were encountered:
Describe the bug
Basically in RePatch v3.0 games and apps that attempt to load multiple SELFS will load the original SELF instead of the patched one. for example in PSM Development Assistant for Unity, if you press the 3 "."s and go 'Restart Dev Assistant' it'll attempt to run the real eboot.bin which obivously f00d will refuse to decrypt and give an error.
To Reproduce
The easiest way is just to use PSM Dev Unity
and install the compatibility pack, then goto the 3 dots and press "Restart Dev Assistant"
(note teh same thing happens if u try launch a unity homebrew in there too since that loads UnityDevelopmentPlayer.self)
Additional context
Only happens in repatch v3.0 works fine in 2.71
Get logging information:
The text was updated successfully, but these errors were encountered: