lanylow / rbxfpsunlocker-osx

Roblox FPS unlocker for macOS.
GNU General Public License v3.0
92 stars 50 forks source link

keeps on crashing roblox when i use it #278

Open monkeymuncher69 opened 6 months ago

srvmii commented 6 months ago

same does it with me every now and then i just restart my mac

BennyZaBoi commented 6 months ago

This might be due to the fact that the FPS crashes due to the FPS being set to a limit of 10,000 meaning your FPS is unlocked.

So I think to fix this, when you say yes to the Vulkan renderer you have to do the following:

Open Applications -> Roblox -> Right Click then Click Show Package Contents -> Contents -> MacOS -> ClientSettings (You can also delete this to get rid of the unlocker in its entirety) -> Click ClientAppSettings.json.

You then see the code, which should originally look like this.

{ "DFIntTaskSchedulerTargetFps": 10000, "FFlagDebugGraphicsDisableMetal": "true", "FFlagDebugGraphicsPreferVulkan": "true" }

The number changes the FPS, since it is 10,000 it will go above and beyond and the game might freeze and crash your PC. So what you should do is set it to a limit that your desktop can operate I set it to around 144 to 200. So you should change the number to that. This is what I have for mine.

{ "DFIntTaskSchedulerTargetFps": 144, "FFlagDebugGraphicsDisableMetal": "true", "FFlagDebugGraphicsPreferVulkan": "true" }

I hope this helped!