Skip to content

Bug Report: So basically while I was downloading the mod I saw that it said "if your game is crashing and you have a AMD GPU, go to the options and turn the shaders off." And I did that. But, when I played the mod it still didnt work and was still crashing. So I went to options and clicked on BETADCIU and when I clicked on one of the buttons the game crashed/ #656

Bug Report: So basically while I was downloading the mod I saw that it said "if your game is crashing and you have a AMD GPU, go to the options and turn the shaders off." And I did that. But, when I played the mod it still didnt work and was still crashing. So I went to options and clicked on BETADCIU and when I clicked on one of the buttons the game crashed/

Bug Report: So basically while I was downloading the mod I saw that it said "if your game is crashing and you have a AMD GPU, go to the options and turn the shaders off." And I did that. But, when I played the mod it still didnt work and was still crashing. So I went to options and clicked on BETADCIU and when I clicked on one of the buttons the game crashed/ #656

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types:
- opened
- reopened
- edited
jobs:
# When an issue is opened, detect if it has an empty body or incomplete issue form.
# If it does, close the issue immediately.
empty-issues:
name: Close empty issues
runs-on: ubuntu-latest
steps:
- name: Run empty issues closer action
uses: rickstaa/empty-issues-closer-action@v1
env:
github_token: ${{ secrets.GITHUB_TOKEN }}
with:
close_comment: Closing this issue because it appears to be empty. Please update the issue for it to be reopened.
open_comment: Reopening this issue because the author provided more information.