-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Condemned 2:Bloodshot is flickering #5495
Comments
Put the name of the game in titles please. |
I can confirm this issue have the same Condemned 2 with the same id, always had this bug, but for some reason, now on current builds it flickering a lot less, previously it was kinda fine on PPU interperter fast and flickering as hell on LLVM, now LLVM kinda fine too but still happens rare. |
I think it is worthy to check this game on newest build, it could be fixed accidentally. |
Yes, I hope they fix it. |
I never used rpcs3 before, but I will test Condemned 2 on latest version this weekend, because I have some interest to this game, original Condemned was very good btw. |
Still the same, audio is not properly playing because of my CPU. |
Is graphics flickering still an issue? |
Still an issue, but now main hero of the game has semi-transparent hands. Cpu blit or WCB does not help, it happens on Vulkan and OpenGL. Video(without semi-transparent hands): https://drive.google.com/open?id=1rmfr81GhNNU_9obyB2cjUdI87RNdnhFs |
lkast time tested not have see fdlickering , is fixed old time for me, but i remember i continue get smal flash white, like gow 3 |
@Zangetsu38 , Do you have processor like i7-8700K, i9-9900K or similar intel? |
I want to confirm the graphics flickering is still happening. Changing PPU Decoder to interpreter (both Fast and Precise) fixes it but reduces FPS from full speed to around 15-20fps. I have an AMD Ryzen 7 1700 3.0Ghz and happy to test things out as I'd be psyched to play it properly. |
Can you reply to me if you find a way to optimize the game so it is playable? Please! As I have FX-6300 CPU, an optimized game is really important to me. |
@fgRuslan Use our discord server for that, this is an issue tracker. https://discord.me/rpcs3 Your CPU doesn't meet recommended requirements though.. So you're going to have problems with anything intensive. |
Still an an issue. |
It seems the flickering keeps the shader cache building constantly like it's looping. This game is frame locked to 40 by default with an autoexec config file in the game folder. Change this value to unlock the frame rate. This is on .14-11725 Vulkan |
Ongoing issue. |
Transparent hands and color-flickering graphics still an issue with latest build. |
Still present on 0.0.16-12301 |
still flickering on 0.0.17-12624. is there some possibility to fix it?. I really want to play((( |
Me too :( I heard that Xenia (Xbox360 emulator) plays Condemned 2 normally, but I tried on Vulkan and it had problems with rendering. However, I heard that if you set the DirectX 12 mode in Xenia, everything will be fine |
This seems to be a problem with the game itself, its leaving some random texturing bits active which will generate different shaders each time. The best I can do is try to find a way to make it not flicker when using single threaded shader compilation (legacy) |
Hopefully there’s a solution found soon. I’ve been dying to play this game for years now. The first is an absolute classic. |
After looking at this for a while, I now understand why it is flickering. Unfortunately, RSX rendering has nothing to do with the underlying cause here. There are 2 types of flicker I found:
For the second type (the most distracting and easiest to catch with tracing tools) I found it happens because of a shader swap. The game has some other shader that is loaded sometimes instead of the correct one.
With that, I'll have to stop there for now especially since I don't know which part of the system is having issues and it seems to be some broken game logic outside the rendering pipeline for now. I will revisit at a later date. |
Tested on most recent build (0.0.18-12878-479150b2 Alpha) The game flickers (still, no surprise) but now it freezes and often causes RPCS3 to force close - and NOT create a log report. The Freeze seems to be easily replicated when toggling the flashlight on for the first time. this is the only information I can offer at this time, because a log will not generate: S RSX: Program compiled successfully x130 E RSX: Attached is a screenshot of the game frozen - closing the condemned 2 window also forces RPCS3 to close without warning and does NOT create a log after closing. |
Provide a log. |
Okay, I will provide a log using your method in a few minutes. |
This is a symptom of the previously discovered problem. Basically, we have a texture with the cubemap flag set that is used in a shader for a tex instruction that has the projective operation enabled. This is an impossible combination. |
#10993 should allow the game to run with the broken shaders again. I'll have to run some tests on real hardware to determine what is supposed to happen when a game messes up texture modes like this. It may be a clue to what is causing the flickering. |
Sorry, I wasn’t able to provide a log - I had to deal with some real world situations. But, I’m happy to see some progress! As always, the work you guys all do kicks so much ass. I have supreme faith that you will figure this out. |
This is fixed by #12762 |
I tried version v0.0.24-55d1b466 Alpha | pull/12762, but the problems are still the same |
Try using default settings + legacy compiler. You can toss in accurate rsx reservations + fifo atomic. |
Removed from PR desc. |
Ongoing in 0.0.26-14637, Vulkan, defaults + legacy + atomic + accurate RSX. 3060, Win10, Nvidia 528.24. |
Still an issue. i7 7700K, GTX 1080, Windows 10 22H2 |
Still happens. Another one for the software renderer bin. |
Would this be at all possible to fix through a patch? |
RPCS3 v0.0.5-7645-a4f67ccb Alpha
CPU: AMD FX-6300 Six-Core Processor | 6 Threads | 7.96 GiB RAM | AVXx
GPU: AMD Radeon R7 265 running on driver 1.5.0
Game: Condemned 2:Bloodshot.
Graphics is flickering and audio is stuttering. Fps 20-40.
BLUS30115_20190103153538_capture.rrc.gz
RPCS3.log.gz
The text was updated successfully, but these errors were encountered: