RE: Final Fantasy Type-0 - JPN - NPJH50443 [Encrypted] - gid15 - 12-18-2011
Code: java.lang.UnsupportedOperationException: Incorrect volume 4.4943995
at jpcsp.sound.Utils.mixStereoInMemory(Utils.java:224)
at jpcsp.Allegrex.compiler.nativeCode.SoundMix.mixStereoInMemory(SoundMix.java:37)
at _S1_2_8B55A60.s(_S1_2_8B55A60.java:0)
at _S1_2_8B54DC4.s8b54fe0(_S1_2_8B54DC4.java:576)
at _S1_2_8B54DC4.s(_S1_2_8B54DC4.java:540)
at _S1_2_8B54DC4.exec(_S1_2_8B54DC4.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:691)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
I now display a WARNing in r2412 instead of aborting with an UnsupportedOperationException. Could you test it again? Is the sound output correct?
RE: Final Fantasy Type-0 - JPN - NPJH50443 [Encrypted] - Damphil - 02-23-2012
Sorry guys, but me need ask on question:
- Here video-test run game on emuls
http://www.youtube.com/watch?v=vBu81BYixCw
- Sameone dont opens video?
RE: Final Fantasy Type-0 - JPN - NPJH50443 [Encrypted] - serio - 02-23-2012
your video already got flagged and removed for copyright infringement.
Quote:This video contains content from Square Enix Co., Ltd., who has blocked it on copyright grounds.
Sorry about that.
RE: Final Fantasy Type-0 - JPN - NPJH50443 [Encrypted] - l2sp - 03-22-2012
test r2492
Use vertex cache cause Exception in thread "Async Vertex Cache Thread" java.lang.LinkageError or "GUI" java.lang.LinkageError
jpcsp2492_log.rar (Size: 6.31 KB / Downloads: 161)
Code: Running Jpcsp 32bit...
Exception in thread "Async Vertex Cache Thread" java.lang.LinkageError: loader (
instance of jpcsp/util/ClassSpecializer$SpecializedClassLoader): attempted dup
licate class definition for name: "VertexInfoReader180011E"
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at jpcsp.util.ClassSpecializer$SpecializedClassLoader.defineClass(ClassS
pecializer.java:679)
at jpcsp.util.ClassSpecializer.specialize(ClassSpecializer.java:159)
at jpcsp.graphics.VertexInfoCompiler.compileVertexInfoReader(VertexInfoC
ompiler.java:96)
at jpcsp.graphics.VertexInfoCompiler.getCompiledVertexInfoReader(VertexI
nfoCompiler.java:56)
at jpcsp.graphics.VertexInfo.updateVertexInfoReader(VertexInfo.java:178)
at jpcsp.graphics.VertexInfo.processType(VertexInfo.java:128)
at jpcsp.graphics.AsyncVertexCache.asyncCheck(AsyncVertexCache.java:65)
at jpcsp.graphics.AsyncVertexCache$AsyncVertexCacheThread.run(AsyncVerte
xCache.java:130)
broken by r2466.
Code: Running Jpcsp 32bit...
Exception in thread "GUI" java.lang.LinkageError: loader (instance of jpcsp/uti
l/ClassSpecializer$SpecializedClassLoader): attempted duplicate class definitio
n for name: "VertexInfoReader0800102"
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at jpcsp.util.ClassSpecializer$SpecializedClassLoader.defineClass(ClassS
pecializer.java:660)
at jpcsp.util.ClassSpecializer.specialize(ClassSpecializer.java:142)
at jpcsp.graphics.VertexInfoCompiler.compileVertexInfoReader(VertexInfoC
ompiler.java:96)
at jpcsp.graphics.VertexInfoCompiler.getCompiledVertexInfoReader(VertexI
nfoCompiler.java:56)
at jpcsp.graphics.VertexInfo.updateVertexInfoReader(VertexInfo.java:178)
at jpcsp.graphics.VertexInfo.processType(VertexInfo.java:128)
at jpcsp.graphics.VideoEngine.executeCommandVTYPE(VideoEngine.java:2648)
at jpcsp.graphics.VideoEngine.executeCommand(VideoEngine.java:1158)
at jpcsp.graphics.VideoEngine.executeList(VideoEngine.java:885)
at jpcsp.graphics.VideoEngine.update(VideoEngine.java:598)
at jpcsp.HLE.modules150.sceDisplay$AWTGLCanvas_sceDisplay.paintGL(sceDis
play.java:194)
at org.lwjgl.opengl.AWTGLCanvas.paint(AWTGLCanvas.java:314)
at org.lwjgl.opengl.AWTGLCanvas.update(AWTGLCanvas.java:343)
at sun.awt.RepaintArea.updateComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
RE: Final Fantasy Type-0 - JPN - NPJH50443 [Encrypted] - l2sp - 04-01-2012
(03-22-2012, 12:29 AM)l2sp Wrote: test r2492
Use vertex cache cause Exception in thread "Async Vertex Cache Thread" java.lang.LinkageError or "GUI" java.lang.LinkageError Fixed in r2502.
RE: Final Fantasy Type-0 - JPN - NPJH50443 [Encrypted] - vanngoctien - 04-07-2012
The configuration please?
RE: Final Fantasy Type-0 - JPN - NPJH50443 [Encrypted] - jeremie_17th - 05-17-2012
Can I ask for a list of what I need to put a tick on the configurations? I'm kinda not familiar with those.. Thanks~
RE: Final Fantasy Type-0 - JPN - NPJH50443 [Encrypted] - l2sp - 07-30-2012
test r2656.
Some Movies still have no sound.
Code: 42231 SQEXTEC Movie Decode ERROR hle MediaEngine: No audio streams found!
RE: Final Fantasy Type-0 - JPN - NPJH50443 [Encrypted] - gid15 - 07-30-2012
(07-30-2012, 04:59 PM)l2sp Wrote: test r2656.
Some Movies still have no sound.
Code: 42231 SQEXTEC Movie Decode ERROR hle MediaEngine: No audio streams found!
Could you also add this line to LogSettings.xml:
Code: <logger name='hle.IoFileMgrForUser'> <level value='debug' /> </logger>
Thanks!
RE: Final Fantasy Type-0 - JPN - NPJH50443 [Encrypted] - hyakki - 07-30-2012
The first two movies work with audio then the new game movie has no audio,
I know this movie with audio used to work in the past, but since its was such a large video it needed a high xmx size to decode...
Gran Turismo also gets no audio in its movies, i'll post a log for that game shortly too.
I narrowed it down to the exact revision that broke it, it worked in r2540, r2541 it broke)
http://code.google.com/p/jpcsp/source/detail?r=2541
|