Pcsx2 0.9.6 and homebrews...

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
User avatar
kouky
Posts: 48
Joined: Tue Sep 25, 2007 5:38 am
Location: London
Contact:

Pcsx2 0.9.6 and homebrews...

Post by kouky »

When I load my project .elf file into Pcsx2 0.9.6 I get this message:

vtlb miss : addr 0x8, mode 0

Is there a workaround for this or does this just mean the emulator is just not compatible with my homebrew?
softwares for artists on video game systems - http://www.pikilipita.com
ragnarok2040
Posts: 202
Joined: Wed Aug 09, 2006 1:00 am

Post by ragnarok2040 »

I test pretty much all my homebrew in PCSX2. It allows me to test things that I can't test on my actual PS2. I compile my own version of PCSX2 on Linux, though.

You should really be using a svn build rather than 0.9.6. The last available build is beta 1736. It's something like... 1130 revisions newer than 0.9.6. You should also use the plugins that are from Sept. '09. You can try compiling the current svn revision and plugins, which is at r2401, using their compile guide but compilation errors are likely going to require you to coach it by hand, heh.

Other than that, you can try testing what's causing the vtlb miss error a few ways. Changing plugins, enabling/disabling MTGS, changing dynarec/interpreter CPU emulation, or changing the boot method or you can try to pinpoint down what's causing the miss when it happens and try to bypass it within the code using a compile-time flag to comment it.
User avatar
kouky
Posts: 48
Joined: Tue Sep 25, 2007 5:38 am
Location: London
Contact:

Post by kouky »

Thank you for your advices, i tried the demo 1888, but still no luck...
Same error :(
softwares for artists on video game systems - http://www.pikilipita.com
Post Reply