0% found this document useful (0 votes)
7 views17 pages

latestlog

The document details the initialization process of a game launcher, including the environment setup and library loading on a Motorola Moto G34 5G device. It highlights the successful loading of various libraries, but also notes a failure related to an incompatible JNA native library version. The document concludes with a warning about the incompatible library and suggests potential resolutions.

Uploaded by

f9802693
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)
7 views17 pages

latestlog

The document details the initialization process of a game launcher, including the environment setup and library loading on a Motorola Moto G34 5G device. It highlights the successful loading of various libraries, but also notes a failure related to an incompatible JNA native library version. The document concludes with a warning about the incompatible library and suggests potential resolutions.

Uploaded by

f9802693
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
You are on page 1/ 17

--------- Starting game with Launcher Debug!

Info: Launcher version: foxglove-20241124-a5d02c1-v3_openjdk


Info: Architecture: arm64
Info: Device model: motorola moto g34 5G
Info: API version: 34
Info: Selected Minecraft version: 1.21.4-rc1
Info: Custom Java arguments: ""
Added custom env: TMPDIR=/data/user/0/net.kdt.pojavlaunch/cache
Added custom env: AWTSTUB_WIDTH=1600
Added custom env: FORCE_VSYNC=false
Added custom env:
POJAV_NATIVEDIR=/data/app/~~xYGwKSJjC2zpiB_bCT086g==/net.kdt.pojavlaunch-
4JkRrgOGrNu8_7dahFMoLg==/lib/arm64
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/Android/data/net.kdt.pojavlaunch/files
Added custom env:
PATH=/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/bin:/product/bin:/apex/
com.android.runtime/bin:/apex/com.android.art/bin:/system_ext/bin:/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: POJAV_VSYNC_IN_ZINK=1
Added custom env:
LD_LIBRARY_PATH=/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/jli:/
data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib:/system/lib64:/vendor/
lib64:/vendor/lib64/hw:/data/app/~~xYGwKSJjC2zpiB_bCT086g==/net.kdt.pojavlaunch-
4JkRrgOGrNu8_7dahFMoLg==/lib/arm64
Added custom env: LIBGL_NOERROR=1
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: JAVA_HOME=/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21
Added custom env: allow_glsl_extension_directive_midshader=true
Added custom env: AWTSTUB_HEIGHT=720
Initialising gl4es
v1.1.5 built on Jul 14 2024 19:34:14
Using GLES 2.0 backend
loaded: libGLESv2.so
loaded: libEGL.so
Using GLES 2.0 backend
Hardware Full NPOT detected and used
FBO are in core, and so used
PointSprite are in core, and so used
CubeMap are in core, and so used
BlendColor is in core, and so used
Blend Subtract is in core, and so used
Blend Function and Equation Separation is in core, and so used
Texture Mirrored Repeat is in core, and so used
Extension GL_OES_element_index_uint detected and used
Extension GL_OES_packed_depth_stencil detected and used
Extension GL_OES_depth24 detected and used
Extension GL_OES_rgb8_rgba8 detected and used
Extension GL_EXT_texture_format_BGRA8888 detected and used
Extension GL_OES_depth_texture detected and used
Extension GL_OES_texture_stencil8 detected and used
Extension GL_OES_texture_float detected and used
Extension GL_OES_texture_half_float detected and used
Extension GL_EXT_color_buffer_float detected and used
Extension GL_EXT_color_buffer_half_float detected and used
high precision float in fragment shader available and used
Max vertex attrib: 32
Extension GL_OES_standard_derivatives detected and used
Extension GL_ARM_shader_framebuffer_fetch detected and used
Extension GL_OES_get_program_binary detected and used
Number of supported Program Binary Format: 1
Max texture size: 16384
Max Varying Vector: 31
Texture Units: 16/16 (hardware: 16), Max lights: 8, Max planes: 6
Extension GL_EXT_texture_filter_anisotropic detected and used
Max Anisotropic filtering: 16
Hardware vendor is Qualcomm
GLSL 300 es supported
GLSL 310 es supported and used
GLSL 320 es supported
Max Color Attachments: 8 / Draw buffers: 8
sRGB surface supported
EGLImage to Texture2D supported
EGLImage to RenderBuffer supported
ignore MipMap
glGetError() always return GL_NOERROR
Targeting OpenGL 2.1
No hack in shader converter to define overloaded function with int
Not trying to batch small subsequent glDrawXXXX
try to use VBO
Force texture for Attachment color0 on FBO
Hack to trigger a SwapBuffers when a Full Framebuffer Blit on default FBO is done
Force normals to be normalized on FPE shaders
glX Will try to recycle EGL Surface
Current folder is:/
--------- beginning of main
I/jrelog (11467): dlopen libgl4es_114.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libjli.so success

I/jrelog (11467): dlopen libjvm.so failed: dlopen failed: library "libjvm.so" not
found

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/server/libjvm.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libverify.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libjava.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libnet.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libnio.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libawt.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libawt_headless.so
success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libfreetype.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libfontmanager.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libzip.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libsctp.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libjawt.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libawt.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libjimage.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libmanagement.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/librmi.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libmanagement_agent.so
success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/server/libjvm.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/server/libjsig.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/liblcms.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libmanagement_ext.so
success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libjsig.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libdt_socket.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libnet.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libjli.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libfreetype.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libawt_headless.so
success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libjdwp.so success
I/jrelog (11467): dlopen /data/user/0/net.kdt.pojavlaunch/runtimes/Inte
rnal-21/lib/libsyslookup.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libjavajpeg.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libmlib_image.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libinstrument.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libfontmanager.so success

I/jrelog (11467): dlopen


/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libverify.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libj2pkcs11.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libjaas.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libextnet.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libprefs.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libjava.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libnio.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libj2gss.so success
I/jrelog (11467): dlopen
/data/user/0/net.kdt.pojavlaunch/runtimes/Internal-21/lib/libawt_xawt.so success

I/jrelog (11467): dlopen /data/app/~~xYGwKSJjC2zpiB_bCT086g==/net.kdt.pojavlaunch-


4JkRrgOGrNu8_7dahFMoLg==/lib/arm64/libopenal.so success

I/jrelog (11467): Done processing args

I/jrelog (11467): Found JLI lib


I/jrelog (11467): Calling JLI_Launch

