This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Booting VSH in Jpcsp
#79
There is an error message that appears on the log when viewing the ICON1.PMF of any "PSP Remasters" game (ex: Monster Hunter Portable 3rd HD Ver.):
Code:
14:02:17 ERROR     h264 - Videocodec Decoder Thread - H264Decoder.decode
java.lang.ArrayIndexOutOfBoundsException: 2098
    at com.twilight.h264.decoder.CABACContext.refill2(CABACContext.java:794)
    at com.twilight.h264.decoder.CABACContext.get_cabac_inline(CABACContext.java:858)
    at com.twilight.h264.decoder.CABACContext.get_cabac(CABACContext.java:870)
    at com.twilight.h264.decoder.H264Context.decode_cabac_residual_internal(H264Context.java:2770)
    at com.twilight.h264.decoder.H264Context.decode_cabac_residual_nondc_internal(H264Context.java:2847)
    at com.twilight.h264.decoder.H264Context.decode_cabac_residual_nondc(H264Context.java:2877)
    at com.twilight.h264.decoder.H264Context.ff_h264_decode_mb_cabac(H264Context.java:3511)
    at com.twilight.h264.decoder.H264Context.decode_slice(H264Context.java:4910)
    at com.twilight.h264.decoder.H264Context.decode_nal_units(H264Context.java:6616)
    at com.twilight.h264.decoder.H264Context.decode_frame(H264Context.java:8605)
    at com.twilight.h264.decoder.H264Decoder.decode(H264Decoder.java:35)
    at com.twilight.h264.decoder.MpegEncContext.avcodec_decode_video2(MpegEncContext.java:2300)
    at jpcsp.media.codec.h264.H264Decoder.decode(H264Decoder.java:71)
    at jpcsp.HLE.modules.sceVideocodec.hleVideocodecDecoderStep(sceVideocodec.java:165)
    at jpcsp.HLE.modules.sceVideocodec.access$000(sceVideocodec.java:53)
    at jpcsp.HLE.modules.sceVideocodec$VideocodecDecoderThread.run(sceVideocodec.java:87)

The emulator can crash after selecting a game to boot from a directory that has a lot of games to scroll through. The log will just display "INFO runtime - Emu - Using Compiler" endlessly until the user closes the emulator.
Code:
14:03:50  INFO compiler - SceModmgrStart - Replacing CodeBlock at 0x0881E1C8 by Native Code 'strlen'
14:03:50 ERROR  runtime - SceModmgrStart - Catched Throwable in RuntimeThread:
java.lang.ArrayIndexOutOfBoundsException: 128675771
    at jpcsp.memory.MemoryReader$MemoryReaderIntArray32.readNext(MemoryReader.java:293)
    at jpcsp.Allegrex.compiler.nativeCode.AbstractNativeCodeSequence.getStrlen(AbstractNativeCodeSequence.java:236)
    at jpcsp.Allegrex.compiler.nativeCode.Strlen.call(Strlen.java:49)
    at _S1_3_881E1C8.s(_S1_3_881E1C8.java:0)
    at _S1_3_88355BC.s(_S1_3_88355BC.java:68)
    at _S1_3_8837F04.s(_S1_3_8837F04.java:8)
    at _S1_3_8837F04.exec(_S1_3_8837F04.java)
    at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:737)
    at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:800)
    at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)
14:03:50  INFO  runtime - Emu - Using Compiler
...


Attached Files
.zip   Log_r197442d(64bit)_INFO.zip (Size: 50.82 KB / Downloads: 112)
Reply


