0% found this document useful (0 votes)
152 views12 pages

Minecraft 1.7.10 Debug Log Analysis

The document details log messages from running a Minecraft launcher on Android. It initializes LWJGL and OpenGL, loads environment variables, and starts up the sound system. It then repeatedly reloads resources, creates texture atlases, and shuts down and restarts the sound system, encountering errors each time.

Uploaded by

alokhmil28
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
152 views12 pages

Minecraft 1.7.10 Debug Log Analysis

The document details log messages from running a Minecraft launcher on Android. It initializes LWJGL and OpenGL, loads environment variables, and starts up the sound system. It then repeatedly reloads resources, creates texture atlases, and shuts down and restarts the sound system, encountering errors each time.

Uploaded by

alokhmil28
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

--------- beggining with launcher debug

Info: Launcher version: dahlia-8-f527e8a14-v3_openjdk


Info: LWJGL3 directory: [lwjgl-glfw-classes.jar, version]
Architecture: arm64
Info: Custom Java arguments: ""
Info: Selected Minecraft version: 1.7.10
Added custom env: TMPDIR=/data/user/0/net.kdt.pojavlaunch/cache
Added custom env: AWTSTUB_WIDTH=1464
Added custom env: POJAV_NATIVEDIR=/data/app/net.kdt.pojavlaunch-
ZIEbpp0RCcRU14TqDJZ0Mw==/lib/arm64
Added custom env: REGAL_GL_VERSION=4.5
Added custom env: REGAL_GL_VENDOR=Android
Added custom env: LIBGL_MIPMAP=3
Added custom env: allow_higher_compat_version=true
Added custom env: MESA_GLSL_CACHE_DIR=/data/user/0/net.kdt.pojavlaunch/cache
Added custom env: HOME=/storage/emulated/0/games/PojavLauncher/.minecraft
Added custom env:
PATH=/data/user/0/net.kdt.pojavlaunch/runtimes/Internal/bin:/sbin:/system/sbin:/
system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin
Added custom env: LIBGL_NOINTOVLHACK=1
Added custom env: force_glsl_extensions_warn=true
Added custom env: LIBGL_NORMALIZE=1
Added custom env:
LD_LIBRARY_PATH=/data/user/0/net.kdt.pojavlaunch/runtimes/Internal/lib/aarch64/
jli:/data/user/0/net.kdt.pojavlaunch/runtimes/Internal/lib/aarch64:/system/lib64:/
vendor/lib64:/vendor/lib64/hw:/data/app/net.kdt.pojavlaunch-
ZIEbpp0RCcRU14TqDJZ0Mw==/lib/arm64
Added custom env: POJAV_RENDERER=opengles2
Added custom env: LIBGL_ES=2
Added custom env:
VTEST_SOCKET_NAME=/data/user/0/net.kdt.pojavlaunch/cache/.virgl_test
Added custom env: MESA_LOADER_DRIVER_OVERRIDE=zink
Added custom env: MESA_GLSL_VERSION_OVERRIDE=460
Added custom env: JAVA_HOME=/data/user/0/net.kdt.pojavlaunch/runtimes/Internal
Added custom env: MESA_GL_VERSION_OVERRIDE=4.6
Added custom env: allow_glsl_extension_directive_midshader=true
Added custom env: REGAL_GL_RENDERER=Regal
Added custom env: AWTSTUB_HEIGHT=720
OpenJDK 64-Bit Server VM warning:
No monotonic clock was available - timed services may be adversely affected if the
time-of-day clock changes
2023-01-05 21:17:34,874 ERROR appender Console has no parameter that matches
element Policies

[LWJGL] Failed to load a library. Possible solutions:


a) Add the directory that contains the shared library to -Djava.library.path
or -Dorg.lwjgl.librarypath.
b) Add the JAR that contains the shared library to the classpath.

[LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.


[LWJGL] Enable the SharedLibraryLoader debug mode with -
Dorg.lwjgl.util.DebugLoader=true for better diagnostics.
[21:17:36] [main/INFO]: Setting user: asepth
DlLoader: using default libEGL.so
EGLBridge: Initializing
EGLBridge: Initialized!
EGLBridge: ThreadID=10166
EGLBridge: EGLDisplay=0x1, EGLSurface=0x75ef517d80
EGLBridge: Created CTX pointer = 0x75f0174f00
LWJGLX: ready-handle context created

EGLBridge: Comparing: thr=10166, this=0x75f0174f00, curr=0x0


EGLBridge: Making current on window 0x75f0174f00 on thread 10166
EGLBridge: eglMakeCurrent() succeed!
LWJGLX: GL caps init

EGLBridge: Comparing: thr=10166, this=0x75f0174f00, curr=0x0


EGLBridge: Making current on window 0x75f0174f00 on thread 10166
EGLBridge: eglMakeCurrent() succeed!
Grab: false

GLFW: Set size for window 506539233024, width=1464, height=720

[21:17:40] [Client thread/INFO]: LWJGL Version: 3.2.3 SNAPSHOT


java.lang.NullPointerException

at org.lwjgl.system.Pointer$Default.<init>(Pointer.java:88)

at org.lwjgl.system.CustomBuffer.<init>(CustomBuffer.java:25)

at org.lwjgl.system.StructBuffer.<init>(StructBuffer.java:20)

at org.lwjgl.glfw.GLFWImage$Buffer.<init>(GLFWImage.java:325)

at org.lwjgl.opengl.Display.setIcon(Display.java:954)

at bao.ag(SourceFile:315)

at bao.f(SourceFile:713)

at net.minecraft.client.main.Main.main(SourceFile:148)

EGLBridge: Created CTX pointer = 0x75ef7b7d00


LWJGLX: ready-handle context created

EGLBridge: Comparing: thr=10166, this=0x75ef7b7d00, curr=0x75f0174f00


If on Windows, make sure to provide all of the necessary dll's as specified in the
twitchsdk README. Also, make sure to set the PATH environment variable to point to
the directory containing the dll's.

[21:17:40] [Client thread/ERROR]: Couldn't initialize twitch stream


[21:17:41] [Client thread/INFO]: Reloading ResourceManager: Default

Starting up SoundSystem...

Initializing LWJGL OpenAL


(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:17:42] [Sound Library Loader/INFO]: Sound engine started


[21:17:44] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:17:44] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:18:06] [Client thread/INFO]: Realms library version == 1.3.5
[21:18:07] [MCO Availability Checker #1/ERROR]: Couldn't connect to realms:
[21:18:27] [Client thread/INFO]: Reloading ResourceManager: Default
[21:18:28] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:18:29] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!

Ignoring errors... continuing clean-up.


Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...

Initializing LWJGL OpenAL


(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:18:30] [Sound Library Loader/INFO]: Sound engine started


[21:18:39] [Client thread/ERROR]: Couldn't open link
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0-
internal]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0-
internal]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0-
internal]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0-internal]
at bgf.a(SourceFile:125) [1.7.10.jar:?]
at bdw.a(SourceFile:172) [1.7.10.jar:?]
at bgf.a(SourceFile:158) [1.7.10.jar:?]
at bdw.k(SourceFile:232) [1.7.10.jar:?]
at bdw.p(SourceFile:211) [1.7.10.jar:?]
at bao.p(SourceFile:1328) [1.7.10.jar:?]
at bao.ak(SourceFile:774) [1.7.10.jar:?]
at bao.f(SourceFile:728) [1.7.10.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [1.7.10.jar:?]
Caused by: java.lang.UnsupportedOperationException: Desktop API is not supported on
the current platform
at java.awt.Desktop.getDesktop(Unknown Source) ~[?:1.8.0-internal]
... 13 more
[21:18:39] [Client thread/INFO]: Opening via system class!
[21:18:40] [Client thread/INFO]: Reloading ResourceManager: Default
[21:18:41] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:18:42] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!


Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:18:43] [Sound Library Loader/INFO]: Sound engine started


[21:19:38] [Client thread/INFO]: Reloading ResourceManager: Default
[21:19:39] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:19:40] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!

Ignoring errors... continuing clean-up.


Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL

(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)


[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:19:42] [Sound Library Loader/INFO]: Sound engine started


[21:19:59] [Client thread/INFO]: Reloading ResourceManager: Default
[21:19:59] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:20:00] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!


Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:20:01] [Sound Library Loader/INFO]: Sound engine started


[21:20:04] [Client thread/INFO]: Reloading ResourceManager: Default
[21:20:04] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:20:05] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!


Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...

Initializing LWJGL OpenAL

(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)


[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:20:06] [Sound Library Loader/INFO]: Sound engine started


[21:20:10] [Client thread/INFO]: Reloading ResourceManager: Default
[21:20:10] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:20:11] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...

