Emulator Issues #2497
closedMario Sunshine message warning in loop
0%
Description
What steps will reproduce the problem?
- Open Super Mario shunchine GC in Direct3D9
- In select save game
- Test in 5255,5256 show the message
What is the expected output? What do you see instead?
Show Message "Unable to stretch data to buffer" continuously
What version of the product are you using? On what operating system?
32Bit, XP Sp3, Core 2 Duo 6600, Geforce 8800 GT
Please provide any additional information below.
Test in 5152 in Direct3D9 and game works well
Updated by Acenima over 14 years ago
Im have these problems aswell
What version of the product are you using? On what operating system?
64Bit, Windows 7 latest updates, AMD athlon II X3 440 3.0ghz, Geforce 8400 GS
Please provide any additional information below.
Test in 5271 in Direct3D9 and game works well
Updated by fcloud400 over 14 years ago
The fast solution is (Use panic handlers off)
But in 5152 the Plugin_VideoDX9>render>render.cpp from plugin direct3D9 have the same
line of code
if (FAILED(hr))
{
PanicAlert("Unable to stretch data to buffer");
return 0;
}
and panic handlers in on and don't show the alert.
I don't know why
Updated by fcloud400 over 14 years ago
Test in R5388 in Direct3D9 and works well ^^
Updated by Acenima over 14 years ago
I tried with 5383 and 5391 and Still get the same problem.