-
Notifications
You must be signed in to change notification settings - Fork 856
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
SimCity 2013 - minor rendering issues #2361
Comments
Thank you for providing fixes 😊 I checked the patches from #2364 and game looks much better now. The only problem that is still visible is the grid on the ground. It may not be very noticeable on the screenshots above, but this diff shows it better (diff between frame rendered by wine d3d vs. dxvk): |
Apitrace of that please. |
Here is the new apitrace that shows specifically the issue of grid on the ground - SimCity_2.tar.xz. The grid is visible also on pic. 1 below. Additionally I've noticed that in camera lowering animation (just after map is loaded), there is an extra shadow visible on the left hand side. It looks like shadow cast by big square (pic. 2). This is visible only shortly after map is loaded and disappears quickly. It's not very disturbing, but I'm reporting it here just in case you'll find it interesting to check it further (it's captured in the apitrace above).
|
pic1: The game is using a cube map with a different texture on each face to render the terrain and it relies on the cube map to be seamful, similar bug like in #2239. pic2: I can reproduce it on AMD but not on NV, so it might be a driver issue, but i haven't looked at it any further yet. |
Reopening this because of the grid issue. The problem with trees is fixed though. |
Thank you for checking on the problem with the grid As for the issue with extra shadow (pic. 2), I do not have access to any other GPU, but I tried with AMDVLK instead of RADV and this shadow is still there. I used AMDVLK 2021.Q4.1 (currently the latest) and here is the dxvk log - SimCity_d3d9.log. |
Yeah sorry i forgot to comment here, the shadow issue happens due to the d24s8 -> d32s8 fixup that is necessary on AMD. I can also repro it on NV when i force the fixup there - so it is also a DXVK bug. |
Probably #2892 |
With the latest fixes in dxvk, major issue (#1869) is now resolved and the game is playable. Few other rendering problems became visible though:
Issues are not visible for wine d3d. Attached apitrace covers all mentioned problems.
Software information
SimCity 2013 (Origin)
System information
Apitrace file(s)
Log files
The text was updated successfully, but these errors were encountered: