It's nothing wrong with your setup, the problem is the table itself eating your cpu with their timers. It uses a very old routine for checking the ball collision, with a lot of math involved, and running at an interval of 1, and that's killing your fps. It is not that it "locks" your vsync, it is that the table is using all your cpu doing maths that are not needed anymore running at insane speed. That script and timers should be revised/edited for a better experience.
But if the table runs at around 70 fps without vsync, why wouldn't it be able to sustain 60 fps with vsync? With vsync it remains steady 50-52 fps.
Have to add that these were with Quality SMA active. Without it the table runs over 70 fps without vsync and seems to stay close to 60 fps even with vsync but still with a lot of hiccups and stuttering.
My setup is i7-4770 (non K-version so runs at 3,9 GHz), 16gb ram, and GTX970 slightly overclocked. I run tables in 4K yes, but having read these forums few months now it seems most people are doing fine even with a lot older setups than mine.
Also, my previous similar problem occurred even when tables were running over 100fps without vsync so it must be driver/software compatibility issue somehow.
Is it possible to improve your FPS by using a setting of -1 thus turning off V-Sync or as JP has said the table needs optimising?
-1 in table settings means default settings (which is 1 in my case) and like said it's running ~70fps without vsync so it should be able to maintain 60fps but really seems to "lock" to way lower rate.
I had exactly same problem with several other tables with Nvidia 416.xx drivers and problem for other ~50 tables was fixed with old 388 drivers, but now this table reproduced it.
You may change the CollisionTimer interval from 1 to 20 or higher, and the table will behave better. Still that collission routine is very old and should be changed with the built inn VPX routine.
Thanks. I'll try to play with timer intervals.
Still, all you who don't have problems, what kind of CPU are you using? Like said, my i7 is old, but it's not that sluggish compared to say current date i5s.
Edited by sniiki, 06 December 2018 - 04:24 PM.