04-27-2011, 03:33 AM
Mabe this is old newz for the active devs , but as I want to explore the emulator I downloaded all the eu/us demos from the pspdemocenter website . And I tried to load all of them and none works at all . From the logger message I identified a place to put a breakpoint in code where to start debugging one of the demos and the failure seems to be at PSP.java line 146 : byte[] inBuf = f.array(); The error is java.lang.UnsupportedOperationException on the ByteBuffer f when .array() is being called . I the dev that created that part of the code can please explain if it is a problem of stuff not being implemented to support the demos or it is about not having knowledge of the encryption used (f should be an object that supports .array() if it would be possible to make the decryption mabe ?) . Also here is the logger output :
0 [GUI] INFO emu - Jpcsp v0.6
191 [GUI] DEBUG hle - Loading HLE firmware up to version 150
217 [GUI] INFO emu - PBP meta data :
BOOTABLE = 1
CATEGORY = MG
DISC_ID = NPEH90001
DISC_VERSION = 1.00
PARENTAL_LEVEL = 5
PSP_SYSTEM_VER = 3.52
REGION = 32768
SHARING_ID = 0
TITLE = Warhammer 40,000: Squad Command
probably homebrew? false
218 [GUI] DEBUG hle - Loading HLE firmware up to version 352
234 [GUI] WARN emu - Encrypted file detected! (~PSP)
235 [GUI] INFO emu - Calling crypto engine for PRX.
Thanks for reading . Also nice job for a 3 year old project you have here .
0 [GUI] INFO emu - Jpcsp v0.6
191 [GUI] DEBUG hle - Loading HLE firmware up to version 150
217 [GUI] INFO emu - PBP meta data :
BOOTABLE = 1
CATEGORY = MG
DISC_ID = NPEH90001
DISC_VERSION = 1.00
PARENTAL_LEVEL = 5
PSP_SYSTEM_VER = 3.52
REGION = 32768
SHARING_ID = 0
TITLE = Warhammer 40,000: Squad Command
probably homebrew? false
218 [GUI] DEBUG hle - Loading HLE firmware up to version 352
234 [GUI] WARN emu - Encrypted file detected! (~PSP)
235 [GUI] INFO emu - Calling crypto engine for PRX.
Thanks for reading . Also nice job for a 3 year old project you have here .