RPCS3 Forums
Fuse - - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Homebrew (https://forums.rpcs3.net/forumdisplay.php?fid=10)
+--- Forum: Loadable (https://forums.rpcs3.net/forumdisplay.php?fid=14)
+--- Thread: Fuse - (/showthread.php?tid=158478)



RE: Fuse - - Darkriot - 03-01-2014

White Screen with interesting RSX Debugger!
Upd. Click "Resume" and...also one SS.



RE: Fuse - - Ekaseo - 03-01-2014

try to change the resolution to 720p or 1080p



RE: Fuse - - Darkriot - 03-01-2014

okay...i get only this(



RE: Fuse - - ssshadow - 03-02-2014

Not too bad though, it renders a few black frames, loads textures, and it is pretty clear from the last screenshot what the error is. Might even be easily fixed (or not).



RE: Fuse - - Bigpet - 03-02-2014

Got the log? the last few error messages make me thing that the shader didn't compile/link



RE: Fuse - - Darkriot - 03-02-2014

http://pastebin.com/L99GYdHN



RE: Fuse - - Bigpet - 03-02-2014

Seem like it was indeed the shaders around line 200 there's

Code:
[E : Vertex Shader Decompiler Thread]: Unknown vp opcode 0xd
[E : Vertex Shader Decompiler Thread]: Unknown vp sca_opcode 0x7
[E : Vertex Shader Decompiler Thread]: Unknown vp opcode 0xd
[E : Vertex Shader Decompiler Thread]: Unknown vp sca_opcode 0x7
[E : RSXThread]: Could not link program: Vertex info
-----------
0(281) : error C5005: recursive call to function "void func134(){

The generated shader is printed at line 336 onward