DesMS
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):  Checking on a failed startup, I noticed that the ReShade64.dll is loaded: ...
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  It automatically does this if ReShade is installed [For the pull request] (The other fixes don't work)
I'm using ReShade 6.0.1
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...