RTX Bug Workaround #241
jasonjgardner
started this conversation in
General
Replies: 0 comments 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to avoid crashing Minecraft with RTX ON
There are currently a lot of bugs plaguing Minecraft's ray tracing features. Mainly this one:
MCPE-162107 - Loading an RTX resource pack crashes the game
Step-by-step Instructions
Here's a quick fix when RTX goes awry:
%LocalAppData%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftpe\options.txt
gfx_raytracing:1
and replace it withgfx_raytracing:0
;
Automated Process
Sounds too tedious? That's why I've created a simple PowerShell script to automate the process. Download it or copy the code from its gist.
Navigate to the directory containing the script in PowerShell and enter:
Set-ExecutionPolicy Unrestricted .\reset_rtx.ps1
This will automatically modify the
options.txt
file to disable ray tracing, clouds, and Vsync then will launch Minecraft. Add the "preview" argument if you'd like to launch Minecraft Preview instead:Beta Was this translation helpful? Give feedback.
All reactions