Mac Support
Apple has been depreciating OpenGL, so in the future support may be more difficult. Although in the case of this error it appears the GL context just isn’t active. ``` [09:09:27] [Render thread/INFO]: Preparing spawn area: 0% [09:09:27] [Render thread/INFO]: Preparing spawn area: 0% [09:09:27] [Render thread/INFO]: Preparing spawn area: 0% [09:09:28] [Render thread/INFO]: Preparing spawn area: 0% [09:09:28] [Render thread/INFO]: Preparing spawn area: 0% [09:09:29] [Render thread/INFO]: Preparing spawn area: 0% [09:09:29] [Render thread/INFO]: Preparing spawn area: 4% [09:09:30] [Render thread/INFO]: Preparing spawn area: 5% [09:09:30] [Render thread/INFO]: Preparing spawn area: 14% [09:09:31] [Render thread/INFO]: Preparing spawn area: 24% [09:09:31] [Render thread/INFO]: Preparing spawn area: 41% [09:09:32] [Render thread/INFO]: Preparing spawn area: 75% [09:09:32] [Render thread/INFO]: Time elapsed: 6014 ms [09:09:33] [Server thread/INFO]: Reloaded configs for mousewheelie (universal/world) [09:09:33] [Server thread/INFO]: Changing view distance to 12, from 10 [09:09:33] [Server thread/INFO]: Changing simulation distance to 5, from 0 [09:09:33] [Server thread/INFO]: xx_uwuberry_xx[local:E:7462d33b] logged in with entity id 160 at (-1217.9942078240476, -42.0, -1855.5179670730358) [09:09:33] [Server thread/INFO]: xx_uwuberry_xx joined the game [09:09:34] [Render thread/INFO]: Started 4 worker threads [09:09:34] [Render thread/INFO]: Requested config sync for mousewheelie [09:09:34] [Render thread/INFO]: Loading all registered leaf blocks. [09:09:34] [Render thread/INFO]: Loaded 36 advancements [09:09:34] [Render thread/INFO]: Creating pipeline for dimension OVERWORLD [09:09:34] [Render thread/INFO]: [CHAT] Distant Horizons experimental build 1.6.0a-pre [09:09:34] [Render thread/INFO]: [CHAT] You are running an unsupported version of the mod! [09:09:34] [Render thread/INFO]: [CHAT] Here be dragons! [09:09:34] [Render thread/INFO]: Creating GLProxy... If this is the last message you see in the log there must have been a OpenGL error. [09:09:34] [Render thread/INFO]: Lod Render OpenGL version [4.1 ATI-4.6.21]. [09:09:34] [Render thread/INFO]: minecraftGlCapabilities: Your supported OpenGL version: 1.1: true 1.2: true 1.3: true 1.4: true 1.5: true 2.0: true 2.1: true 3.0: true 3.1: true 3.2: true <- REQUIRED 3.3: true 4.0: true 4.1: true 4.2: false 4.3: false <- optional improvement 4.4: false <- optional improvement 4.5: false 4.6: false [09:09:34] [Render thread/ERROR]: ########## GL ERROR ########## [09:09:34] [Render thread/ERROR]: @ Render [09:09:34] [Render thread/ERROR]: 65543: NSGL: Failed to create OpenGL context [09:09:34] [Render thread/ERROR]: client proxy: There is no OpenGL context current in the current thread. [09:09:34] [Render thread/INFO]: [STDERR]: java.lang.IllegalStateException: There is no OpenGL context current in the current thread. [09:09:34] [Render thread/INFO]: [STDERR]: at org.lwjgl.opengl.GL.createCapabilities(GL.java:378) [09:09:34] [Render thread/INFO]: [STDERR]: at org.lwjgl.opengl.GL.createCapabilities(GL.java:322) [09:09:34] [Render thread/INFO]: [STDERR]: at com.seibel.lod.core.render.GLProxy.<init>(GLProxy.java:208) [09:09:34] [Render thread/INFO]: [STDERR]: at com.seibel.lod.core.render.GLProxy.getInstance(GLProxy.java:374) [09:09:34] [Render thread/INFO]: [STDERR]: at com.seibel.lod.core.api.ClientApi.firstFrameSetup(ClientApi.java:323) [09:09:34] [Render thread/INFO]: [STDERR]: at com.seibel.lod.core.api.ClientApi.renderLods(ClientApi.java:150) [09:09:34] [Render thread/INFO]: [STDERR]: at net.minecraft.class_761.handler$boe000$renderChunkLayer(class_761.java:10440) [09:09:34] [Render thread/INFO]: [STDERR]: at net.minecraft.class_761.method_3251(class_761.java) [09:09:34] [Render thread/INFO]: [STDERR]: at net.minecraft.class_761.method_22710(class_761.java:1259) [09:09:34] [Render thread/INFO]: [STDERR]: at net.minecraft.class_757.method_3188(class_757.java:1031) [09:09:34] [Render thread/INFO]: [STDERR]: at net.minecraft.class_757.method_3192(class_757.java:811) [09:09:34] [Render thread/INFO]: [STDERR]: at net.minecraft.class_310.method_1523(class_310.java:1117) [09:09:34] [Render thread/INFO]: [STDERR]: at net.minecraft.class_310.method_1514(class_310.java:733) [09:09:34] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(Main.java:238) [09:09:34] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [09:09:34] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) [09:09:34] [Render thread/INFO]: [STDERR]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [09:09:34] [Render thread/INFO]: [STDERR]: at java.base/java.lang.reflect.Method.invoke(Method.java:568) [09:09:34] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608) [09:09:34] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [09:09:34] [Render thread/INFO]: [STDERR]: at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ```
issue