-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Purple screen rendering in Dolphin #32
Comments
This is a known issue, it's related to poor synchronization with the GPU. |
If Dolphin is running in single core, it shouldn't have (many?) GPU synchronization issues. The purple screen wouldn't happen on console anyway since it always has access to the XFB. It's possible that Dolphin's GPU timings are too fast causing some kind of issue though, I suppose. The purple screen is Dolphin's failsafe essentially saying "hey, the XFB copy doesn't match," which is usually because the emulated CPU modified the XFB. When the XFB Copy doesn't match what's expected, Dolphin falls back to using what is in emulated memory on the CPU. When Store XFB Copies to Texture Only is on, that portion of memory is filled with values that amount to the magenta color you see there. When XFB2RAM is on, the same thing happens except now the memory is filled with the correct data, allowing it to display correctly. Based on the screenshots I've seen, 480p mode is stitching XFB copies together, and only the hash of the last XFB copy for the frame is matching what is expected, resulting in a small portion of the screen rendering correctly. Sonic and Knuckles on WiiWare employs a similar technique, and our XFB to texture code is designed to handle stitched XFB copies because of that game. So I do not believe the stitching itself is the source of the problem. It could be a bug in Dolphin's texture cache as well, as we've seen XFB2Tex fail for unknown reasons in some other games that use multiple XFB copies per frame. Since the game works fine on console, I probably wouldn't consider this an issue in this game, but if you did narrow down what change caused it to break Dolphin, it could allow us an easier time figuring out why this is happening. |
Thanks for the detailed info! |
You Need Steam Releases Of To Make It Work Also Theirs No Sound On These Versions |
Sonic Origins is not relevant to this discussion at all. And the RSDK was grabbed from the Steam release of Sonic Mania |
But yeah I had no issues with that purple screen idk If it's a issue with the WideScreen mode idk |
Try turning on "XFB Copies to Texture Only" while the game is in widescreen and you'll notice it. Also make sure to not use the old version of the Wii port |
@Mefiresu Any updates about this issue? |
For some reason, Sonic Mania has a problem where the XFB Copies aren't rendered properly on Dolphin with the "XFB Copies to Texture Only" option turned on. The only way to fix this is to turn this option off, but it makes the game quite a lot more demanding to run. Older versions of your Wii releases don't have this issue
The text was updated successfully, but these errors were encountered: