Когда в лаунчере нажимаю кнопку играть она начинает грузить и после выдает эту ошибку: error: [0x10007]WGL: OpenGL profile requested but QGL_ARB_create_context_profile is unavailable
В консоли пишется так:
2025-03-23 10:04:05 [INFO] Operating system name: Windows 7
2025-03-23 10:04:05 [INFO] Operating system version: 6.1
2025-03-23 10:04:05 [INFO] Operating system architecture: amd64
2025-03-23 10:04:05 [INFO] JRE vendor name: Azul Systems, Inc.
2025-03-23 10:04:05 [INFO] JRE version number: 1.8.0_292
2025-03-23 10:04:46,906 main WARN Advanced terminal features are not available in this environment
[10:04:47] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--version, 1.20.1, --assetIndex, 5, --launchTarget, forgeclient, --fml.forgeVersion, 47.2.1, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, --username, K0roTySh, --fullscreen, --gameDir, C:\Users\user\AppData\Roaming\.minecraftonly/TechnoMysticRPG, --assetsDir, ./assets, --accessToken, ????????, --width, 1000, --height, 562]
[10:04:47] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.1 by Eclipse Adoptium; OS Windows 7 arch amd64 version 6.1
[10:04:50] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow
[10:04:51] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6
[10:04:51] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.5
[10:04:51] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.4
[10:04:51] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.3
[10:04:51] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.2
[10:04:51] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.1
[10:04:51] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.0
[10:04:51] [main/INFO] [EARLYDISPLAY/]: Trying GL version 3.3
[10:04:51] [main/INFO] [EARLYDISPLAY/]: Trying GL version 3.2
[10:04:51] [main/ERROR] [EARLYDISPLAY/]: Failed to find any valid GLFW profile. Trying 4.6: GLFW error: [0x10007]WGL: OpenGL profile requested but WGL_ARB_create_context_profile is unavailable
[10:04:51] [main/ERROR] [EARLYDISPLAY/]: ERROR DISPLAY
Failed to initialize graphics window with current settings.
Failure details:
Failed to find a valid GLFW profile.
We tried 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0, 3.3, 3.2 but none of them worked.
Trying 4.6: GLFW error: [0x10007]WGL: OpenGL profile requested but WGL_ARB_create_context_profile is unavailable
Trying 4.5: GLFW error: [0x10007]WGL: OpenGL profile requested but WGL_ARB_create_context_profile is unavailable
Trying 4.4: GLFW error: [0x10007]WGL: OpenGL profile requested but WGL_ARB_create_context_profile is unavailable
Trying 4.3: GLFW error: [0x10007]WGL: OpenGL profile requested but WGL_ARB_create_context_profile is unavailable
Trying 4.2: GLFW error: [0x10007]WGL: OpenGL profile requested but WGL_ARB_create_context_profile is unavailable
Trying 4.1: GLFW error: [0x10007]WGL: OpenGL profile requested but WGL_ARB_create_context_profile is unavailable
Trying 4.0: GLFW error: [0x10007]WGL: OpenGL profile requested but WGL_ARB_create_context_profile is unavailable
Trying 3.3: GLFW error: [0x10007]WGL: OpenGL profile requested but WGL_ARB_create_context_profile is unavailable
Trying 3.2: GLFW error: [0x10007]WGL: OpenGL profile requested but WGL_ARB_create_context_profile is unavailable
If you click yes, we will try and open https://links.minecraftforge.net/early-display-errors in your default browser
Exception in thread "main" java.lang.IllegalStateException: Failed to create a GLFW window with any profile
at MC-BOOTSTRAP/fmlearlydisplay@1.20.1-47.2.1/net.minecraftforge.fml.earlydisplay.DisplayWindow. initWindow(DisplayWindow.java:421)
at MC-BOOTSTRAP/fmlearlydisplay@1.20.1-47.2.1/net.minecraftforge.fml.earlydisplay.DisplayWindow. start(DisplayWindow.java:289)
at MC-BOOTSTRAP/fmlearlydisplay@1.20.1-47.2.1/net.minecraftforge.fml.earlydisplay.DisplayWindow. initialize(DisplayWindow.java:151)
at MC-BOOTSTRAP/fmlloader@1.20.1-47.2.1/net.minecraftforge.fml.loading.ImmediateWindowHand ler.load(ImmediateWindowHandler.java:48)
at MC-BOOTSTRAP/fmlloader@1.20.1-47.2.1/net.minecraftforge.fml.loading.ModDirTransformerDi scoverer.earlyInitialization(ModDirTransformerDisc overer.java:43)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.TransformationServicesHandler .lambda$discoverServices$18(TransformationServices Handler.java:131)
at java.base/java.lang.Iterable.forEach(Unknown Source)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.TransformationServicesHandler .discoverServices(TransformationServicesHandler.ja va:131)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.run(Launcher.java:87 )
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.main(Launcher.java:7 8)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accep t(BootstrapLaunchConsumer.java:26)
at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accep t(BootstrapLaunchConsumer.java:23)
at cpw.mods.bootstraplauncher@1.1.2/cpw...pLauncher.java:141)