Cheats not working, odd message.
#1
Tried using cheat codes for Grandia II and received the following message in my log:

# Initialize memory (rev:3.17, ctm:393Mhz, cpuclk:295Mhz )
(EE pc:9FC42548) TLB Miss, addr=0x50401874 [load]
(EE pc:9FC42548) TLB Miss, addr=0x50401874 [store]
(EE pc:9FC42548) TLB Miss, addr=0x5040187c [load]
(EE pc:9FC42548) TLB Miss, addr=0x5040187c [store]
(EE pc:9FC42548) TLB Miss, addr=0x501694f8 [load]
(EE pc:9FC42548) TLB Miss, addr=0x501694f8 [store]

It 'finds' the codes when the game is running but they simply don't work.

File is correct- 160076FE.pnach

Found Cheats file: '160076FE.pnach'
comment: Grandia II (NTSC-U) (SLUS-20194) Widescreen Hack (16:9)
Loaded 285 Cheats from '160076FE.pnach' at 'C:\Users\x\Documents\PCSX2\cheats'
Overall 285 Cheats loaded

Example of the codes i'm using:
comment=Grandia II (NTSC-U) (SLUS-20194) Widescreen Hack (16:9)
patch=1,EE,0025c6d4,word,3c013f40 //vert fov-
patch=1,EE,0025c7a4,word,3c01bf41 //both fov+
patch=1,EE,0025c6d8,word,4481f000
patch=1,EE,0025c7e0,word,461e6343

(M) 
patch=1,EE,F027F30C,extended,0027F30F

Infinite Gold 
patch=1,EE,11352BE4,extended,0000FFFF

Infinite Special Coins 
patch=1,EE,11352BE8,extended,0000FFFF

Infinite Magic Coins 
patch=1,EE,11352BEC,extended,0000FFFF

Any recommendation where I'm going wrong with this? I like the game but i was halfway through and my pcsx2 completely reset itself, settings, saves, etc. So i want to get back there without having to waste time leveling up and whatnot.

And yes I have enable cheats on Smile
Reply

Sponsored links

#2
TLB miss typically means something within emulation has gone horribly wrong, and is a very, very common symptom of bad cheats. Can you verify that at the same point in the game, without cheats enabled, there is no TLB miss? If so you're sitting on a pile of cheats and somewhere inside there, one of, if not multiple, are bad. I see 200 some so that may be rough to sort out.


(12-06-2018, 07:46 AM)Darklust924 Wrote: my pcsx2 completely reset itself, settings, saves, etc.
Did you update your PCSX2 version or something? Maybe you changed a folder path and so it's just not pointing to your old memory card folder or something? Depending on what you did this may be fixable if you want to change gears to that instead.
Reply
#3
(12-06-2018, 09:25 AM)pandubz Wrote: TLB miss typically means something within emulation has gone horribly wrong, and is a very, very common symptom of bad cheats. Can you verify that at the same point in the game, without cheats enabled, there is no TLB miss? If so you're sitting on a pile of cheats and somewhere inside there, one of, if not multiple, are bad. I see 200 some so that may be rough to sort out.


Did you update your PCSX2 version or something? Maybe you changed a folder path and so it's just not pointing to your old memory card folder or something? Depending on what you did this may be fixable if you want to change gears to that instead.

It's definitely the cheats, i have no doubt about that, i don't get any error message when running the game normally.. but i've pulled cheats from a few different sources trying a couple at a time and it always reliably gives me this message.. 

I have pcsx2 v1.4.0.. haven't updated it and actually just redownloaded it the other day as I haven't played it in over a year, still had my bios in there just no system for some reason. my most recent coding attempt- I had grabbed the cheat folder from PapaStanimus on youtube, his website is like gamerebel.net or something.. followed all his directions of converting code + master file.. just can not get any of it to work.. Depressing part is i used to be able to do all this back in Dos like 20 years ago lol i wish i kept up with all these things but i'm so far out of my league here
Reply
#4
Even when I tried with the only cheats enabled was the 4 I posted above, it still gives me the same error messages TLB miss and it's the same codes found on multiple sources.
(M)
patch=1,EE,F027F30C,extended,0027F30F

Infinite Gold
patch=1,EE,11352BE4,extended,0000FFFF

Infinite Special Coins
patch=1,EE,11352BE8,extended,0000FFFF

Infinite Magic Coins
patch=1,EE,11352BEC,extended,0000FFFF
Reply
#5
Usually, you don't need the master code with PCSX2.
Reply
#6
(12-08-2018, 05:45 PM)morgoth32 Wrote: Usually, you don't need the master code with PCSX2.

That fixed the TLD misses.. still no codes working Laugh  it does say that it's finding the codes and i'm not getting any errors.. they just don't work.. and yes enable cheats is on
Reply
#7
Try these.

Code:
// Max/Infinite Gold
patch=1,EE,213493A4,extended,05F5E0FF

// Max/Infinite Special Coins
patch=1,EE,213493A8,extended,05F5E0FF

// Max/Infinite Magic Coins
patch=1,EE,213493AC,extended,05F5E0FF

Also, make sure you comment out lines that aren't related to codes with //. (e.g. code names, etc) as shown above.
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 32 GB (2x16GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Samsung 980 1TB | Windows 10 Pro x64 (22H2)
Reply
#8
And one last thing, make sure you are starting your game normally, without using save states. Since save states essentially forcefully change the game's memory state, they will wipe or force cheats as well. Whatever the status of the cheats was when the state was made, that will be the status after loading the state, regardless of if you have cheats loaded or not.
Reply
#9
(12-08-2018, 06:23 PM)Ryudo Wrote: Try these.

Code:
// Max/Infinite Gold
patch=1,EE,213493A4,extended,05F5E0FF

// Max/Infinite Special Coins
patch=1,EE,213493A8,extended,05F5E0FF

// Max/Infinite Magic Coins
patch=1,EE,213493AC,extended,05F5E0FF

Also, make sure you comment out lines that aren't related to codes with //. (e.g. code names, etc) as shown above.

... lol that's the part i totally missed Laugh it worked now np, thank you so much for that.. could that have been why i was getting that error message because of the comment lines?
Reply




Users browsing this thread: 1 Guest(s)