Emulator Issues #7237
closedStar Wars Jedi Knight II: Jedi Outcast - Corrupt Textures/Models as of 4.0-971
0%
Description
Game Name
Star Wars Jedi Knight II: Jedi Outcast
Game ID
GJKE52
What's the problem? Describe what went wrong in few words.
Corrupt Textures/Models
What steps will reproduce the problem
Menus/InGame
Which versions of Dolphin did you test on?
4.0-964 4.0-971 4.0-1422
PC specifications - AMD Phenom/HD 5770
http://s14.postimg.org/3jt96lmht/GJKE52_1.png
http://s29.postimg.org/j9fs5yezb/GJKE52_2.png
http://s16.postimg.org/orq9br6t1/GJKE52_3.png
The culprit is 4.0-971
https://github.com/dolphin-emu/dolphin/pull/25
Updated by phire over 10 years ago
Does this effect JitIL and interpreter modes too?
Updated by kostamarino over 10 years ago
I can't replicate it in latest dev, are you perhaps opening the graphics config window and override the default safetexture cache setting?
Updated by phire over 10 years ago
It is possible that this bug is sensitive to exactly what cpu it is running on.
The AMD Phenom is missing SSE4 support, so it will be using the non-sse4 code path.
Updated by LeeMagee91 over 10 years ago
I use Safe Texture cache, I also tested the Software Renderer which as the same problem
Updated by phire over 10 years ago
- Status changed from New to Work started
This should be fixed by PR #681
https://github.com/dolphin-emu/dolphin/pull/681
Please Test; Binary Here:
https://dl.dolphin-emu.org/prs/pr-681-dolphin-latest-x64.7z
Updated by phire over 10 years ago
- Status changed from Work started to Fix pending