The Legend of Heroes: Trails of Cold Steel [BLUS31572]
Started by M




154 posts in this topic
M
Unregistered


 
Less than 1 minute ago -
#1
[quote='M[u]ddy' pid='230652' dateline='1457884848']
Settings:
PPU LLVM
SPU ASMJIT
Any renderer, but OpenGL has been extensively tested already. DX12 and Vulkan probably also work just fine but may be slower...
Use GPU Texture Scaling.

Check out this video by user Blast Processing:

M
Unregistered


 
Less than 1 minute ago -
#2
(03-13-2016, 06:13 PM)M[u]ddy Wrote: [quote='Annie' pid='230655' dateline='1457888701']
Try not to LLE pngDec as it got HLE implemented earlier on this year
Also, you're using an old build (from https://github.com/RPCS3/rpcs3/commit/dd...3f8be46732)
Thanks, I updated the first post.
M
Unregistered


 
Less than 1 minute ago -
#3
[quote='M[u]ddy' pid='230659' dateline='1457897424']
Now the installation of the game files seems to work at first. After the installation the loading screen animation doesn't freeze, but the game doesn't continue.
When you try to start the game again, it tries to install the files again. I looked on my real PS3s HDD and noticed that rpcs3 puts them in the wrong folder. It puts them in 'dev_hdd0\game\NPUB31759' instead of 'dev_hdd0\game\NPUB31759_INSTALL'. After changing the name of the folder it doesn't try to install them again, but still doesn't continue.
M
Unregistered


 
Less than 1 minute ago -
#4
[quote='M[u]ddy' pid='230974' dateline='1459461305']
I got into the game with two additional LLE modules:
-cellSailAvi_Library v1.1 -> Company logo videos work. Intro crashes.
-libvdec_Library v1.1 -> Turn all videos black and mute, but prevents crash.

Other than that, everything 3D stays black.
Music doesn't play, but voices and sound effects work.
When trying to save, the emulation freezes.
Ani
Administrator
*******


16
4,263 posts 105 threads Joined: Aug 2017
03-13-2016, 05:05 PM -
#5
Try not to LLE pngDec as it got HLE implemented earlier on this year
Also, you're using an old build (from https://github.com/RPCS3/rpcs3/commit/dd...3f8be46732)
    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
Ani
Administrator
*******


16
4,263 posts 105 threads Joined: Aug 2017
03-13-2016, 06:23 PM -
#6
You crashed with
Code:
·F {rsx::thread} Exception: HRESULT = Falscher Parameter.
(in file C:\rpcs3\rpcs3\Emu\RSX\D3D12\D3D12RenderTargetSets.cpp:358, in function D3D12GSRender::copy_render_target_to_dma_location)

Which you can solve by turning off Write/Read Color/Depth buffers.
According to the log, they are turned on
Code:
[rsx/opengl]
Write Color Buffers=true
Write Depth Buffer=true
Read Color Buffers=true
Read Depth Buffer=true
    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
ssshadow
Administrator
*******


4
2,494 posts 63 threads Joined: Aug 2017
02-12-2017, 01:32 AM -
#7
Another PhyreEngine game that hangs after a while. All 3D is completely missing, audio cuts out forever after a few seconds, and you have to hide the movie folder or it will crash regardless of LLE modules used.

Load libraries:
- libac3dec.prx
- libac3dec2.prx
- libadec.prx
- libat3dec.prx
- libatrac3plus.prx
- libatxdec.prx
- libdmux.prx
- libdmuxpamf.prx
- libfont.prx
- libfontFT.prx
- libfreetype.prx
- libl10n.prx
- libpamf.prx
- libresc.prx
- librtc.prx
- libsail.prx
- libsail_avi.prx
- libsail_rec.prx
- libspurs_jq.prx
- libsre.prx
- libvdec.prx

Log


Screenshots

Blast Processing
Member


1
110 posts 21 threads Joined: Aug 2017
03-21-2017, 02:35 PM -
#8
This game goes in-game now.


ssshadow
Administrator
*******


4
2,494 posts 63 threads Joined: Aug 2017
03-23-2017, 02:15 PM -
#9
When the kd-11 stuff is merged this will be playable. Yes save/load works.

Settings:
PPU LLVM
SPU ASMJIT
Any renderer, but OpenGL has been extensively tested already. DX12 and Vulkan probably also work just fine and may be faster.

One bug workaround is necessary. Open config.yml and change
Code:
Use LLVM CPU: !<!> ""
into
Code:
Use LLVM CPU: !<!> "sandybridge"
Delete /data/BLUS31572/ to force LLVM to recompile a Sandy Bridge binary. This makes LLVM work in this game for some reason and significantly improves performance. No other binaries, for example bdver2, generic, haswell, etc seem to work.

Check out this video by user Blast Processing:


Moving to playable already so I don't forget. Technically it already is on a very fast CPU anyway.
jazjaz36
Unregistered


 
03-24-2017, 12:14 AM -
#10
(03-23-2017, 02:15 PM)ssshadow Wrote: When the kd-11 stuff is merged this will be playable. Yes save/load works.

Settings:
PPU LLVM
SPU ASMJIT
Any renderer, but OpenGL has been extensively tested already. DX12 and Vulkan probably also work just fine and may be faster.

One bug workaround is necessary. Open config.yml and change
Code:
Use LLVM CPU: !<!> ""
into
Code:
Use LLVM CPU: !<!> "sandybridge"
Delete /data/BLUS31572/ to force LLVM to recompile a Sandy Bridge binary. This makes LLVM work in this game for some reason and significantly improves performance. No other binaries, for example bdver2, generic, haswell, etc seem to work.

Check out this video by user Blast Processing:


Moving to playable already so I don't forget. Technically it already is on a very fast CPU anyway.

Sorry for sounding stupid, but what's kd-11? I assume that this is playable with the latest build? And what exactly are the LLE modules that need to be activated?


Forum Jump:


Users browsing this thread: 1 Guest(s)