stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
326 stars 33 forks source link

Make renderer errors recoverable instead of fatal (to help with troubleshooting) #175

Closed stackotter closed 4 months ago

stackotter commented 1 year ago

At the moment the client just crashes for most renderer errors (which can happen if caches are outdated). This means that we can't show a nice error message to the user suggesting troubleshooting steps. Instead of fatally crashing, the client should propagate errors back up to the UI.