PixelJunk Racers [NPUA80100]
Started by ps0ne




11 posts in this topic
ps0ne
Member


0
304 posts 59 threads Joined: Oct 2017
07-22-2014, 05:45 PM -
#1
This game shows more than of all pixeljunk series games i have now. Best resolution to view is 1280x720 but picture is still reversed. Game stop at multistream pu thread - nothing new. Multistream would be the next thing to implement Wink
ps0ne
Member


0
304 posts 59 threads Joined: Oct 2017
07-22-2014, 08:35 PM -
#2
Yup works.
Display window shows correct images,
rsx debugger images are reversed right now, but who cares Smile
ps0ne
Member


0
304 posts 59 threads Joined: Oct 2017
06-28-2016, 01:38 PM -
#3
Game shows menu with some sound.

SPU and PPU interpreters, Opengl.
Ani
Administrator
*******


16
4,276 posts 105 threads Joined: Aug 2017
07-31-2016, 05:02 PM -
#4
Build: 190fc43

LLE: sre, spurs_jq, resc, jpgdec
Shows black screen with 60fps (if frame limited)

Ends up freezing with
F {rsx::thread} class fmt::exception thrown: Unknown surface depth format 0x0
    Desktop: Ryzen 7 5800X,   Radeon RX 6800 XT, 2x8G DDR4 3600MHz, Manjaro Linux
     Laptop: Ryzen 9 5900HX,  Radeon RX 6700M,   2x8G DDR4 3200MHz, Manjaro Linux
Old Desktop: AMD FX-8350,     Radeon R9 280X,    2x4G DDR3 1600MHz, Manjaro Linux
ps0ne
Member


0
304 posts 59 threads Joined: Oct 2017
07-31-2016, 08:13 PM -
#5
sorry, i made dual post.

i posted some improvements in this thread http://www.emunewz.net/forum/showthread.php?tid=174601 let somebody merge it.


Im gonna test it myself on notable newest changes
Ani
Administrator
*******


16
4,276 posts 105 threads Joined: Aug 2017
08-01-2016, 12:30 AM -
#6
Merged, can you still get into the menu? I can't even boot the game here
    Desktop: Ryzen 7 5800X,   Radeon RX 6800 XT, 2x8G DDR4 3600MHz, Manjaro Linux
     Laptop: Ryzen 9 5900HX,  Radeon RX 6700M,   2x8G DDR4 3200MHz, Manjaro Linux
Old Desktop: AMD FX-8350,     Radeon R9 280X,    2x4G DDR3 1600MHz, Manjaro Linux
ps0ne
Member


0
304 posts 59 threads Joined: Oct 2017
08-01-2016, 05:02 PM -
#7
Yes it boots andd i reach menu because i hears same sound. I i see black screen because this errror:
Code:
F {rsx::thread} class gl::glsl::compilation_exception thrown: compilation failed: 'Fragment shader failed to compile with the following errors:
ERROR: 0:169: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:172: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:174: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:177: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:305: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:311: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: error(#273) 6 compilation errors.  No code generated
this is with very latest version
kd-11
RPCS3 Developer


0
75 posts 1 threads Joined: Aug 2017
08-03-2016, 05:45 PM -
#8
(08-01-2016, 05:02 PM)ps0ne Wrote: Yes it boots andd i reach menu because i hears same sound. I i see black screen because this errror:
Code:
F {rsx::thread} class gl::glsl::compilation_exception thrown: compilation failed: 'Fragment shader failed to compile with the following errors:
ERROR: 0:169: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:172: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:174: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:177: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:305: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:311: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: error(#273) 6 compilation errors.  No code generated
this is with very latest version

This bug has been fixed if you pull in an updated rsx_decompiler subproject. If it is still an issue, please open an issue tracker on github and share the generated glsl shaders in the shaderlog.
ps0ne
Member


0
304 posts 59 threads Joined: Oct 2017
08-06-2016, 05:08 PM -
#9
(08-03-2016, 05:45 PM)kd-11 Wrote:
(08-01-2016, 05:02 PM)ps0ne Wrote: Yes it boots andd i reach menu because i hears same sound. I i see black screen because this errror:
Code:
F {rsx::thread} class gl::glsl::compilation_exception thrown: compilation failed: 'Fragment shader failed to compile with the following errors:
ERROR: 0:169: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:172: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:174: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:177: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:305: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: 0:311: error(#160) Cannot convert from: "4-component vector of vec4" to: "highp 2-component vector of vec2"
ERROR: error(#273) 6 compilation errors.  No code generated
this is with very latest version

This bug has been fixed if you pull in an updated rsx_decompiler subproject. If it is still an issue, please open an issue tracker on github and share the generated glsl shaders in the shaderlog.
Yes, thanks! No more such error

But.. since quite time, on all pixeljunk games loading screens have different colours, black instead of white, and strange colourful backgound, like all rainbow colors throuhg left to right. Mybe this is specific to AMD OGL.
digitaldude
RPCS3 Tester


4
3,031 posts 559 threads Joined: Aug 2017
02-18-2017, 08:57 PM -
#10
rpcs3-v0.0.1-2017-02-18-22c0f0d6_win64


Goes ingame now, but you can barely see the cars, when cars are fixed it should be playable.


Forum Jump:


Users browsing this thread: 1 Guest(s)