Skip to content
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

[BUG] Roblox crashes due to Bloxstrap forcing the DFIntTaskSchedulerTargetFps flag to be present #1938

Closed
1 task done
sv-du opened this issue Jun 9, 2024 · 7 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@sv-du
Copy link

sv-du commented Jun 9, 2024

Acknowledgement of preliminary instructions

  • I have read the preliminary instructions, and I am certain that my problem has not already been addressed.

What problem did you encounter?

Bug is self-explainatory, this flag causes Roblox to crash (for me, just when I leave a game, but for others, makes Roblox unplayable)

@pizzaboxer
Copy link
Contributor

Bug is self-explainatory, this flag causes Roblox to crash

How do you know that's the one causing it? Upload your configuration: https://github.com/pizzaboxer/bloxstrap/wiki/Uploading-your-Bloxstrap-configuration

@sv-du
Copy link
Author

sv-du commented Jun 9, 2024

Bug is self-explainatory, this flag causes Roblox to crash

How do you know that's the one causing it? Upload your configuration: https://github.com/pizzaboxer/bloxstrap/wiki/Uploading-your-Bloxstrap-configuration

I tested with and without the flag and it crashed with the flag and worked fine without it

Settings.json
State.json
ClientAppSettings.json

@pizzaboxer
Copy link
Contributor

That doesn't really make any sense because the flag is internally set to zero by default too. Having it set to zero shouldn't be causing anything. Are you sure of this?

@sv-du
Copy link
Author

sv-du commented Jun 12, 2024

That doesn't really make any sense because the flag is internally set to zero by default too. Having it set to zero shouldn't be causing anything. Are you sure of this?

In my fork of Bloxstrap where I removed the code that forced this flag, I no longer got any errors/crashes, so I'm sure that this flag is causing it. Also, since Roblox has added FPS changing from the game menu, removing this is already on the to-do list, no?

@pizzaboxer
Copy link
Contributor

removing this is already on the to-do list, no?

Not currently, because it's still the only way to set a specific framerate limit, and only way to set one below 60.

@sv-du
Copy link
Author

sv-du commented Jun 14, 2024

removing this is already on the to-do list, no?

Not currently, because it's still the only way to set a specific framerate limit, and only way to set one below 60.

Could you make it where if the user doesn't configure the setting in bloxstrap, it just doesn't add the flag?

@pizzaboxer
Copy link
Contributor

Could you make it where if the user doesn't configure the setting in bloxstrap, it just doesn't add the flag?

Yeah, we should have done that a long time ago. Noted.

@pizzaboxer pizzaboxer added the bug Something isn't working label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants