ARestlessKnight Posted August 3, 2022 Share Posted August 3, 2022 (edited) Hello all! I am trying to get back into Minecraft modding after quite the hiatus. I am on Windows 11 Pro (Version: 21H2 Build: 22000.795). I freshly installed the Oracle JDK 17 (64bit using the .msi installer for Windows), IntelliJ Community Edition 2022 (Build #IC-222.3345.118), and the latest stable release of the MDK (1.19-41.1.0). Gradle syncs and runs the genIntelliJRuns task just fine. When I try to run the runClient task I get a JVM EXCEPTION_ACCESS_VIOLATION: https://pastebin.com/6YqFGfSj Any help or advice would be appreciated P.S. I have tried uninstalling and fresh installing everything again (as well as the OpenJDK version of 17 and 18) Edited August 3, 2022 by ARestlessKnight Quote Link to comment Share on other sites More sharing options...
Luis_ST Posted August 3, 2022 Share Posted August 3, 2022 The paste does not exist: Quote Error, this is a private paste or is pending moderation. If this paste belongs to you, please login to Pastebin to view it. Quote Link to comment Share on other sites More sharing options...
ARestlessKnight Posted August 3, 2022 Author Share Posted August 3, 2022 Sorry, for whatever reason Pastebin has decided the paste is pending moderation. Here is a hastebin link instead: https://hastebin.com/iyavozezat.yaml Quote Link to comment Share on other sites More sharing options...
warjort Posted August 3, 2022 Share Posted August 3, 2022 (edited) Quote Stack: [0x000000ce52900000,0x000000ce52a00000], sp=0x000000ce529fb438, free space=1005k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [atio6axx.dll+0x190590] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.lwjgl.system.JNI.invokePPPP(IIJJJJ)J+0 org.lwjgl@3.3.1+7 j org.lwjgl.glfw.GLFW.nglfwCreateWindow(IIJJJ)J+14 org.lwjgl.glfw@3.3.1+7 j org.lwjgl.glfw.GLFW.glfwCreateWindow(IILjava/lang/CharSequence;JJ)J+34 org.lwjgl.glfw@3.3.1+7 Its an issue with your (opengl) graphics driver. Make sure it is updated and/or contact AMD. You can also see if you can fix the issue by playing around with your monitor or minecraft video settings (use options.txt if you can't get in the game). e.g. not starting in full screen can sometimes fix problems. Edited August 3, 2022 by warjort 1 Quote Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post. Link to comment Share on other sites More sharing options...
ARestlessKnight Posted August 3, 2022 Author Share Posted August 3, 2022 12 minutes ago, warjort said: Its an issue with your (opengl) graphics driver. Make sure it is updated and/or contact AMD. I do have the latest and greatest from AMD. I will rollback and try again to verify that it's the driver. I find it a little odd b/c the base game seems to run without issue (Initial client through actual gameplay verified) Quote Link to comment Share on other sites More sharing options...
warjort Posted August 3, 2022 Share Posted August 3, 2022 Quote I find it a little odd b/c the base game seems to run without issue (Initial client through actual gameplay verified) I can't speak to that, I can only say what the crash log says. I know the vanilla launcher uses a Microsoft java runtime environment by default instead of Oracle, the rest should be the same? The lwjgl stuff is not something forge modifies, that's more the realm of graphics mods. 🙂 1 Quote Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post. Link to comment Share on other sites More sharing options...
ARestlessKnight Posted August 3, 2022 Author Share Posted August 3, 2022 13 minutes ago, ARestlessKnight said: I will rollback and try again to verify that it's the driver. It was in fact the graphics driver. I will submit a bug report to AMD. Thanks for your time and help @warjort! Quote Link to comment Share on other sites More sharing options...
Commissar11 Posted September 6, 2022 Share Posted September 6, 2022 On 8/3/2022 at 11:00 AM, ARestlessKnight said: It was in fact the graphics driver. I will submit a bug report to AMD. Thanks for your time and help @warjort! which version did you revert to? Quote Link to comment Share on other sites More sharing options...
Lebeg134 Posted January 29 Share Posted January 29 (edited) I have also encountered the same problem and already sent a bug report to AMD. I got it to work once a few days ago but for some reason it just broke again. AMD please fix this Edit: Reverting dirver to amd-software-adrenalin-edition-22.4.1 fixed the issue for me It may work with other versions as well. Edited January 29 by Lebeg134 Quote Link to comment Share on other sites More sharing options...
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.