EmuNewz Network
Queen's Gate Spiral Chaos - ULJS00377 - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54)
+----- Forum: JPCSP - Playable Games (https://www.emunewz.net/forum/forumdisplay.php?fid=65)
+----- Thread: Queen's Gate Spiral Chaos - ULJS00377 (/showthread.php?tid=6116)

Pages: 1 2 3 4


RE: Queen's Gate Spiral Chaos - ULJS00377 - dista_bagus - 11-01-2011

now with ATI 11.10 can use shaders tested on XP. i think it will work too on 7.
only use setting
- Use shaders
- Enable the shader implementation for the "Stencil Test"

doesn't really need use
- Disable UBO



RE: Queen's Gate Spiral Chaos - ULJS00377 - vmftm12 - 10-24-2012

Animation stop can be solved?


RE: Queen's Gate Spiral Chaos - ULJS00377 - serio - 03-07-2015

r3716
software renderer d09b9fd

game seems to be working nearly perfectly with the software renderer from what i've seen, even the sprite transparency issue that still plagues the hardware one is absent here.

there is a crash ingame, when a character's about to play a voice sample.


RE: Queen's Gate Spiral Chaos - ULJS00377 - gid15 - 03-07-2015

Code:
java.lang.NullPointerException
    at jpcsp.HLE.modules150.sceAtrac3plus$AtracID.hasLoop(sceAtrac3plus.java:596)
    at jpcsp.HLE.modules150.sceAtrac3plus.sceAtracSetLoopNum(sceAtrac3plus.java:1225)
Could you provide an INFO log with only sceAtrac3plus at DEBUG level?
I've tried a quick fix in r3718 but I doubt this is a proper fix and I would like additional information...

Thank you!


RE: Queen's Gate Spiral Chaos - ULJS00377 - serio - 03-07-2015

i tried to put
<logger name='sceAtrac3plus'> <level value='debug' /> </logger>
into LogSettings.xml, after the last logger, right before <root>, but it didn't seem to do any change. the log didn't look any different.

am i doing it right?

3718 gets past the error, should i test it on this one or the one that crashes?


RE: Queen's Gate Spiral Chaos - ULJS00377 - sum2012 - 03-07-2015

You need "hle.sceAtrac3plus" instead of "sceAtrac3plus"
(03-07-2015, 10:38 PM)serio Wrote: i tried to put
<logger name='sceAtrac3plus'> <level value='debug' /> </logger>
into LogSettings.xml, after the last logger, right before <root>, but it didn't seem to do any change. the log didn't look any different.

am i doing it right?

3718 gets past the error, should i test it on this one or the one that crashes?



RE: Queen's Gate Spiral Chaos - ULJS00377 - serio - 03-08-2015

ok, done. i got logs for both 3716 which crashes and 3718 which bypasses the crash and stopped logging after the crash/place it crashed.


RE: Queen's Gate Spiral Chaos - ULJS00377 - gid15 - 03-08-2015

OK, thank you!
I have now a better fix in r3719.