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:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Musou Orochi 2 Special - ULJM-06097
#14
Attach Jpcsp offical version rev2810 log and crash screen.
I think that these probrem
Code:
79508     GUI     WARN     ge     signal (behavior=136, signal=0x5101) unknown behavior at 0x096D68B0
179510     GUI     WARN     ge     Unsupported spline parameters uc=0 vc=166
edit:
Code:
MemoryReader.java

    private final static class MemoryReaderIntArray32 implements IMemoryReader {
        private int offset;
        private int[] buffer;

        public MemoryReaderIntArray32(int[] buffer, int addr) {
            offset = addr / 4;
            this.buffer = buffer;
        }

        @Override
        public final int readNext() {
            return buffer[offset++]; //Do not know correct handle if buffer.index < offset+1
        }


Attached Files Thumbnail(s)
   

.txt   CMD.txt (Size: 2.17 KB / Downloads: 59)
.7z   2810X64LOG.7z (Size: 9.81 KB / Downloads: 88)
Reply


Messages In This Thread
Musou Orochi 2 Special - ULJM-06097 - by vmftm12 - 07-19-2012, 12:58 PM
RE: (ULJM-06097) Musou Orochi 2 Special - by sum2012 - 10-26-2012, 02:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)