-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker exec does not work #1
Comments
Error log: (base) aicrowd@b0e7db2c45ae:~$ cat /home/aicrowd/.conda/envs/minerl/lib/python3.7/site-packages/minerl/MCP-Reborn/./crash-reports/crash-2022-08-25_14.36.33-client.txt
---- Minecraft Crash Report ----
// You're mean.
Time: 8/25/22 2:36 PM
Description: Initializing game
java.lang.IllegalStateException: Failed to initialize GLFW, errors: GLFW error during init: [0x10008]140030032105152
at com.mojang.blaze3d.platform.GLX._initGlfw(GLX.java:80)
at com.mojang.blaze3d.systems.RenderSystem.initBackendSystem(RenderSystem.java:586)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:406)
at net.minecraft.client.main.Main.main(Main.java:154)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at com.mojang.blaze3d.platform.GLX._initGlfw(GLX.java:80)
at com.mojang.blaze3d.systems.RenderSystem.initBackendSystem(RenderSystem.java:586)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:406)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:154)
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 5.15.0-46-generic
Java Version: 1.8.0_342, Private Build
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Private Build
Memory: 810287096 bytes (772 MB) / 1138229248 bytes (1085 MB) up to 3817865216 bytes (3641 MB)
CPUs: 12
JVM Flags: 1 total; -Xmx4G
Launched Version: ~~NULL~~
Backend library: LWJGL version 3.2.2 SNAPSHOT
Backend API: NO CONTEXT
GL Caps:
Using VBOs: Yes
Is Modded: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
CPU: <unknown>(base) |
@Miffyli @skbly7 @KarolisRam @brandonhoughton Could you help me with this? |
Hey. Check out the new changes to the repository (merged yesterday). There were some typos in the code which made the debug submission fail with this template. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to run the code inside docker, but it doesn't work.
Run the above code and I get the error below.
Could anyone help?
The text was updated successfully, but these errors were encountered: