Dynasty warriors 5XL crashes in spesific ingame cutscene
#11
(04-15-2024, 12:54 PM)jesalvein Wrote: i'd have to load symbols to see this. no way to do so for now
what are your specs  (especially gpu/igpu) and are your drivers up to date ? (not via windows device manager, of course)

CPU :  AMD Ryzen 5 3600
GPU :  AMD Radeon RX 5700 XT

Drivers are up to date, Crash happens when playing Musou mode with zhuge liang at second mission(Final Engagement on Nan Zhong) when the third cutscene triggers after playing around 15 minutes.
Reply

Sponsored links

#12
I have enabled pauses for TLB misses and error I am getting is this

Code:
TLB Miss, pc=0x1987a4 addr=0x46dea804 [load]
Reply
#13
generally, tlb misses come from a bad rip.
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Reply
#14
There is an issue at GitHub for this:
https://github.com/PCSX2/pcsx2_patches/issues/335
Reply
#15
I have found the problem. The widescreen patch was causing the crashing. I thought i disabled it in my testing but even if i disable it from "patches" section in game's properties it was still being applied via global settings in graphics tab. I have successfully passed the crash point by properly disabling the widescreen patch.

The crashing is scarce enough that this workaround is good enough for me, i could just temporarily disable it if I encounter it again.

EDIT:

(04-15-2024, 05:27 PM)pgert Wrote: There is an issue at GitHub for this:
https://github.com/PCSX2/pcsx2_patches/issues/335


Thank you for informing me! I will be tracking this issue. I just figured out it was widescreen releted.
Reply
#16
Here's a fixed widescreen pnatch.

Code:
gametitle=Dynasty Warriors 5: Xtreme Legends (SLUS-21299)
comment=Widescreen hack by nemesis2000 (pnach by nemesis2000)
patch=1,EE,00146d7c,word,3c0243d6
patch=1,EE,0019814c,word,3c023f2b

// no interlacing by someother1ne
//No interlacing patches disable shaking when deinterlacing is set to "None" in PCSX2. They also sometimes make the game look sharper.
patch=1,EE,20112964,word,64420000
patch=1,EE,201427D0,word,30420000

// Load original (Enables Musou and Free modes)
//Dw5xl contains all files required to play Musou/Free modes. This mod unhides Musou/free mode always. Effectively removing any need to play base dw5.
patch=1,EE,001abed4,word,24020001

// Increases cutscene zoom to allow rendering during some cutscenes without crash
//(Dai Bai castle WU, Conquest of Nan Zhong SHU and Battle of Han Shui and Mai Castle on Legend mode)
patch=1,EE,00146ac4,word,3c023e10
//patch=1,EE,00146ac4,word,3c023900 //crash fix by Micheal off DW discord
Reply
#17
(04-15-2024, 06:25 PM)drobovik Wrote: Here's a fixed widescreen pnatch.

Code:
gametitle=Dynasty Warriors 5: Xtreme Legends (SLUS-21299)
comment=Widescreen hack by nemesis2000 (pnach by nemesis2000)
patch=1,EE,00146d7c,word,3c0243d6
patch=1,EE,0019814c,word,3c023f2b

// no interlacing by someother1ne
//No interlacing patches disable shaking when deinterlacing is set to "None" in PCSX2. They also sometimes make the game look sharper.
patch=1,EE,20112964,word,64420000
patch=1,EE,201427D0,word,30420000

// Load original (Enables Musou and Free modes)
//Dw5xl contains all files required to play Musou/Free modes. This mod unhides Musou/free mode always. Effectively removing any need to play base dw5.
patch=1,EE,001abed4,word,24020001

// Increases cutscene zoom to allow rendering during some cutscenes without crash
//(Dai Bai castle WU, Conquest of Nan Zhong SHU and Battle of Han Shui and Mai Castle on Legend mode)
patch=1,EE,00146ac4,word,3c023e10
//patch=1,EE,00146ac4,word,3c023900 //crash fix by Micheal off DW discord


Thank you it works! Might be a good idea to replace the default widescreen patch with this one on the emulator.
Reply




Users browsing this thread: 1 Guest(s)