java.lang.UnsupportedOperationException
at java.base/java.lang.invoke.VarForm.getMemberName(VarForm.java:118)
at
com.github.caciocavallosilano.cacio.ctc.CTCPreloadClassLoader.makeNonFinal(CTCPrelo
adClassLoader.java:125)
at
com.github.caciocavallosilano.cacio.ctc.CTCPreloadClassLoader.<clinit>(CTCPreloadCl
assLoader.java:70)
at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native Method)
at
java.base/jdk.internal.misc.Unsafe.ensureClassInitialized(Unsafe.java:1160)
at
java.base/jdk.internal.reflect.MethodHandleAccessorFactory.ensureClassInitialized(M
ethodHandleAccessorFactory.java:300)
at
java.base/jdk.internal.reflect.MethodHandleAccessorFactory.newConstructorAccessor(M
ethodHandleAccessorFactory.java:103)
at
java.base/jdk.internal.reflect.ReflectionFactory.newConstructorAccessor(ReflectionF
actory.java:200)
at
java.base/java.lang.reflect.Constructor.acquireConstructorAccessor(Constructor.java
:549)
at
java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
at
java.base/java.lang.ClassLoader.initSystemClassLoader(ClassLoader.java:2012)
at java.base/java.lang.System.initPhase3(System.java:2329)
<log4j:Event logger="ad" timestamp="1736628318462" level="WARN" thread="main">
<log4j:Message><![CDATA[Failed retrieving info for group
processor]]></log4j:Message>
<log4j:Throwable><![CDATA[java.lang.Error:

There is an incompatible JNA native library installed on this system


Expected: 7.0.2
Found: 6.1.6
(at /data/app/~~xYGwKSJjC2zpiB_bCT086g==/net.kdt.pojavlaunch-
4JkRrgOGrNu8_7dahFMoLg==/lib/arm64/libjnidispatch.so).
To resolve this issue you may do one of the following:
- remove or uninstall the offending library
- set the system property jna.nosys=true
- set jna.boot.library.path to include the path to the version of the
jnidispatch library included with the JNA jar file you are using

at com.sun.jna.Native.<clinit>(Native.java:230)
at com.sun.jna.platform.linux.Udev.<clinit>(Udev.java:37)
at
oshi.software.os.linux.LinuxOperatingSystem.<clinit>(LinuxOperatingSystem.java:86)
at
oshi.hardware.platform.linux.LinuxCentralProcessor.initProcessorCounts(LinuxCentral
Processor.java:174)
at
oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:
68)
at
oshi.hardware.platform.linux.LinuxCentralProcessor.<init>(LinuxCentralProcessor.jav
a:59)
at
oshi.hardware.platform.linux.LinuxHardwareAbstractionLayer.createProcessor(LinuxHar
dwareAbstractionLayer.java:43)
at oshi.util.Memoizer$1.get(Memoizer.java:61)
at
oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardware
AbstractionLayer.java:48)
at ad.c(SourceFile:79)
at ad.a(SourceFile:87)
at ad.a(SourceFile:79)
at ad.e(SourceFile:56)
at ad.a(SourceFile:87)
at ad.<init>(SourceFile:56)
at o.<init>(SourceFile:35)
at o.g(SourceFile:234)
at net.minecraft.client.main.Main.main(SourceFile:134)
]]></log4j:Throwable>
</log4j:Event>
<log4j:Event logger="ad" timestamp="1736628318538" level="WARN" thread="main">
<log4j:Message><![CDATA[Failed retrieving info for group
memory]]></log4j:Message>
<log4j:Throwable><![CDATA[java.lang.NoClassDefFoundError: Could not initialize
class oshi.software.os.linux.LinuxOperatingSystem
at
oshi.hardware.platform.linux.LinuxGlobalMemory.<clinit>(LinuxGlobalMemory.java:28)
at
oshi.hardware.platform.linux.LinuxHardwareAbstractionLayer.createMemory(LinuxHardwa
reAbstractionLayer.java:38)
at oshi.util.Memoizer$1.get(Memoizer.java:61)
at
oshi.hardware.common.AbstractHardwareAbstractionLayer.getMemory(AbstractHardwareAbs
tractionLayer.java:60)
at ad.a(SourceFile:81)
at ad.a(SourceFile:87)
at ad.a(SourceFile:81)
at ad.e(SourceFile:56)
at ad.a(SourceFile:87)
at ad.<init>(SourceFile:56)
at o.<init>(SourceFile:35)
at o.g(SourceFile:234)
at net.minecraft.client.main.Main.main(SourceFile:134)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.Error:

There is an incompatible JNA native library installed on this system


Expected: 7.0.2
Found: 6.1.6
(at /data/app/~~xYGwKSJjC2zpiB_bCT086g==/net.kdt.pojavlaunch-
4JkRrgOGrNu8_7dahFMoLg==/lib/arm64/libjnidispatch.so).
To resolve this issue you may do one of the following:
- remove or uninstall the offending library
- set the system property jna.nosys=true
- set jna.boot.library.path to include the path to the version of the
jnidispatch library included with the JNA jar file you are using
[in thread "main"]
at com.sun.jna.Native.<clinit>(Native.java:230)
at com.sun.jna.platform.linux.Udev.<clinit>(Udev.java:37)
at
oshi.software.os.linux.LinuxOperatingSystem.<clinit>(LinuxOperatingSystem.java:86)
at
oshi.hardware.platform.linux.LinuxCentralProcessor.initProcessorCounts(LinuxCentral
Processor.java:174)
at
oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:
68)
at
oshi.hardware.platform.linux.LinuxCentralProcessor.<init>(LinuxCentralProcessor.jav
a:59)
at
oshi.hardware.platform.linux.LinuxHardwareAbstractionLayer.createProcessor(LinuxHar
dwareAbstractionLayer.java:43)
at oshi.util.Memoizer$1.get(Memoizer.java:61)
at
oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardware
AbstractionLayer.java:48)
at ad.c(SourceFile:79)
at ad.a(SourceFile:87)
at ad.a(SourceFile:79)
... 6 more
]]></log4j:Throwable>
</log4j:Event>
<log4j:Event logger="com.mojang.datafixers.DataFixerBuilder"
timestamp="1736628319144" level="INFO" thread="Datafixer Bootstrap">
<log4j:Message><![CDATA[242 Datafixer optimizations took 907
milliseconds]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="alc" timestamp="1736628328755" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[[STDERR]: [LWJGL] [ERROR] Incompatible Java and native
library versions detected.
Possible reasons:
a) -Djava.library.path is set to a folder containing shared libraries of an
older LWJGL version.
b) The classpath contains jar files of an older LWJGL version.
Possible solutions:
a) Make sure to not set -Djava.library.path (it is not needed for developing
with LWJGL 3) or make
sure the folder it points to contains the shared libraries of the correct
LWJGL version.
b) Check the classpath and make sure to only have jar files of the same LWJGL
version in it.]]></log4j:Message>
</log4j:Event>
[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.
<log4j:Event logger="com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService"
timestamp="1736628329507" level="INFO" thread="Render thread">
<log4j:Message><![CDATA[Environment:
Environment[sessionHost=https://sessionserver.mojang.com,
servicesHost=https://api.minecraftservices.com, name=PROD]]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="flj" timestamp="1736628329568" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Setting user: luis]]></log4j:Message>
</log4j:Event>
Registered forkAndExec
<log4j:Event logger="fln" timestamp="1736628330042" level="ERROR" thread="Render
thread">
<log4j:Message><![CDATA[Error parsing option value off for option Fullscreen:
Not a boolean: "off"]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="flj" timestamp="1736628330072" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Backend library: LWJGL version
3.3.3-snapshot]]></log4j:Message>
</log4j:Event>
EGLBridge: Binding to OpenGL ES
<log4j:Event logger="alc" timestamp="1736628330217" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[[STDERR]: [LWJGL] [ERROR] Incompatible Java and native
library versions detected.
Possible reasons:
a) -Djava.library.path is set to a folder containing shared libraries of an
older LWJGL version.
b) The classpath contains jar files of an older LWJGL version.
Possible solutions:
a) Make sure to not set -Djava.library.path (it is not needed for developing
with LWJGL 3) or make
sure the folder it points to contains the shared libraries of the correct
LWJGL version.
b) Check the classpath and make sure to only have jar files of the same LWJGL
version in it.]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="alc" timestamp="1736628330707" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[[STDERR]: [LWJGL] [ERROR] Incompatible Java and native
library versions detected.
Possible reasons:
a) -Djava.library.path is set to a folder containing shared libraries of an
older LWJGL version.
b) The classpath contains jar files of an older LWJGL version.
Possible solutions:
a) Make sure to not set -Djava.library.path (it is not needed for developing
with LWJGL 3) or make
sure the folder it points to contains the shared libraries of the correct
LWJGL version.
b) Check the classpath and make sure to only have jar files of the same LWJGL
version in it.]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="alc" timestamp="1736628330929" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[[STDERR]: [LWJGL] [ERROR] Incompatible Java and native
library versions detected.
Possible reasons:
a) -Djava.library.path is set to a folder containing shared libraries of an
older LWJGL version.
b) The classpath contains jar files of an older LWJGL version.
Possible solutions:
a) Make sure to not set -Djava.library.path (it is not needed for developing
with LWJGL 3) or make
sure the folder it points to contains the shared libraries of the correct
LWJGL version.
b) Check the classpath and make sure to only have jar files of the same LWJGL
version in it.]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="com.mojang.text2speech.Narrator" timestamp="1736628331687"
level="ERROR" thread="Render thread">
<log4j:Message><![CDATA[Error while loading the narrator]]></log4j:Message>
<log4j:Throwable><![CDATA[com.mojang.text2speech.Narrator$InitializeException:
Failed to load library flite
at
com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:69)
at com.mojang.text2speech.NarratorLinux.<init>(NarratorLinux.java:18)
at com.mojang.text2speech.Narrator.getNarrator(Narrator.java:41)
at fla.<init>(SourceFile:19)
at flj.<init>(SourceFile:687)
at net.minecraft.client.main.Main.main(SourceFile:250)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class
com.sun.jna.Native
at com.sun.jna.NativeLibrary.<clinit>(NativeLibrary.java:90)
at
com.mojang.text2speech.NarratorLinux$FliteLibrary.loadNative(NarratorLinux.java:67)
... 5 more
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.Error:
There is an incompatible JNA native library installed on this system
Expected: 7.0.2
Found: 6.1.6
(at /data/app/~~xYGwKSJjC2zpiB_bCT086g==/net.kdt.pojavlaunch-
4JkRrgOGrNu8_7dahFMoLg==/lib/arm64/libjnidispatch.so).
To resolve this issue you may do one of the following:
- remove or uninstall the offending library
- set the system property jna.nosys=true
- set jna.boot.library.path to include the path to the version of the
jnidispatch library included with the JNA jar file you are using
[in thread "main"]
at com.sun.jna.Native.<clinit>(Native.java:230)
at com.sun.jna.platform.linux.Udev.<clinit>(Udev.java:37)
at
oshi.software.os.linux.LinuxOperatingSystem.<clinit>(LinuxOperatingSystem.java:86)
at
oshi.hardware.platform.linux.LinuxCentralProcessor.initProcessorCounts(LinuxCentral
Processor.java:174)
at
oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:
68)
at
oshi.hardware.platform.linux.LinuxCentralProcessor.<init>(LinuxCentralProcessor.jav
a:59)
at
oshi.hardware.platform.linux.LinuxHardwareAbstractionLayer.createProcessor(LinuxHar
dwareAbstractionLayer.java:43)
at oshi.util.Memoizer$1.get(Memoizer.java:61)
at
oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardware
AbstractionLayer.java:48)
at ad.c(SourceFile:79)
at ad.a(SourceFile:87)
at ad.a(SourceFile:79)
at ad.e(SourceFile:56)
at ad.a(SourceFile:87)
at ad.<init>(SourceFile:56)
at o.<init>(SourceFile:35)
at o.g(SourceFile:234)
at net.minecraft.client.main.Main.main(SourceFile:134)
]]></log4j:Throwable>
</log4j:Event>
<log4j:Event logger="aum" timestamp="1736628331743" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Reloading ResourceManager: vanilla]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="fsa" timestamp="1736628331957" level="INFO" thread="Worker-
Main-3">
<log4j:Message><![CDATA[Found unifont_all_no_pua-16.0.01.hex,
loading]]></log4j:Message>
</log4j:Event>
I/NativeInput(11467): Input ready: 1

<log4j:Event logger="fsa" timestamp="1736628333653" level="INFO" thread="Worker-


Main-3">
<log4j:Message><![CDATA[Found unifont_jp_patch-16.0.01.hex,
loading]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="flj" timestamp="1736628335640" level="ERROR"
thread="Download-2">
<log4j:Message><![CDATA[Failed to fetch user properties]]></log4j:Message>
<log4j:Throwable><!
[CDATA[com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
at
com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationExceptio
n(MinecraftClientHttpException.java:59)
at
com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserA
piService.java:150)
at flj.bL(SourceFile:457)
at
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.
java:1768)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
:1144)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
a:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: MinecraftClientHttpException[type=HTTP_ERROR, status=401,
response=ErrorResponse[path=/player/attributes, error=null, errorMessage=null,
details=null]]
at
com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient
.java:103)
at
com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:56)
at
com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserA
piService.java:121)
... 5 more
]]></log4j:Throwable>
</log4j:Event>
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted
(1)
<log4j:Event logger="fdh" timestamp="1736628339139" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[OpenAL initialized on device OpenSL]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="hjs" timestamp="1736628339142" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Sound engine started]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339384" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 1024x512x4
minecraft:textures/atlas/blocks.png-atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339404" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 256x256x4 minecraft:textures/atlas/signs.png-
atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339405" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 512x512x4
minecraft:textures/atlas/shield_patterns.png-atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339407" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 512x512x4
minecraft:textures/atlas/banner_patterns.png-atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339410" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 2048x1024x4
minecraft:textures/atlas/armor_trims.png-atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339416" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 128x64x4
minecraft:textures/atlas/decorated_pot.png-atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339417" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 256x256x4 minecraft:textures/atlas/chest.png-
atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339419" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 512x256x4 minecraft:textures/atlas/beds.png-
atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339420" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 512x256x4
minecraft:textures/atlas/shulker_boxes.png-atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339427" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 64x64x0
minecraft:textures/atlas/map_decorations.png-atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339888" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 512x256x0
minecraft:textures/atlas/particles.png-atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339899" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 512x256x0
minecraft:textures/atlas/paintings.png-atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339904" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 256x128x0
minecraft:textures/atlas/mob_effects.png-atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="her" timestamp="1736628339910" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Created: 1024x512x0 minecraft:textures/atlas/gui.png-
atlas]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="evf" timestamp="1736628344359" level="ERROR" thread="Worker-
Main-1">
<log4j:Message><![CDATA[Exception reading
/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/.minecraft/saves/
World1/level.dat]]></log4j:Message>
<log4j:Throwable><![CDATA[uc: Unknown data version: 0
at evf.a(SourceFile:293)
at evf.a(SourceFile:253)
at evf.b(SourceFile:179)
at
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.
java:1768)
at
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture
.java:1760)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
at
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.jav
a:1312)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
at
java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
at
java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:1
88)
]]></log4j:Throwable>
</log4j:Event>
<log4j:Event logger="evf" timestamp="1736628344358" level="ERROR" thread="Worker-
Main-2">
<log4j:Message><![CDATA[Exception reading
/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/.minecraft/saves/
World4/level.dat]]></log4j:Message>
<log4j:Throwable><![CDATA[uc: Unknown data version: 0
at evf.a(SourceFile:293)
at evf.a(SourceFile:253)
at evf.b(SourceFile:179)
at
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.
java:1768)
at
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture
.java:1760)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
at
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.jav
a:1312)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
at
java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
at
java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:1
88)
]]></log4j:Throwable>
</log4j:Event>
<log4j:Event logger="evf" timestamp="1736628344359" level="ERROR" thread="Worker-
Main-3">
<log4j:Message><![CDATA[Exception reading
/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/.minecraft/saves/
World3/level.dat]]></log4j:Message>
<log4j:Throwable><![CDATA[uc: Unknown data version: 0
at evf.a(SourceFile:293)
at evf.a(SourceFile:253)
at evf.b(SourceFile:179)
at
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.
java:1768)
at
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture
.java:1760)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
at
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.jav
a:1312)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
at
java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
at
java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:1
88)
]]></log4j:Throwable>
</log4j:Event>
<log4j:Event logger="evf" timestamp="1736628344358" level="ERROR" thread="Worker-
Main-6">
<log4j:Message><![CDATA[Exception reading
/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/.minecraft/saves/
World2/level.dat]]></log4j:Message>
<log4j:Throwable><![CDATA[uc: Unknown data version: 0
at evf.a(SourceFile:293)
at evf.a(SourceFile:253)
at evf.b(SourceFile:179)
at
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.
java:1768)
at
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture
.java:1760)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
at
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.jav
a:1312)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
at
java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
at
java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:1
88)
]]></log4j:Throwable>
</log4j:Event>
<log4j:Event logger="fgk" timestamp="1736628345375" level="INFO" thread="IO-
Worker-1">
<log4j:Message><![CDATA[Could not authorize you against Realms server: Invalid
session id]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="fge" timestamp="1736628345379" level="ERROR" thread="IO-
Worker-1">
<log4j:Message><![CDATA[Couldn't connect to realms]]></log4j:Message>
<log4j:Throwable><![CDATA[fig: Realms authentication error with message
'Invalid session id'
at fgk.a(SourceFile:445)
at fgk.g(SourceFile:232)
at fge.c(SourceFile:51)
at
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.
java:1768)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java
:1144)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.jav
a:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
]]></log4j:Throwable>
</log4j:Event>
<log4j:Event logger="dbl" timestamp="1736628354678" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Loaded 1370 recipes]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="an" timestamp="1736628354728" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Loaded 1481 advancements]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="hjd" timestamp="1736628360537" level="INFO" thread="Server
thread">
<log4j:Message><![CDATA[Starting integrated minecraft server version 1.21.4
Release Candidate 1]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="net.minecraft.server.MinecraftServer"
timestamp="1736628360539" level="INFO" thread="Server thread">
<log4j:Message><![CDATA[Generating keypair]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="net.minecraft.server.MinecraftServer"
timestamp="1736628375370" level="INFO" thread="Server thread">
<log4j:Message><![CDATA[Preparing start region for dimension
minecraft:overworld]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628375503" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 2%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628376031" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 2%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628376509" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 2%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628376916" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 2%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628377519" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 2%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628377932" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 2%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628378546" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 2%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628378913" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 2%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628379466" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 2%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628379996" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 2%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628380402" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 4%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628380896" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 14%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628381500" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 18%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628381924" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 18%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628382612" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 18%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628382904" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 18%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628383406" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 18%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628383901" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 24%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628384441" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 51%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628384959" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 51%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628385448" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 51%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628385946" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 51%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628386477" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 51%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628386899" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 51%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628387431" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 51%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628387913" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 51%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628388403" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Preparing spawn area: 51%]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="arp" timestamp="1736628388631" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Time elapsed: 13237 ms]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="hjd" timestamp="1736628388765" level="INFO" thread="Server
thread">
<log4j:Message><![CDATA[Changing view distance to 12, from
10]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="hjd" timestamp="1736628388766" level="INFO" thread="Server
thread">
<log4j:Message><![CDATA[Changing simulation distance to 12, from
0]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="io.netty.util.internal.MacAddressUtil"
timestamp="1736628389143" level="WARN" thread="Render thread">
<log4j:Message><![CDATA[Failed to find a usable hardware address from the
network interfaces; using random bytes: 23:f9:cd:1f:8f:83:71:d8]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="avd" timestamp="1736628391023" level="INFO" thread="Server
thread">
<log4j:Message><![CDATA[luis[local:E:12cb7b5b] logged in with entity id 21 at
(-0.5, 106.0, 26.5)]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="net.minecraft.server.MinecraftServer"
timestamp="1736628391070" level="INFO" thread="Server thread">
<log4j:Message><![CDATA[luis joined the game]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="an" timestamp="1736628391449" level="INFO" thread="Render
thread">
<log4j:Message><![CDATA[Loaded 2 advancements]]></log4j:Message>
</log4j:Event>
<log4j:Event logger="net.minecraft.server.MinecraftServer"
timestamp="1736628399433" level="WARN" thread="Server thread">
<log4j:Message><![CDATA[Can't keep up! Is the server overloaded? Running 2020ms
or 40 ticks behind]]></log4j:Message>
</log4j:Event>

You might also like