EmuNewz Network
Fuse - - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Homebrew Games (https://www.emunewz.net/forum/forumdisplay.php?fid=165)
+----- Forum: RPCS3 - Homebrew - Loadable (https://www.emunewz.net/forum/forumdisplay.php?fid=170)
+----- Thread: Fuse - (/showthread.php?tid=158478)



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