apteros Posted July 27, 2023 Posted July 27, 2023 (edited) Hi, I'm getting started with MC modding and I'm following the docs in https://docs.minecraftforge.net/en/1.19.x/gettingstarted/#building-and-testing-your-mod (with contextual help from https://codakid.com/guide-to-minecraft-modding-with-java/) with forge 20.0. I still have to start trying things out, I'm just checking if the game launches correctly and I'm already having issues. gradle runClient fails shortly after launch: the game seems to start loading, gets to authentication with mojang servers, then crashes on a nullptr on the render thread. I tried disabling the antivirus in case the issue was some login process being shut down to no avail. I'm using the latest eclipse version, the gradle build command executed without errors. I feel like I'm missing something obvious but I can't find anything like this in the forum or anywhere.. I would expect that with nothing done besides the boilerplate configuration the game would launch flawlessly. Java config and pastebins of debug log and hs_err below, I'll update if any other info is required. java --version java 17.0.4 2022-07-19 LTS Java(TM) SE Runtime Environment (build 17.0.4+11-LTS-179) Java HotSpot(TM) 64-Bit Server VM (build 17.0.4+11-LTS-179, mixed mode, sharing) debug log hs_err (pastebin removed the hs_err file, I'm linking a gdrive doc instead) Thank you in advance! Edited July 27, 2023 by apteros Quote
Paint_Ninja Posted July 27, 2023 Posted July 27, 2023 It seems like you're on old, experimental beta drivers from over a year ago. Updating to the latest "WHQL Recommended" (aka stable) version should fix your issue. https://www.amd.com/en/support 1 Quote Official Forge Discord server | Support FAQ for players
apteros Posted July 27, 2023 Author Posted July 27, 2023 Well now I feel stupid - indeed by googling atio6axx the second result suggests updating the graphics card.. and updating solved the issue. Thank you so much and sorry for the trouble! Quote
Paint_Ninja Posted July 27, 2023 Posted July 27, 2023 You're welcome and no problem Quote Official Forge Discord server | Support FAQ for players
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.