Error in class 'SoundSystem'

Problem during Library.cleanup()!


Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...

Initializing LWJGL OpenAL

(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)


[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:20:12] [Sound Library Loader/INFO]: Sound engine started


[21:20:15] [Client thread/INFO]: Reloading ResourceManager: Default
[21:20:15] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:20:16] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'
Problem during Library.cleanup()!
Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL

(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)


[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:20:17] [Sound Library Loader/INFO]: Sound engine started


[21:20:17] [Client thread/INFO]: Reloading ResourceManager: Default
[21:20:18] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:20:18] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!


Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:20:19] [Sound Library Loader/INFO]: Sound engine started


[21:20:26] [Client thread/INFO]: Reloading ResourceManager: Default
[21:20:27] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:20:27] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!


Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL

(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)


[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:20:28] [Sound Library Loader/INFO]: Sound engine started


[21:20:49] [Client thread/ERROR]: Couldn't open link
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0-
internal]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0-
internal]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0-
internal]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0-internal]
at bgf.a(SourceFile:125) [1.7.10.jar:?]
at bdw.a(SourceFile:172) [1.7.10.jar:?]
at bgf.a(SourceFile:158) [1.7.10.jar:?]
at bdw.k(SourceFile:232) [1.7.10.jar:?]
at bdw.p(SourceFile:211) [1.7.10.jar:?]
at bao.p(SourceFile:1328) [1.7.10.jar:?]
at bao.ak(SourceFile:774) [1.7.10.jar:?]
at bao.f(SourceFile:728) [1.7.10.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [1.7.10.jar:?]
Caused by: java.lang.UnsupportedOperationException: Desktop API is not supported on
the current platform
at java.awt.Desktop.getDesktop(Unknown Source) ~[?:1.8.0-internal]
... 13 more
[21:20:49] [Client thread/INFO]: Opening via system class!
[21:20:57] [Client thread/INFO]: Reloading ResourceManager: Default
[21:20:58] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:20:59] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!


Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL

(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)


[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:21:00] [Sound Library Loader/INFO]: Sound engine started


