Emulator Issues #2585
closedSkies of Arcadia: Legends missing texture loop
0%
Description
What steps will reproduce the problem?
- Load SoA:L and load the save file.
(http://www.filefront.com/16153073/SoA%20loop.rar) - Enter into combat (from the point in the save file, it takes about 10
seconds, I tried to save you as much time as possible. - Experience the issue.
What is the expected output? What do you see instead?
The game should obviously continue beyond where it's getting stuck.
Instead, it gets stuck and endlessly rotates the camera around the battlefield.
What version of the product are you using? On what operating system?
64-bit revision 5379.
Please provide any additional information below.
".\Src\VertexManager.cpp:288 E[Video]: error loading tex" is output to the
log the entire time it's stuck. This whole problem didn't exist with
previous revisions (I don't mean 5379 is what broke it. It was fine at
some point in the recent past, but I don't know where, specifically. If
it's helpful, I can find that out.)
Updated by Ramirez314159 over 14 years ago
I forgot to add that I'm using Windows 7 64-bit, sorry.
Updated by Anonymous over 14 years ago
- Status changed from New to Accepted
It would be very helpful if you could find the actual revision it broke :)
Updated by Anonymous over 14 years ago
Were you using the "RE0 hack" in the dsp hle plugin?
Updated by Ramirez314159 over 14 years ago
I agree. I was surprised to see the contents of that revision when I found it to be
the one that caused the problem. I double-checked to make sure that was the right
one as well.
Updated by Anonymous over 14 years ago
if you can compile, try changing this file back to the way it is on the left:
http://code.google.com/p/dolphin-emu/source/diff?
spec=svn5365&r=5365&format=side&path=/trunk/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AX.cpp
Then remove the line
int k = g_Config.m_RE0Fix ? 0 : j;
and replace the two instances of k with j
Updated by Ramirez314159 over 14 years ago
That fixed it, but I think the sound (which is already really bad) has gotten worse
as a result.
Updated by Ramirez314159 over 14 years ago
Ok, sound is definitely significantly worse with the change you had me make.
Hopefully some sort of compromise can be found.
Updated by Anonymous over 14 years ago
I'm surprised it seems worse, since that's what was happening when you were running the game before revision
5365.
Updated by Ramirez314159 over 14 years ago
Worse than the head revision right now, I mean. Compared to revision 5364, yes,
there's no change.
Updated by ararisvalerian over 14 years ago
Using Rev.5402 the sound is amazingly improved from prior versions, however it won't
leave the battlefield.