Emulator Issues #11390
closed[Android] Eternal Darkness black screen on launch with JIT arm64 recompiler
0%
Description
Game Name?
Eternal Darkness
Game ID? (right click the game in the game list, properties, info tab)
GEDJ01
MD5 Hash? (right click the game in the game list, properties, info tab, MD5 Hash: Compute)
83b30c3e37dcbb859661f805ebbb90c8
What's the problem? Describe what went wrong.
black screen in gameplay begin with JIT arm64 recompiler. interpreter work fine, JIT work fine when load from interpreter saved state.
[Version number here]
latest development version,5.0-8715
test with my S7 edge,820
there's already a issue #8063, but it is jit arm and won't fix.
Updated by JosJuice over 6 years ago
- Status changed from New to Accepted
There have been several reports of this on the forums, so I'm accepting this issue.
Updated by weihuoya almost 6 years ago
void JitArm64::fctiwzx(UGeckoInstruction inst)
function don't work correctly.
I replace JitArm64::fctiwzx
with JitArm64::FallBackToInterpreter
and it work fine.
Updated by weihuoya over 5 years ago
add FALLBACK_IF(!single);
in the beginning of JitArm64::fctiwzx
will temporary fix issue.
Updated by JosJuice over 4 years ago
- Status changed from Accepted to Fixed
- Fixed in set to 5.0-12394
Fixed (presumably in https://dolphin-emu.org/download/dev/320194420888ea732c5521f893ed29cae1581270/) according to https://forums.dolphin-emu.org/Thread-i-m-testing-every-gamecube-game-and-so-far-only-found-two-which-don-t-work-at-all?pid=510915#pid510915. (I don't have the game myself, so I haven't been able to test.)