Messages In This Thread
Booting VSH in Jpcsp - by gid15 - 09-23-2016, 07:56 PM
RE: Booting VSH in Jpcsp - by shadow - 09-23-2016, 08:12 PM
RE: Booting VSH in Jpcsp - by sum2012 - 09-25-2016, 12:31 AM
RE: Booting VSH in Jpcsp - by onelight - 09-25-2016, 08:40 AM
RE: Booting VSH in Jpcsp - by onelight - 09-25-2016, 01:17 PM
RE: Booting VSH in Jpcsp - by gid15 - 09-26-2016, 07:37 AM
RE: Booting VSH in Jpcsp - by onelight - 09-26-2016, 10:27 AM
RE: Booting VSH in Jpcsp - by gid15 - 09-26-2016, 07:02 PM
RE: Booting VSH in Jpcsp - by onelight - 09-27-2016, 12:33 PM
RE: Booting VSH in Jpcsp - by sum2012 - 09-25-2016, 07:31 PM
RE: Booting VSH in Jpcsp - by DragonNeos - 09-25-2016, 09:33 PM
RE: Booting VSH in Jpcsp - by onelight - 09-28-2016, 10:47 AM
RE: Booting VSH in Jpcsp - by onelight - 09-28-2016, 11:51 AM
RE: Booting VSH in Jpcsp - by gid15 - 10-01-2016, 02:15 PM
RE: Booting VSH in Jpcsp - by onelight - 10-04-2016, 08:09 AM
RE: Booting VSH in Jpcsp - by onelight - 10-10-2016, 11:17 AM
RE: Booting VSH in Jpcsp - by gid15 - 11-15-2016, 06:28 PM
RE: Booting VSH in Jpcsp - by onelight - 11-16-2016, 11:44 AM
RE: Booting VSH in Jpcsp - by gid15 - 11-19-2016, 03:20 PM
RE: Booting VSH in Jpcsp - by onelight - 11-20-2016, 12:39 PM
RE: Booting VSH in Jpcsp - by gid15 - 11-20-2016, 02:57 PM
RE: Booting VSH in Jpcsp - by onelight - 11-21-2016, 12:21 AM
RE: Booting VSH in Jpcsp - by onelight - 11-19-2016, 02:26 PM
RE: Booting VSH in Jpcsp - by shadow - 11-22-2016, 10:36 AM
RE: Booting VSH in Jpcsp - by gid15 - 11-22-2016, 07:46 PM
RE: Booting VSH in Jpcsp - by gid15 - 12-20-2016, 05:47 PM
RE: Booting VSH in Jpcsp - by onelight - 01-09-2017, 11:17 AM
RE: Booting VSH in Jpcsp - by onelight - 02-06-2017, 01:58 PM
RE: Booting VSH in Jpcsp - by onelight - 02-06-2017, 03:33 PM
RE: Booting VSH in Jpcsp - by onelight - 02-08-2017, 04:03 PM
RE: Booting VSH in Jpcsp - by onelight - 02-21-2017, 03:56 PM
RE: Booting VSH in Jpcsp - by aakh1361 - 02-21-2017, 06:12 PM
RE: Booting VSH in Jpcsp - by gid15 - 02-23-2017, 11:00 AM
RE: Booting VSH in Jpcsp - by DragonNeos - 02-24-2017, 12:15 AM
RE: Booting VSH in Jpcsp - by onelight - 03-23-2017, 02:40 PM
RE: Booting VSH in Jpcsp - by gid15 - 03-24-2017, 10:11 AM
RE: Booting VSH in Jpcsp - by onelight - 03-25-2017, 12:42 PM
RE: Booting VSH in Jpcsp - by gid15 - 03-26-2017, 11:26 AM
RE: Booting VSH in Jpcsp - by onelight - 03-27-2017, 12:51 PM
RE: Booting VSH in Jpcsp - by gid15 - 03-30-2017, 07:14 AM
RE: Booting VSH in Jpcsp - by onelight - 03-31-2017, 12:19 PM
RE: Booting VSH in Jpcsp - by gid15 - 03-31-2017, 07:42 PM
RE: Booting VSH in Jpcsp - by onelight - 04-01-2017, 11:43 AM
RE: Booting VSH in Jpcsp - by onelight - 05-20-2017, 01:03 AM
RE: Booting VSH in Jpcsp - by onelight - 05-20-2017, 02:07 AM
RE: Booting VSH in Jpcsp - by DragonNeos - 06-17-2017, 12:05 PM
RE: Booting VSH in Jpcsp - by gid15 - 06-19-2017, 08:21 AM
RE: Booting VSH in Jpcsp - by gid15 - 06-21-2017, 04:09 PM
RE: Booting VSH in Jpcsp - by onelight - 06-23-2017, 10:09 AM
RE: Booting VSH in Jpcsp - by onelight - 06-19-2017, 10:45 AM
RE: Booting VSH in Jpcsp - by DragonNeos - 06-22-2017, 09:20 AM
RE: Booting VSH in Jpcsp - by gid15 - 07-05-2017, 05:35 PM
RE: Booting VSH in Jpcsp - by DragonNeos - 07-07-2017, 09:50 AM
RE: Booting VSH in Jpcsp - by gid15 - 07-13-2017, 05:25 PM
RE: Booting VSH in Jpcsp - by gid15 - 07-14-2017, 01:27 PM
RE: Booting VSH in Jpcsp - by gid15 - 07-17-2017, 07:20 PM
RE: Booting VSH in Jpcsp - by gid15 - 07-25-2017, 05:33 PM
RE: Booting VSH in Jpcsp - by DragonNeos - 07-14-2017, 11:05 AM
RE: Booting VSH in Jpcsp - by DragonNeos - 07-18-2017, 08:01 PM
RE: Booting VSH in Jpcsp - by gid15 - 07-20-2017, 01:22 PM
RE: Booting VSH in Jpcsp - by DragonNeos - 07-21-2017, 09:15 PM
RE: Booting VSH in Jpcsp - by onelight - 07-24-2017, 11:57 AM
RE: Booting VSH in Jpcsp - by gid15 - 07-24-2017, 02:46 PM
RE: Booting VSH in Jpcsp - by gid15 - 07-25-2017, 07:53 AM
RE: Booting VSH in Jpcsp - by onelight - 07-25-2017, 12:14 PM
RE: Booting VSH in Jpcsp - by gid15 - 07-25-2017, 01:17 PM
RE: Booting VSH in Jpcsp - by DragonNeos - 07-26-2017, 10:33 AM
RE: Booting VSH in Jpcsp - by gid15 - 07-28-2017, 07:41 PM
RE: Booting VSH in Jpcsp - by onelight - 07-27-2017, 03:15 PM
RE: Booting VSH in Jpcsp - by DragonNeos - 08-03-2017, 10:15 AM
RE: Booting VSH in Jpcsp - by onelight - 08-13-2017, 09:21 AM
RE: Booting VSH in Jpcsp - by gid15 - 08-13-2017, 10:17 AM
RE: Booting VSH in Jpcsp - by onelight - 08-13-2017, 03:02 PM
RE: Booting VSH in Jpcsp - by gid15 - 08-13-2017, 04:25 PM
RE: Booting VSH in Jpcsp - by onelight - 08-14-2017, 11:17 AM
RE: Booting VSH in Jpcsp - by gid15 - 08-14-2017, 11:54 AM
RE: Booting VSH in Jpcsp - by onelight - 08-14-2017, 02:01 PM
RE: Booting VSH in Jpcsp - by onelight - 09-07-2017, 10:09 AM
RE: Booting VSH in Jpcsp - by DragonNeos - 09-23-2017, 07:55 PM
RE: Booting VSH in Jpcsp - by gid15 - 10-08-2017, 09:01 AM
RE: Booting VSH in Jpcsp - by DragonNeos - 10-16-2017, 10:55 AM
RE: Booting VSH in Jpcsp - by gid15 - 10-17-2017, 06:59 AM
RE: Booting VSH in Jpcsp - by gid15 - 10-17-2017, 04:13 PM
RE: Booting VSH in Jpcsp - by DragonNeos - 10-18-2017, 03:59 AM
RE: Booting VSH in Jpcsp - by onelight - 11-01-2017, 10:42 AM
RE: Booting VSH in Jpcsp - by gid15 - 11-05-2017, 02:19 PM
RE: Booting VSH in Jpcsp - by onelight - 11-06-2017, 04:56 AM
RE: Booting VSH in Jpcsp - by gid15 - 11-07-2017, 09:24 PM
RE: Booting VSH in Jpcsp - by onelight - 11-08-2017, 01:43 PM
RE: Booting VSH in Jpcsp - by gid15 - 11-11-2017, 12:54 PM
RE: Booting VSH in Jpcsp - by onelight - 11-11-2017, 02:56 PM
RE: Booting VSH in Jpcsp - by Karpov - 02-10-2018, 06:55 PM
RE: Booting VSH in Jpcsp - by gid15 - 02-11-2018, 08:23 AM
RE: Booting VSH in Jpcsp - by Karpov - 02-13-2018, 09:39 PM
RE: Booting VSH in Jpcsp - by onelight - 02-24-2018, 01:33 PM
RE: Booting VSH in Jpcsp - by onelight - 12-12-2018, 01:05 AM
RE: Booting VSH in Jpcsp - by gid15 - 12-12-2018, 05:32 PM
RE: Booting VSH in Jpcsp - by onelight - 12-13-2018, 01:55 AM
RE: Booting VSH in Jpcsp - by gid15 - 12-14-2018, 08:43 PM
RE: Booting VSH in Jpcsp - by DragonNeos - 02-06-2019, 07:30 AM
RE: Booting VSH in Jpcsp - by gid15 - 02-07-2019, 06:42 PM
RE: Booting VSH in Jpcsp - by gid15 - 02-08-2019, 06:52 PM
RE: Booting VSH in Jpcsp - by onelight - 02-10-2019, 03:55 AM
RE: Booting VSH in Jpcsp - by gid15 - 02-15-2019, 04:11 PM
RE: Booting VSH in Jpcsp - by onelight - 02-16-2019, 12:04 AM
RE: Booting VSH in Jpcsp - by gid15 - 02-17-2019, 02:23 PM
RE: Booting VSH in Jpcsp - by onelight - 02-18-2019, 12:03 AM
RE: Booting VSH in Jpcsp - by onelight - 03-01-2019, 11:31 AM
RE: Booting VSH in Jpcsp - by gid15 - 04-03-2019, 07:35 PM
RE: Booting VSH in Jpcsp - by onelight - 11-15-2019, 11:37 AM
RE: Booting VSH in Jpcsp - by DragonNeos - 04-18-2020, 12:08 PM
RE: Booting VSH in Jpcsp - by Nir777 - 03-01-2021, 06:24 AM
RE: Booting VSH in Jpcsp - by gid15 - 03-01-2021, 03:27 PM
RE: Booting VSH in Jpcsp - by onelight - 04-15-2021, 11:42 AM
RE: Booting VSH in Jpcsp - by adhie157 - 07-19-2021, 03:03 PM
RE: Booting VSH in Jpcsp - by The-loan-wolf - 01-11-2022, 12:24 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)