DesMS

Results 19 comments of DesMS

Using handle ([microsoft.com link](https://learn.microsoft.com/en-us/sysinternals/downloads/handle)), I got this for the normal roblox opening sequence (One that works): ![image](https://github.com/pizzaboxer/bloxstrap/assets/84988422/44fc670c-b620-4215-842e-d6c6ef2f3e85) Checking on a failed startup, I noticed that the ReShade64.dll is loaded: ![image](https://github.com/pizzaboxer/bloxstrap/assets/84988422/a3109b4f-0250-4d80-b8a2-2880ad5f7c5d)...

I don't think this is an issue with Windows, it's either an issue with Roblox or ReShade (I'm guessing ReShade, but idk why it would fix it by deleting the...

Tbh I don't know how ReShade works, I think it launches itself with the Nvidia driver, but, I don't understand why clearing Roblox's temp folder would fix this

After doing some research, ReShade injects itself into the graphics driver (In this case, Nvidia), and then, whenever a program that uses Vulkan (The mode I chose) launches, it will...

Just created some code that fixes it, https://github.com/pizzaboxer/bloxstrap/pull/1243

Yup, that was where I got the idea for the pull request ![image](https://github.com/pizzaboxer/bloxstrap/assets/84988422/bb754c5f-a410-4b75-b666-fd7c97b22676) It automatically does this if ReShade is installed [For the pull request] (The other fixes don't work)

Ah, I'm not the only person experiencing this, I'll check `HKEY_LOCAL_MACHINE` when I get home, I'll also check if setting it to a `1` will stop ReShade from launching with...

Axellse, I think that's a good idea, if Roblox doesn't create a Window in, let's say 30 seconds, it will automatically ask you if you want to enable the ReShade...

It's not, I said "If it detects that ReShade is installed", it's not hard to detect for dll injection (You can even do it with cmd), even if you don't...