[21:21:26] [Server thread/INFO]: Starting integrated minecraft server version
1.7.10
[21:21:26] [Server thread/INFO]: Generating keypair
[21:21:26] [Server thread/INFO]: Converting map!
[21:21:26] [Server thread/INFO]: Scanning folders...
[21:21:26] [Server thread/INFO]: Total conversion count is 0
[21:21:28] [Server thread/INFO]: Preparing start region for level 0
[21:21:29] [Server thread/INFO]: Preparing spawn area: 1%
[21:21:30] [Server thread/INFO]: Preparing spawn area: 4%
[21:21:31] [Server thread/INFO]: Preparing spawn area: 5%
[21:21:32] [Server thread/INFO]: Preparing spawn area: 7%
[21:21:33] [Server thread/INFO]: Preparing spawn area: 9%
[21:21:34] [Server thread/INFO]: Preparing spawn area: 11%
[21:21:35] [Server thread/INFO]: Preparing spawn area: 15%
[21:21:36] [Server thread/INFO]: Preparing spawn area: 17%
[21:21:37] [Server thread/INFO]: Preparing spawn area: 20%
[21:21:38] [Server thread/INFO]: Preparing spawn area: 22%
[21:21:39] [Server thread/INFO]: Preparing spawn area: 25%
[21:21:40] [Server thread/INFO]: Preparing spawn area: 29%
[21:21:41] [Server thread/INFO]: Preparing spawn area: 32%
[21:21:42] [Server thread/INFO]: Preparing spawn area: 35%
[21:21:43] [Server thread/INFO]: Preparing spawn area: 39%
[21:21:44] [Server thread/INFO]: Preparing spawn area: 43%
[21:21:45] [Server thread/INFO]: Preparing spawn area: 48%
[21:21:47] [Server thread/INFO]: Preparing spawn area: 52%
[21:21:48] [Server thread/INFO]: Preparing spawn area: 56%
[21:21:49] [Server thread/INFO]: Preparing spawn area: 63%
[21:21:50] [Server thread/INFO]: Preparing spawn area: 68%
[21:21:51] [Server thread/INFO]: Preparing spawn area: 74%
[21:21:52] [Server thread/INFO]: Preparing spawn area: 80%
[21:21:53] [Server thread/INFO]: Preparing spawn area: 87%
[21:21:54] [Server thread/INFO]: Preparing spawn area: 92%
[21:21:55] [Server thread/INFO]: Preparing spawn area: 97%
[21:21:55] [Server thread/INFO]: Changing view distance to 2, from 10
[21:21:57] [Server thread/INFO]: asepth[local:E:35c0a147] logged in with entity id
195 at (44.5, 59.0, 251.5)
[21:21:57] [Server thread/INFO]: asepth joined the game
Grab: true
[21:22:01] [Server thread/WARN]: Can't keep up! Did the system time change, or is
the server overloaded? Running 4910ms behind, skipping 98 tick(s)
[21:22:21] [Client thread/WARN]: Something's taking too long! 'root' took aprox
160.123 ms
[21:22:21] [Client thread/WARN]: Something's taking too long! 'root' took aprox
134.04 ms
[21:22:21] [Client thread/WARN]: Something's taking too long! 'root' took aprox
122.377 ms
[21:22:22] [Client thread/WARN]: Something's taking too long! 'root' took aprox
127.562 ms
[21:22:22] [Client thread/WARN]: Something's taking too long! 'root' took aprox
108.465 ms
[21:22:23] [Client thread/WARN]: Something's taking too long! 'root' took aprox
123.254 ms
[21:22:25] [Client thread/WARN]: Something's taking too long! 'root' took aprox
102.226 ms
[21:22:25] [Client thread/WARN]: Something's taking too long! 'root.tick' took
aprox 111.677 ms
[21:22:25] [Client thread/WARN]: Something's taking too long! 'root' took aprox
172.169 ms
[21:22:26] [Client thread/WARN]: Something's taking too long! 'root' took aprox
115.691 ms
[21:22:26] [Client thread/WARN]: Something's taking too long! 'root' took aprox
135.961 ms
[21:22:26] [Client thread/WARN]: Something's taking too long!
'root.gameRenderer.level' took aprox 131.287 ms
[21:22:26] [Client thread/WARN]: Something's taking too long! 'root.gameRenderer'
took aprox 182.743 ms
[21:22:26] [Client thread/WARN]: Something's taking too long! 'root' took aprox
303.442 ms
[21:22:26] [Client thread/WARN]: Something's taking too long! 'root.tick' took
aprox 116.507 ms
[21:22:26] [Client thread/WARN]: Something's taking too long! 'root' took aprox
134.138 ms
[21:22:27] [Client thread/WARN]: Something's taking too long! 'root' took aprox
113.904 ms
[21:22:27] [Client thread/WARN]: Something's taking too long! 'root' took aprox
146.489 ms
[21:22:27] [Client thread/WARN]: Something's taking too long! 'root.tick' took
aprox 137.143 ms
[21:22:27] [Client thread/WARN]: Something's taking too long! 'root' took aprox
194.843 ms
[21:22:27] [Client thread/WARN]: Something's taking too long! 'root.tick' took
aprox 130.222 ms
[21:22:27] [Client thread/WARN]: Something's taking too long! 'root' took aprox
172.523 ms
[21:22:28] [Client thread/WARN]: Something's taking too long! 'root.tick' took
aprox 115.509 ms
[21:22:28] [Client thread/WARN]: Something's taking too long! 'root' took aprox
146.081 ms
[21:22:28] [Client thread/WARN]: Something's taking too long! 'root' took aprox
102.648 ms
[21:22:29] [Server thread/WARN]: Can't keep up! Did the system time change, or is
the server overloaded? Running 9846ms behind, skipping 196 tick(s)
[21:22:29] [Client thread/WARN]: Something's taking too long! 'root' took aprox
113.867 ms
[21:22:29] [Client thread/WARN]: Something's taking too long! 'root' took aprox
163.028 ms
[21:22:29] [Client thread/WARN]: Something's taking too long! 'root' took aprox
113.67 ms
[21:22:30] [Client thread/WARN]: Something's taking too long! 'root' took aprox
180.092 ms
[21:22:31] [Client thread/WARN]: Something's taking too long! 'root.tick' took
aprox 174.273 ms
[21:22:31] [Client thread/WARN]: Something's taking too long! 'root' took aprox
239.092 ms
[21:22:31] [Client thread/WARN]: Something's taking too long! 'root.tick' took
aprox 128.86 ms
[21:22:31] [Client thread/WARN]: Something's taking too long! 'root' took aprox
186.773 ms
[21:22:31] [Client thread/WARN]: Something's taking too long! 'root' took aprox
164.993 ms
[21:22:43] [Server thread/INFO]: asepth has just earned the achievement [Taking
Inventory]
Grab: false
[21:22:43] [Client thread/INFO]: [CHAT] asepth has just earned the achievement
[Taking Inventory]
Grab: true
Grab: false

