Update: Everything works fine after deleting a specific file in C:\Windows\System32\
; it being a .dll
- Itcspea.Dll
; roblox hasn’t crashed after an hour.
I am 100% sure that the reason of your Roblox crashing is specific - you can fix it manually, or PM any staff member in here, or PM Bitdancer - doesn’t really matter. In my case, I’ve dmed Bitdancer - I got a response from him the same day; although, PM’s to the bug-report group still remains unanswered after 4 days of waiting.
Reproduction steps for manual fix:
- Download WinDbg from Microsoft’s website (free download)
- Open WinDbg
- Open Roblox, and wait for it to crash
3.1. Open the crash dump file (don’t know where it is? check this thread for more info, specifically the 3rd strategy; might have to rejoin roblox so that it will generate a crash dump file) - Check
C:\Program Files (x86)\Roblox\Versions\(your version)\
- yourClientSettings.json
file must only contain this content:{"DFIntWriteFullDmpPercent": 100}
(if there’s noClientSettings.json
file - you can create it)
4.1 Your Roblox folder should look like this:
Content ofClientSettings
folder must containClientSettings.json
file - the same one in the aforementioned directory - Manually search for processes that tamper with
RobloxPlayerBeta.exe
(Don’t know how? Check this for more info!) - Delete the
.dll
file; if it’s not deleting, follow these reproduction steps:
1) Change the file extension of the new-found.dll
file tonothing
example:test.dll
should be justtest
, no file extension whatsoever
2) Reboot your pc (crucial, you should actually do that)
3) Delete the renamed file - Launch Roblox again
If Roblox still crashes - don’t hesitate sending a PM to aforementioned contacts on the top of this reply; Have a great day!