-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Demon's Souls with v7077 #4857
Comments
I can confirm the same issue |
flickering in every stage, training, nexus, boletaria etc... |
with the same settings I can't even start the game, it always crashes at loading or logo screen... |
I believe the flickering began around the time SPU LLVM was first merged, if that helps finding the exact PR/commit. I don't have much time to look myself at the moment. |
Yes, I'm also having the same issue with the flickering. |
Huh, I noticed black flickering when travel from Nexus to first Boletaria archstone. After that screen goes white flash somehow. |
I'm experiencing the same issue as @psennermann . I can't even hit the title screen, the emulator seems to freeze anywhere from the launch of the game, to the from software logo. |
It's almost a relief, finally someone else that's experiencing the same issue...I think PR responsible should be #4750 but I'm not 100% sure because according to the thread only ASMJIT should be "broken", while I'm experiencing crashes in LLVM as well... |
I think it's latest @kd-11 PR |
Which bug? I played about a half hour before merging, it does have sporadic flickering but I checked older builds with a patch to disable the hang and the flicker was still there. It regressed (flickering) some time back, not recently. Its just that it was not playable so no one noticed. As for the freezing, I cannot reproduce on Ryzen. |
No, it's not the latest kd-11, for me last working build (except ragdoll proble) was 6978, then with 6980 came out the crashes unrelated to radgoll problem, while I admit that latest builds 7xxx crash more often, so maybe the already existing issue was a little amplified by another PR... |
Can't reproduce crashes on 7077, flickering mostly happens during inital load of the game / area. |
I don't think flickering are due to 7077: while bisecting builds for the other issue, I noticed some flickering in 69xx builds as well |
Hi, have a i5 7600k TSX gtx 1080, with last build i can play several hours no problem, but once in a while game freeze at start logos like @psennermann experienced. |
@psennermann I'm not sure it will help, but try to uncheck 'Run this program as an Administrator' in the rpcs3.exe's properties. For me Demon's Souls crushes more often when this option is enabled. |
For what little it's worth, I pulled the binary for 6998 and it ran fine. I don't currently have the time to regression test but the breaking change seems to have come in the last two weeks. Also unlike @miho171 it's a consistent failure for me on 7077. |
I have 8700k with gtx 1080oc running Windows 10 and I also have flickering issues. Flickering is happening everywhere, sometimes it crashes the game as the screen goes complete white. |
thanks for reply; the flickering still present with 7117, I have try every setting in spu section but i haven't see any difference. |
If you're talking about the screen flickering white, then it's still happening in 7166 |
screen flickering white/black still happening in 7221 |
retest with #5013 |
hi, sure I can test but I don't know how to download the build. |
@Dani1977 https://ci.appveyor.com/project/rpcs3/rpcs3/build/0.0.5-8bfe38b3/artifacts you can click on the green check mark on the newest code (the one furthest below) in the #5013 PR (pull request). Then click on details on AppVeyor for Windows builds and TravisCI for Linux. |
@HenningJW , thanks . |
Hi, i try to do more levels . Regards, |
I finally isolated the black flickering, but it needs a lot of work to fix properly. You can try this branch if you have this problem and report if it is improved or fixed. |
@educobuci you've just resolved the painful 4 core condition one year long! seriously, tested vsync on my i5 7600k with version 7652 passed logos section (basically a miracle), loading save and a straight hour of gameplay. never happened in versions with spu llvm and async compiling implemented. |
Hanging on quad cores was fixed in a recent PR by GalCiv (RipleyTom). The remaining flicker issues are fixed in my fbo_fixes branch, but it may be a while before it is merged into master as well. |
@kd-11 yeah, sorry. saw the game work and thought was the vsync just enabled for testing. too much excitement gave me to the head. by the way, great work, thank you. |
Still getting lots of white flicker with fbo_fixes branch. It's really distracting. I'm on Fedora 29. |
Use an older version of the branch. Had to restore some stuff to hide a few regressions which are a blocker for merging. |
The fix has been updated to be a little more friendly with WCB so it should work a little better. Expect rare blinking on that branch though, much less distracting but will take a lot longer to actually fix properly. Should be perfect in des_fbo_fixes once that branch is rebased properly, but the work in that branch is very experimental and not mergable. |
Was on the wrong branch.. flicker is nearly gone, it did come back in force once in the Nexus, also the lens flare glitch someone mentioned. Separate issue, but any chance of fixing the audio stutter? It's really terrible on Linux using PulseAudio and not much better on Windows. I have it set to ALSA now, which just mutes it entirely. |
This is very playable. Please resolve the Z-cull issue.. it's the second most annoying bug ever! |
Ok, adding this to config.yml this does the trick for now: Keep up the good work. |
Fbo fixes is merged into master now so it should work correctly without any workarounds on the master branch. The des_fbo_fixes branch is missing a lot of work that went into fbo_fixes PR instead which is why zcull was broken on it. |
As for audio, you need #5456. If flickering is gone with master, update this issue so we can close it. |
Yep, flickering is almost gone except some small in World4-2 begin |
Yeah flickering happens randomly it seems, then fixes itself when I reload the game or warp somewhere else. #5456 does fix the audio.. on WIndows with XAudio2. No solution for Linux I guess. I know these are experimental branches, but I wish there was a binary available, it's a slog compiling on Windows. |
Binaries for Windows are available for all PRs. To download windows builds from a Pull request on Github:
|
Oh, wow hey now I see that: Thanks dude! |
Well things are looking and sounding good, but I'm getting frequent crashes on the latest build of the des_fbo_fixes branch. Going to test it a bit more on Linux now. |
I would advise not using that branch until it is rebased properly. |
It's actually running almost perfectly on Linux, sound and everything, very stable. I had snd_aloop enabled before which is why I wasn't hearing anything over ALSA... Zcull is still disabled. I'm not able to enforce Vsync for some reason? Any ideas? I have official Nvidia drivers installed (Linux). |
Vsync on nvidia vulkan does not work in any application, rpcs3 included. You need to force it in nvidia driver if the option is available to you. |
I could have sworn I saw it working on Windows in RPCS3. I don't think the option is available in Linux via the Nvidia control panel. No big deal though, it's just vsync. Thanks again |
Fixed screen tearing on Linux through the Nvidia control panel. Checked “Force Full Composition Pipeline." How would I know when this branch has been merged with the main release? |
When do you think that the experimental branch will be merged to fix the flickering issue? |
des_fbo_fixes is not getting merged into master, at least not in its current form and even then not for a very long time. Most of the relevant parts were already merged into master already so users of the master branch should only very rarely experience flicker if at all. Ofc if it starts flickering too much just exit and restart or warp to a different area and it should fix itself. |
Im experiencing constant flickering starting in the tutorial. Do you have any advice for fixing this. I have a Gtx 170ti and a Ryzen 1600.
On Jan 15, 2019 9:55 AM, kd-11 <notifications@github.com> wrote:
des_fbo_fixes is not getting merged into master, at least not in its current form and even then not for a very long time. Most of the relevant parts were already merged into master already so users of the master branch should only very rarely experience flicker if at all. Ofc if it starts flickering too much just exit and restart or warp to a different area and it should fix itself.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#4857 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AshuZMxRwTQ6vCamLZKn-KazR9GktPm8ks5vDev3gaJpZM4VGaVu>.
|
I still have lots of flickering too: Both in Windows 10 and on Linux, and using OpenGL and Vulkan. Sometimes it's white flickering, and sometimes it's black. My latest attempt was with version 7736 on Windows 10, and it came close to being unplayable at times. Warping to a different area, or restarting the emulator had no effect I could see. I'm playing on an Intel i9 9900K and the GPU is an nvidia 1080 Ti |
It happens less using the des_fbo_fixes branch, but it still pops up occasionally, sometimes with vengeance. I'm about half way through my game now and everything else seems to run well for me. Reloading sometimes helps. |
Hi, |
Closing as fixed. |
hi, with v7077 thre is no more ragdoll problem; but I have flashing and flickering screen problem.
I have Nvidia gtx 1080.
this is my config (hope do not something wrong)
thanks, regards.
RPCS3.zip
The text was updated successfully, but these errors were encountered: