..:: PCSX2 Forums ::..

Full Version: Patch error/crash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to inform this.
patch using Pcsx2 beta 1329 work
but if using Pcsx2 beta 1474 didn't work(crash/error)
attachment below using patch Super Robot Wars Z but it didn't work.
i think patch can only be used with older Pcsx2 svn(1329),anyone had tried it?
does it also crash with patches disabled?
deleted
PCSX2 beta.r1888

I got this problem too. I'm playing FFXII IZJS and I want to have the patch enabled (just for all drops and stealings). but it crashes and says the similar thing. What should i do? this patch is just fine when working with the other versions of PCSX2. I wrote this patch myself so I believe all keys are correct since the patch can still work with the other version ie 0.9.6

the emulator still works fine if the patch is disabled.

Anyway those guys who create this emulator are awesome!!!!! diffinitely faster than the previous versions.
Change the codes type to extended
(10-22-2009, 12:22 PM)vsub Wrote: [ -> ]Change the codes type to extended

Don't get it. Please define more.
My code:
Code:
gametitle=Final Fantasy XII International [SLPM 66750] (J)
commment=me

//max gils
patch=1,EE,20326444,word,1000000A
//all damned weapons (i mean "all of them" including some impossible-to-get weapons)
patch=1,EE,20326334,word,0803F800
patch=1,EE,200FE500,word,3C03004C
patch=1,EE,200FE504,word,3C0205F5
patch=1,EE,200FE508,word,080C98CE
patch=1,EE,200FE0C0,word,3C020055
patch=1,EE,200FE0C4,word,34426300
patch=1,EE,200FE0C8,word,240500C8
patch=1,EE,200FE0CC,word,24010063
patch=1,EE,200FE0D0,word,24061000
patch=1,EE,200FE0D4,word,24C500C8
patch=1,EE,200FE0D8,word,A04510BC
patch=1,EE,200FE0DC,word,2442A000
patch=1,EE,200FE0E0,word,A0411028
patch=1,EE,200FE0E4,word,24426000
patch=1,EE,200FE0E8,word,A446024C
patch=1,EE,200FE0EC,word,24420002
patch=1,EE,200FE0F0,word,24C60001
patch=1,EE,200FE0F4,word,14C5FFF9
//all drops
patch=1,EE,20317830,word,00000000
patch=1,EE,20317878,word,109E0004
patch=1,EE,2031789C,word,109E0004
patch=1,EE,202ED3B8,word,00000000
//all steals
patch=1,EE,203CE198,word,00000000
patch=1,EE,203CE1D8,word,00000000
patch=1,EE,203CE214,word,00000000
patch=1,EE,203CE170,word,00000000
//bazaar master (as always)
patch=1,EE,202F0B7C,word,38020063
Thanks.
What vsub means is all those patches have a word data type so just change them to extended, or on other words replace all the "word" parts in the text to "extended".