Project

General

Profile

Actions

Emulator Issues #8125

closed

Project Zero 2: Extreme Slowdowns

Added by redherochildboss over 9 years ago.

Status:
Won't fix
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Game Name?
Project Zero 2

Game ID?
SL2P01

What's the problem? Describe what went wrong in few words.
Extreme slowness.

What did you expect to happen instead?
It to at least be somewhat playable.

What steps will reproduce the problem?

  1. Start the game.
  2. After the very first cutscene, when you first arrive in the village and are able to move around, you will be moving extremely slowly - audio will crackle, and your character's movements will almost slideshow-level.

Dolphin 3.5 and 3.5-367 are old versions of Dolphin that have
known issues and bugs, so don't report issues about them and test the
latest Dolphin version first.
Which versions of Dolphin did you test on?
4.0-5163

Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
Not that I know of.

What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
http://www.newegg.com/Product/Product.aspx?Item=%20N82E16834152553

Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
Config does not seem to effect it. I've lowered all my graphics settings to the lowest, nothing happens. It's SLIGHTLY better on lowest resolution, but still unplayable.

If I had to guess the cause...maybe it's the film-grain/blur filter that the game uses?

Actions #1

Updated by JMC4789 over 9 years ago

Try checking "Skip EFB Access to CPU" in the graphics/hacks menu.

Actions #2

Updated by redherochildboss over 9 years ago

It's also a bit worse on the DirectX backend.

Actions #3

Updated by redherochildboss over 9 years ago

Skip EFB Access is already checked.

Actions #4

Updated by JMC4789 over 9 years ago

That kills my theory that it's EFB Pokes/Peeks...

Actions #5

Updated by redherochildboss over 9 years ago

If you want to test it, the lag starts right when she starts talking about "The lost village".
Also, audio backend and hle vs lle doesn't seem to affect it.

Actions #6

Updated by redherochildboss over 9 years ago

Hold on, I might have found the cause.
For whatever reason, this game must be super sensitive to anti-aliasing.
When I tried it on lowest settings, I didn't have AA turned fully off, just to 2x. With anti-aliasing completely off, it's playable, if still a little slow.

Actions #7

Updated by JMC4789 over 9 years ago

It may just be a very demanding game.

Actions #8

Updated by redherochildboss over 9 years ago

I suppose. I've never seen a game that goes from normal speed to slideshow just at 2x AA, though. :P

(PS: I also found a very specific lag issue in Fatal Frame 4, is it worth it to report it?)

Actions #9

Updated by JMC4789 over 9 years ago

Your GPU could be outright maxed out; which is weird.

Anyway, Dolphin doesn't normally take performance issues unless -

You can narrow down a performance regression from a merge
It's an extreme, unusual performance drop (aka, dropping to single digits for a certain moment/effect)
Other exceptions I can't think of right now.

Actions #10

Updated by redherochildboss over 9 years ago

What would cause that? It's never happened in any other game.
Are there any logs that might help?

Alright, it's not that severe. Basically what it is is that if a ghost Blooms during a fight, the purple glowy effect causes minor fps drops and noticeable audio stutter, but it's still very much playable, so I doubt it deserves its own issue.

Actions #11

Updated by redherochildboss over 9 years ago

I turned anti-aliasing back on and played for a minute with logging on, here's the log: http://pastebin.com/ufYfsUF8 .

No idea if it's relevant, but I figure it probably can't hurt.

Actions #12

Updated by rigation over 9 years ago

This game is very demanding because it has copy to RAM set in game.ini, anyway with an old e8400 and a gtx650ti, where you say there should be a slide show, I get around 27 fps - 90% speed using Direct3d (wich for me is as usual better than OpenGL in copy to RAM).
If you wanna play it smoother set EFBToTextureEnable = True in game properties/edit config (but captured photographs in the album will be black), this almost doubles the above fps/speed for me.

Actions #13

Updated by redherochildboss over 9 years ago

Copy to RAM made antialiasing slow?
Well, thanks for the advice, I'll make the config change.

Actions #14

Updated by redherochildboss over 9 years ago

The log does contain a number of "wrong size errors" and "unknown opcodes", but I don't know if those are relevant.

Actions #15

Updated by pauldacheez over 9 years ago

The "wrong size" warnings are normal for most games (someone should fix those, they're useless), but the "Unknown BP opcode" warnings might be a little more serious.

46:45:111 BPStructs.cpp:681 W[Video]: Unknown BP opcode: address = 0x00000069 value = 0x000004ed
46:45:111 BPStructs.cpp:681 W[Video]: Unknown BP opcode: address = 0x00000046 value = 0x00000273

For all I know they could be just as harmless as the rest of the log, but let's throw it at our FIFO veteran just to be sure.

Actions #16

Updated by metafalica over 9 years ago

It were perfectly playable on latest x86 version - 1609.
This slowdowns maybe be result of awesome commit that added HW bounding box, so, you should try to use 4217 version.

Actions #17

Updated by rigation over 9 years ago

No, for example 4.0-3694 is a bit slower than 4.0-5168 with this game (besides I don't think that FF2 uses BB).
If you think that x86 version - 1609 was perfectly playable maybe it is because you played it using copy to textures, in fact that revision was much slower (I got 30 fps in places where now I get 50...)

Actions #18

Updated by redherochildboss over 9 years ago

(FYI, it turns out that setting EFBToTextureEnable = True is a bad idea. it causes the lighting to get weird and makes a giant black square cover the upper left quarter of the screen.)

Actions #19

Updated by metafalica over 9 years ago

Well, right, I noticed that played with "copy to textures", but 30fps shows as 100% speed for me.

Actions #20

Updated by JMC4789 over 9 years ago

I'm confused as to what is causing the issue at this point due to the discussion. If you can the exact build where the slowdown became critical, then we can accept this.

Actions #21

Updated by redherochildboss over 9 years ago

OK, well, in my personal experience, the issue is 100% Anti aliasing. I've tried it with EFB to texture and EFB to RAM, the performance issues are extremely negligible. On the other hand, going from no AA to 2x AA makes it unplayable.
So, I'm fully convinced it's antialiasing and has next to nothing to do with EFB to RAM.

(Also, any leads on those Unknown Opcode errors?)

Actions #22

Updated by skidau over 9 years ago

You can ignore the Unknown BP Opcode errors. BP Opcode 0x46 and 0x69 change the BUSCLOCK setting on the GPU. The busclock is not currently emulated in Dolphin.

Actions #23

Updated by redherochildboss about 9 years ago

So with Render to Main Window enabled, performance is just great on OpenGL, even with Antialiasing on. Still super stuttery on DirectX if AA is enabled, though.

Actions #24

Updated by redherochildboss about 9 years ago

Check that. Even without Render to Main, OpenGL still performs fairly well with this game as of 4.0-5420. Did something change?

Actions #25

Updated by JMC4789 almost 9 years ago

  • Status changed from New to Won't fix

If it's performing well enough, I'm going to just close this issue. Dolphin is demanding.

Actions

Also available in: Atom PDF