Grab: true
Grab: false

Grab: true
Grab: false

Grab: true
read: unexpected EOF!

Grab: false
Grab: true

Grab: false
Grab: true
Grab: false
Grab: true

Grab: false
Grab: true

Grab: false
Grab: true

[21:27:15] [Client thread/INFO]: Warning: Clientside chunk ticking took 129 ms


Grab: false

[21:27:16] [Server thread/INFO]: Saving and pausing game...


[21:27:16] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:27:16] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:27:16] [Server thread/INFO]: Saving chunks for level 'New World'/The End
Grab: true
Grab: false

[21:27:21] [Server thread/INFO]: Saving and pausing game...


[21:27:21] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:27:21] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:27:21] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:27:25] [Server thread/INFO]: Saving and pausing game...
[21:27:25] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:27:25] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:27:25] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:27:37] [Server thread/INFO]: Stopping server
[21:27:39] [Server thread/INFO]: Saving players
[21:27:39] [Server thread/INFO]: Saving worlds
[21:27:39] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:27:39] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:27:39] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:29:04] [Client thread/INFO]: Reloading ResourceManager: Default
[21:29:10] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:29:11] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'
Problem during Library.cleanup()!
Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL

(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)


[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:29:14] [Sound Library Loader/INFO]: Sound engine started


[21:29:16] [Client thread/INFO]: Reloading ResourceManager: Default
[21:29:17] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:29:18] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!


Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL

(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)


[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:29:19] [Sound Library Loader/INFO]: Sound engine started


[21:29:19] [Client thread/INFO]: Reloading ResourceManager: Default
[21:29:23] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:29:24] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'
Problem during Library.cleanup()!
Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL

(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)


[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.
[21:29:26] [Client thread/INFO]: Reloading ResourceManager: Default

[21:29:26] [Sound Library Loader/INFO]: Sound engine started


[21:29:28] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:29:28] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!


Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
OpenAL initialized.

[21:29:29] [Sound Library Loader/INFO]: Sound engine started


[21:29:36] [Client thread/INFO]: Reloading ResourceManager: Default
[21:29:37] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:29:37] [Client thread/INFO]: Created: 256x256 textures/items-atlas

SoundSystem shutting down...


Error in class 'SoundSystem'

Problem during Library.cleanup()!


Ignoring errors... continuing clean-up.
Author: Paul Lamb, www.paulscode.com

Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[ALSOFT] (EE) engine->CreateAudioPlayer: Memory failure
Exception in thread "Thread-35"
java.lang.NullPointerException
at org.lwjgl.system.Checks.check(Checks.java:100)
at org.lwjgl.openal.ALC10.nalcCreateContext(ALC10.java:162)
at org.lwjgl.openal.ALC10.alcCreateContext(ALC10.java:178)
at org.lwjgl.openal.AL.create(AL.java:138)
at
paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164)
at paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576)
at paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572)
at paulscode.sound.CommandThread.run(CommandThread.java:121)
[21:29:40] [Client thread/INFO]: Selecting effect minecraft:shaders/post/notch.json
[21:29:48] [Client thread/INFO]: Selecting effect minecraft:shaders/post/fxaa.json
[21:29:48] [Client thread/WARN]: Error encountered when linking program containing
VS fxaa and FS fxaa. Log output:
[21:29:48] [Client thread/WARN]: Link Error: Vertex and Fragment shaders were not
compiled with the same language version.

[21:29:48] [Client thread/WARN]: Shader fxaacould not find sampler named


DiffuseSampler in the specified shader program.
[21:29:48] [Client thread/WARN]: Could not find uniform named ProjMat in the
specified shader program.
[21:29:48] [Client thread/WARN]: Could not find uniform named OutSize in the
specified shader program.
[21:29:48] [Client thread/WARN]: Could not find uniform named SpanMax in the
specified shader program.
[21:29:48] [Client thread/WARN]: Could not find uniform named SubPixelShift in the
specified shader program.
[21:29:48] [Client thread/WARN]: Could not find uniform named ReduceMul in the
specified shader program.

You might also like