Giter VIP home page Giter VIP logo

Comments (4)

longjunyu2 avatar longjunyu2 commented on August 26, 2024

Can you provide a crash log? If you are using a public directory, the file location is: /sdcard/mcinabox/boatapp/boat_output.txt
If you start the game after the crash, please trigger the crash again, because the log file may be overwritten.

from mcinabox.

gabbosta avatar gabbosta commented on August 26, 2024

--------- beginning of main
[ 04-09 20:43:45.000 5020: 5020 E/初始化 ]
文件存在

[ 04-09 20:43:45.000 5020: 5020 E/初始化 ]
设置载入成功

[ 04-09 20:43:45.003 5020: 5020 W/System.err ]
java.io.FileNotFoundException: /data/data/com.aof.mcinabox/app_runtime/pack.json (No such file or directory)

[ 04-09 20:43:45.004 5020: 5020 W/System.err ]
at java.io.FileInputStream.open0(Native Method)

[ 04-09 20:43:45.004 5020: 5020 W/System.err ]
at java.io.FileInputStream.open(FileInputStream.java:231)

[ 04-09 20:43:45.004 5020: 5020 W/System.err ]
at java.io.FileInputStream.(FileInputStream.java:165)

[ 04-09 20:43:45.004 5020: 5020 W/System.err ]
at com.aof.mcinabox.launcher.JsonUtils.getPackFromFile(JsonUtils.java:29)

[ 04-09 20:43:45.004 5020: 5020 W/System.err ]
at com.aof.mcinabox.launcher.JsonUtils.getPackFromFile(JsonUtils.java:42)

[ 04-09 20:43:45.004 5020: 5020 W/System.err ]
at com.aof.mcinabox.launcher.JsonUtils.getPackInformation(JsonUtils.java:45)

[ 04-09 20:43:45.004 5020: 5020 W/System.err ]
at com.aof.mcinabox.MainActivity.RefreshRuntimePackInfo(MainActivity.java:1225)

[ 04-09 20:43:45.005 5020: 5020 W/System.err ]
at com.aof.mcinabox.MainActivity.access$1600(MainActivity.java:86)

[ 04-09 20:43:45.005 5020: 5020 W/System.err ]
at com.aof.mcinabox.MainActivity$13.handleMessage(MainActivity.java:1194)

[ 04-09 20:43:45.005 5020: 5020 W/System.err ]
at android.os.Handler.dispatchMessage(Handler.java:106)

[ 04-09 20:43:45.005 5020: 5020 W/System.err ]
at android.os.Looper.loop(Looper.java:193)

[ 04-09 20:43:45.005 5020: 5020 W/System.err ]
at android.app.ActivityThread.main(ActivityThread.java:6692)

[ 04-09 20:43:45.005 5020: 5020 W/System.err ]
at java.lang.reflect.Method.invoke(Native Method)

[ 04-09 20:43:45.005 5020: 5020 W/System.err ]
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)

[ 04-09 20:43:45.005 5020: 5020 W/System.err ]
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

[ 04-09 20:43:45.005 5020: 5020 E/JsonUtils ]
Json File not found.

[ 04-09 20:43:47.996 5020: 5020 E/初始化 ]
文件存在

[ 04-09 20:43:47.996 5020: 5020 E/初始化 ]
设置载入成功

[ 04-09 20:43:47.998 5020: 5020 W/System.err ]
java.io.FileNotFoundException: /data/data/com.aof.mcinabox/app_runtime/pack.json (No such file or directory)

[ 04-09 20:43:47.998 5020: 5020 W/System.err ]
at java.io.FileInputStream.open0(Native Method)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at java.io.FileInputStream.open(FileInputStream.java:231)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at java.io.FileInputStream.(FileInputStream.java:165)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at com.aof.mcinabox.launcher.JsonUtils.getPackFromFile(JsonUtils.java:29)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at com.aof.mcinabox.launcher.JsonUtils.getPackFromFile(JsonUtils.java:42)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at com.aof.mcinabox.launcher.JsonUtils.getPackInformation(JsonUtils.java:45)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at com.aof.mcinabox.MainActivity.RefreshRuntimePackInfo(MainActivity.java:1225)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at com.aof.mcinabox.MainActivity.access$1600(MainActivity.java:86)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at com.aof.mcinabox.MainActivity$13.handleMessage(MainActivity.java:1194)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at android.os.Handler.dispatchMessage(Handler.java:106)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at android.os.Looper.loop(Looper.java:193)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at android.app.ActivityThread.main(ActivityThread.java:6692)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at java.lang.reflect.Method.invoke(Native Method)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)

[ 04-09 20:43:47.999 5020: 5020 W/System.err ]
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

[ 04-09 20:43:47.999 5020: 5020 E/JsonUtils ]
Json File not found.

[ 04-09 20:43:48.198 5020: 5020 E/初始化 ]
文件存在

[ 04-09 20:43:48.198 5020: 5020 E/初始化 ]
设置载入成功

[ 04-09 20:43:48.205 5020: 5020 E/初始化 ]
文件存在

[ 04-09 20:43:48.205 5020: 5020 E/初始化 ]
设置载入成功

[ 04-09 20:43:48.270 5020: 5020 E/初始化 ]
文件存在

[ 04-09 20:43:48.270 5020: 5020 E/初始化 ]
设置载入成功

[ 04-09 20:43:48.380 5020: 5020 D/AndroidRuntime ]
Shutting down VM

--------- beginning of crash
[ 04-09 20:43:48.386 5020: 5020 E/AndroidRuntime ]
FATAL EXCEPTION: main
Process: com.aof.mcinabox, PID: 5020
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Context.getString(int)' on a null object reference
at com.aof.mcinabox.launcher.user.UserListAdapter.getView(UserListAdapter.java:79)
at android.widget.AbsListView.obtainView(AbsListView.java:2399)
at android.widget.ListView.measureHeightOfChildren(ListView.java:1482)
at android.widget.ListView.onMeasure(ListView.java:1389)
at android.view.View.measure(View.java:23181)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6749)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1535)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:825)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:704)
at android.view.View.measure(View.java:23181)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6749)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1535)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:825)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:704)
at android.view.View.measure(View.java:23181)
at androidx.constraintlayout.widget.ConstraintLayout.onMeasure(ConstraintLayout.java:1676)
at android.view.View.measure(View.java:23181)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6749)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
at androidx.appcompat.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:143)
at android.view.View.measure(View.java:23181)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6749)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1535)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:825)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:704)
at android.view.View.measure(View.java:23181)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6749)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
at android.view.View.measure(View.java:23181)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6749)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1535)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:825)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:704)
at android.view.View.measure(View.java:23181)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6749)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
at com.android.internal.policy.DecorView.onMeasure(DecorView.java:716)
at android.view.View.measure(View.java:23181)
at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:2730)
at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1583)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1867)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1471)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7211)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1004)
at android.view.Choreographer.doCallbacks(Choreographer.java:816)
at android.view.Choreographer.doFrame(Choreographer.java:751)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:990)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6692)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

[ 04-09 20:43:48.441 5020: 5020 I/Process ]
Sending signal. PID: 5020 SIG: 9

[ 04-09 20:43:52.157 5964: 5964 I/om.aof.mcinabo ]
Late-enabling -Xcheck:jni

[ 04-09 20:43:52.353 5964: 5964 I/om.aof.mcinabo ]
The ClassLoaderContext is a special shared library.

[ 04-09 20:43:52.511 5964: 5964 E/libsigchain ]
Warning: Unexpected sigaction action found 0xea1ec4a5

[ 04-09 20:43:52.512 5964: 5964 I/Perf ]
Connecting to perf service.

[ 04-09 20:43:52.651 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden method Landroid/graphics/drawable/Drawable;->getOpticalInsets()Landroid/graphics/Insets; (light greylist, linking)

[ 04-09 20:43:52.651 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden field Landroid/graphics/Insets;->left:I (light greylist, linking)

[ 04-09 20:43:52.651 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden field Landroid/graphics/Insets;->right:I (light greylist, linking)

[ 04-09 20:43:52.651 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden field Landroid/graphics/Insets;->top:I (light greylist, linking)

[ 04-09 20:43:52.651 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden field Landroid/graphics/Insets;->bottom:I (light greylist, linking)

[ 04-09 20:43:52.711 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)

[ 04-09 20:43:52.713 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)

[ 04-09 20:43:52.826 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden method Landroid/widget/TextView;->getTextDirectionHeuristic()Landroid/text/TextDirectionHeuristic; (light greylist, linking)

[ 04-09 20:43:52.908 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden method Landroid/widget/PopupWindow;->setEpicenterBounds(Landroid/graphics/Rect;)V (light greylist, linking)

[ 04-09 20:43:52.910 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden method Landroid/widget/PopupWindow;->setClipToScreenEnabled(Z)V (light greylist, reflection)

[ 04-09 20:43:53.665 5964: 5964 W/om.aof.mcinabo ]
Accessing hidden field Lsun/misc/Unsafe;->theUnsafe:Lsun/misc/Unsafe; (light greylist, reflection)

[ 04-09 20:43:53.672 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:43:53.672 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:43:53.693 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:43:53.693 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:43:53.697 5964: 5964 W/System.err ]
java.io.FileNotFoundException: /data/data/com.aof.mcinabox/app_runtime/pack.json (No such file or directory)

[ 04-09 20:43:53.698 5964: 5964 W/System.err ]
at java.io.FileInputStream.open0(Native Method)

[ 04-09 20:43:53.698 5964: 5964 W/System.err ]
at java.io.FileInputStream.open(FileInputStream.java:231)

[ 04-09 20:43:53.698 5964: 5964 W/System.err ]
at java.io.FileInputStream.(FileInputStream.java:165)

[ 04-09 20:43:53.698 5964: 5964 W/System.err ]
at com.aof.mcinabox.launcher.JsonUtils.getPackFromFile(JsonUtils.java:29)

[ 04-09 20:43:53.698 5964: 5964 W/System.err ]
at com.aof.mcinabox.launcher.JsonUtils.getPackFromFile(JsonUtils.java:42)

[ 04-09 20:43:53.698 5964: 5964 W/System.err ]
at com.aof.mcinabox.launcher.JsonUtils.getPackInformation(JsonUtils.java:45)

[ 04-09 20:43:53.698 5964: 5964 W/System.err ]
at com.aof.mcinabox.MainActivity.RefreshRuntimePackInfo(MainActivity.java:1225)

[ 04-09 20:43:53.698 5964: 5964 W/System.err ]
at com.aof.mcinabox.MainActivity.initLauncher(MainActivity.java:1014)

[ 04-09 20:43:53.699 5964: 5964 W/System.err ]
at com.aof.mcinabox.MainActivity.onCreate(MainActivity.java:149)

[ 04-09 20:43:53.699 5964: 5964 W/System.err ]
at android.app.Activity.performCreate(Activity.java:7140)

[ 04-09 20:43:53.699 5964: 5964 W/System.err ]
at android.app.Activity.performCreate(Activity.java:7131)

[ 04-09 20:43:53.699 5964: 5964 W/System.err ]
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1272)

[ 04-09 20:43:53.699 5964: 5964 W/System.err ]
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2894)

[ 04-09 20:43:53.699 5964: 5964 W/System.err ]
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3049)

[ 04-09 20:43:53.699 5964: 5964 W/System.err ]
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)

[ 04-09 20:43:53.699 5964: 5964 W/System.err ]
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)

[ 04-09 20:43:53.699 5964: 5964 W/System.err ]
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)

[ 04-09 20:43:53.700 5964: 5964 W/System.err ]
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1809)

[ 04-09 20:43:53.700 5964: 5964 W/System.err ]
at android.os.Handler.dispatchMessage(Handler.java:106)

[ 04-09 20:43:53.700 5964: 5964 W/System.err ]
at android.os.Looper.loop(Looper.java:193)

[ 04-09 20:43:53.700 5964: 5964 W/System.err ]
at android.app.ActivityThread.main(ActivityThread.java:6692)

[ 04-09 20:43:53.700 5964: 5964 W/System.err ]
at java.lang.reflect.Method.invoke(Native Method)

[ 04-09 20:43:53.700 5964: 5964 W/System.err ]
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)

[ 04-09 20:43:53.700 5964: 5964 W/System.err ]
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

[ 04-09 20:43:53.700 5964: 5964 E/JsonUtils ]
Json File not found.

[ 04-09 20:43:53.741 5964: 5964 D/OpenGLRenderer ]
Skia GL Pipeline

[ 04-09 20:43:53.895 5964: 5974 W/System ]
A resource failed to call close.

[ 04-09 20:43:53.896 5964: 5974 I/chatty ]
uid=10501(com.aof.mcinabox) FinalizerDaemon identical 10 lines

[ 04-09 20:43:54.011 5964: 5997 I/chatty ]
uid=10501(com.aof.mcinabox) RenderThread expire 10 lines

[ 04-09 20:43:54.798 5964: 5964 I/chatty ]
uid=10501(com.aof.mcinabox) expire 77 lines

[ 04-09 20:44:06.246 5964: 5964 I/chatty ]
uid=10501(com.aof.mcinabox) expire 62 lines

[ 04-09 20:44:18.758 5964: 5964 I/chatty ]
uid=10501(com.aof.mcinabox) expire 10 lines

[ 04-09 20:44:30.753 5964: 5964 I/chatty ]
uid=10501(com.aof.mcinabox) expire 18 lines

[ 04-09 20:44:34.331 6058: 6058 I/chatty ]
uid=10501 com.aof.mcinabox:filedownloader expire 4 lines

[ 04-09 20:44:34.972 6058: 6084 I/chatty ]
uid=10501 com.aof.mcinabox:filedownloader expire 2 lines

[ 04-09 20:44:42.805 5964: 5964 I/chatty ]
uid=10501(com.aof.mcinabox) expire 185 lines

[ 04-09 20:44:43.215 5964: 5974 I/chatty ]
uid=10501(com.aof.mcinabox) FinalizerDaemon expire 28 lines

[ 04-09 20:44:54.757 5964: 5964 I/chatty ]
uid=10501(com.aof.mcinabox) expire 10 lines

[ 04-09 20:45:09.753 5964: 5964 I/chatty ]
uid=10501(com.aof.mcinabox) expire 10 lines

[ 04-09 20:45:24.754 5964: 5964 I/chatty ]
uid=10501(com.aof.mcinabox) expire 10 lines

[ 04-09 20:45:39.754 5964: 5964 I/chatty ]
uid=10501(com.aof.mcinabox) expire 11 lines

[ 04-09 20:45:50.188 5964: 5964 I/chatty ]
uid=10501(com.aof.mcinabox) expire 4238 lines

[ 04-09 20:45:50.217 5964: 5992 I/chatty ]
uid=10501(com.aof.mcinabox) Profile Saver expire 2 lines

[ 04-09 20:45:50.288 5964: 5974 I/chatty ]
uid=10501(com.aof.mcinabox) FinalizerDaemon expire 58 lines

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/26/26a12b0f58bbc075d791a88a4c40ea483f5f68aa Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/26/26a12b0f58bbc075d791a88a4c40ea483f5f68aa

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/b2/b273df5c1e0271b2d8b0c65720490f26cc2a7215 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/b2/b273df5c1e0271b2d8b0c65720490f26cc2a7215

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/ce/ce846b4b7b8f6eeca8567e64151b85221ce2bd53 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/ce/ce846b4b7b8f6eeca8567e64151b85221ce2bd53

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/d0/d0a5002e4993e051c0a2621f0ef8b5d2085ecd44 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/d0/d0a5002e4993e051c0a2621f0ef8b5d2085ecd44

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/e0/e0672d288b09996f7c7e1a0ca696de82b7a02d18 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/e0/e0672d288b09996f7c7e1a0ca696de82b7a02d18

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/75/756529ea99c4e259d66b1dd0b945e7d62904e2c8 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/75/756529ea99c4e259d66b1dd0b945e7d62904e2c8

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/79/79bd529dadda8bb541b9ee8994a35b9bd5a8abad Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/79/79bd529dadda8bb541b9ee8994a35b9bd5a8abad

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/d9/d9ea46f172ccb92314c86054b2865a9f78cac07f Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/d9/d9ea46f172ccb92314c86054b2865a9f78cac07f

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/0f/0f58866321e3000bf611fa2820f21e390a004696 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/0f/0f58866321e3000bf611fa2820f21e390a004696

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/6e/6ead5bdd4a06d466959de48dea4e4835f3568942 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/6e/6ead5bdd4a06d466959de48dea4e4835f3568942

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/71/715f8e684d4353f45eaa4e6f0ca82de0b7db71ff Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/71/715f8e684d4353f45eaa4e6f0ca82de0b7db71ff

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/21/21a2e6ab55d2cae46bc0cc5762c2869075f1aded Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/21/21a2e6ab55d2cae46bc0cc5762c2869075f1aded

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/a9/a99000d5d82b75a4c18b44c8579ed1da123fa782 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/a9/a99000d5d82b75a4c18b44c8579ed1da123fa782

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.764 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/4b/4bcc89bcd50c84f794a65ff740a4783b130281d4 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/4b/4bcc89bcd50c84f794a65ff740a4783b130281d4

[ 04-09 20:45:51.764 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/7a/7a0cf32ccf684890a6f9df896b0949fa41765feb Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/7a/7a0cf32ccf684890a6f9df896b0949fa41765feb

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/15/15bf6085c54dba88f19119618f639119f0bc1098 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/15/15bf6085c54dba88f19119618f639119f0bc1098

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/c7/c7d1608c706d75df8f074fd04da027fdbf9ec5c1 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/c7/c7d1608c706d75df8f074fd04da027fdbf9ec5c1

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/74/74f0b9d3c982cd29f648c7c78b9ee3a02b010f8c Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/74/74f0b9d3c982cd29f648c7c78b9ee3a02b010f8c

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/4d/4d270722140425e172a192d4393676b1f65e15d5 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/4d/4d270722140425e172a192d4393676b1f65e15d5

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/8c/8c5427b9b55d9cdc3910e5c608be4c70f83f90ea Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/8c/8c5427b9b55d9cdc3910e5c608be4c70f83f90ea

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/81/810cabb4ba6ff19ea43f413f30473fa1b40743f7 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/81/810cabb4ba6ff19ea43f413f30473fa1b40743f7

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/a1/a116e396d95a0ee245000dd4cdcc333d38ea9e3b Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/a1/a116e396d95a0ee245000dd4cdcc333d38ea9e3b

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/34/34eec70d1a60aba94b92065274fd456a97b1e036 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/34/34eec70d1a60aba94b92065274fd456a97b1e036

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/b9/b923cc0f1e8b5423bcb5607a05b027510b76bef0 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/b9/b923cc0f1e8b5423bcb5607a05b027510b76bef0

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/70/70920699757095700d9c1d3961d65e3eed46422f Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/70/70920699757095700d9c1d3961d65e3eed46422f

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/49/49c71e06621ad56f69e99e0bbb9e82c37b8d8580 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/49/49c71e06621ad56f69e99e0bbb9e82c37b8d8580

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/f0/f0c2628e37f3553d63a93533750006f7feab09f0 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/f0/f0c2628e37f3553d63a93533750006f7feab09f0

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/47/47b90cea6e64d6f5ea8f21ec00a760f2ab16b7b2 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/47/47b90cea6e64d6f5ea8f21ec00a760f2ab16b7b2

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/6e/6ea4e448fbc2a079acb0cf3564273083dadae165 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/6e/6ea4e448fbc2a079acb0cf3564273083dadae165

[ 04-09 20:45:51.765 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.765 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/74/74da65c99aa578486efa7b69983d3533e14c0d6e Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/74/74da65c99aa578486efa7b69983d3533e14c0d6e

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/d9/d9b6703a5dcaaa4c62358d4d7372f8314941e891 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/d9/d9b6703a5dcaaa4c62358d4d7372f8314941e891

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/a8/a868ff0d8269034653657b223b8c9b3a37e6a93c Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/a8/a868ff0d8269034653657b223b8c9b3a37e6a93c

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/73/738bb3c2fab41638ab22dfeede5ddb022c432629 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/73/738bb3c2fab41638ab22dfeede5ddb022c432629

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/c6/c6da4885630fe8f76f42b6930b938b3fbd080757 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/c6/c6da4885630fe8f76f42b6930b938b3fbd080757

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/46/462ab0ff3cf7b2a64b5a35d5e8e07d8e52e52b9b Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/46/462ab0ff3cf7b2a64b5a35d5e8e07d8e52e52b9b

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/d7/d7c9e5cf3d13146c617095b99c376afb560679a4 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/d7/d7c9e5cf3d13146c617095b99c376afb560679a4

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/f2/f23941bd42028d6fac79a142cb913522f05998c2 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/f2/f23941bd42028d6fac79a142cb913522f05998c2

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/ec/eceb70cb374cc410ac23e00fc95ca0404f8a20f4 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/ec/eceb70cb374cc410ac23e00fc95ca0404f8a20f4

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/7b/7be5da6f14c2025672ca5d9e83fa075254647771 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/7b/7be5da6f14c2025672ca5d9e83fa075254647771

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/03/03063be15a77cc3f6815ec98090e351178190b33 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/03/03063be15a77cc3f6815ec98090e351178190b33

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/8c/8cd977493f856e71363b84992e45c774bcd3fa1f Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/8c/8cd977493f856e71363b84992e45c774bcd3fa1f

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/f3/f35e14af35d1d12244dac9e655f4e31d4ef84e1b Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/f3/f35e14af35d1d12244dac9e655f4e31d4ef84e1b

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/60/60f96185109232213115f5d872bb255e8c7a0c81 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/60/60f96185109232213115f5d872bb255e8c7a0c81

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/ef/eff67bee7a4a6be945b2a27242d43a519b1d564d Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/ef/eff67bee7a4a6be945b2a27242d43a519b1d564d

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/10/101164ea1b442a8e1e8ca181d9cef833c57d7be3 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/10/101164ea1b442a8e1e8ca181d9cef833c57d7be3

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/28/281b87984ddf8e94324bc86911a36c971cb3d831 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/28/281b87984ddf8e94324bc86911a36c971cb3d831

[ 04-09 20:45:51.766 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.766 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/71/711db30a0ea786c95247d89a0a34b0043dd16210 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/71/711db30a0ea786c95247d89a0a34b0043dd16210

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/d5/d5b2d34e0c07a6c09c1adb17a15e50a626a88bc1 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/d5/d5b2d34e0c07a6c09c1adb17a15e50a626a88bc1

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/ec/ec88e60f461446217590da0ca3f5b9723aea440a Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/ec/ec88e60f461446217590da0ca3f5b9723aea440a

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/d9/d9a379040a1b2f288664f303e99147dabb1afdf6 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/d9/d9a379040a1b2f288664f303e99147dabb1afdf6

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/10/10b4aeb4a3000d312a50d1a03b6ef685dddc8ec7 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/10/10b4aeb4a3000d312a50d1a03b6ef685dddc8ec7

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/07/072397f08683ce80e7ab2511b19bbc8f4816f125 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/07/072397f08683ce80e7ab2511b19bbc8f4816f125

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/66/66057f99ba11a223e1824ce006b4e2b288b6f895 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/66/66057f99ba11a223e1824ce006b4e2b288b6f895

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/7f/7f2c9a3515287335cdd5429c0cfbf12f8827cbfb Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/7f/7f2c9a3515287335cdd5429c0cfbf12f8827cbfb

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/16/1664efefbd7bc74eaaf000800f5427bfcf2fb6f4 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/16/1664efefbd7bc74eaaf000800f5427bfcf2fb6f4

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/d1/d1eb3d2e39bf1f6289cfcbca44e1c9bb508b20f0 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/d1/d1eb3d2e39bf1f6289cfcbca44e1c9bb508b20f0

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/7b/7bf3553a4fe41a0078f4988a13d6e1ed8663ef4c Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/7b/7bf3553a4fe41a0078f4988a13d6e1ed8663ef4c

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/f7/f78ede81160002fc0561218c7ecd97e91cccab7c Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/f7/f78ede81160002fc0561218c7ecd97e91cccab7c

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/86/86cb1bb0c45625b18e00a64098cd425a38f6d3f2 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/86/86cb1bb0c45625b18e00a64098cd425a38f6d3f2

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/25/2568ad69e8c6b393bc64745ee825c4026a0cc06d Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/25/2568ad69e8c6b393bc64745ee825c4026a0cc06d

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/f9/f99b1795ca65dda4d74d83922fbb3af49bbd752f Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/f9/f99b1795ca65dda4d74d83922fbb3af49bbd752f

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/d0/d0705bc841d94a53fd9153eccf6d24684552799d Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/d0/d0705bc841d94a53fd9153eccf6d24684552799d

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/14/14ce421343b73f7850bccc0805db2d076e5ae1b9 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/14/14ce421343b73f7850bccc0805db2d076e5ae1b9

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/5f/5fd568d724ba7d53911b6cccf5636f859d2662e8 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/5f/5fd568d724ba7d53911b6cccf5636f859d2662e8

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/5c/5c44e7a8da8afddd9220121ba76ec1badebb56c3 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/5c/5c44e7a8da8afddd9220121ba76ec1badebb56c3

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/87/8760ebb9d4b1fe9457ef272324ecd6b4329a593e Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/87/8760ebb9d4b1fe9457ef272324ecd6b4329a593e

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.767 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/54/5494284ad7cedc0047450ebb7185b10692f2fb47 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/54/5494284ad7cedc0047450ebb7185b10692f2fb47

[ 04-09 20:45:51.767 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/5d/5d4fe362c17d084874084c64e9023c346da1c3f7 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/5d/5d4fe362c17d084874084c64e9023c346da1c3f7

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/c4/c41c1251ea09986d766ca45398d220aeeb817e4f Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/c4/c41c1251ea09986d766ca45398d220aeeb817e4f

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/a2/a2cfbea288280419ec0c8fb75d8ee5395536ac02 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/a2/a2cfbea288280419ec0c8fb75d8ee5395536ac02

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/d4/d4f6c468ad9536049023a9680483c4d44088e084 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/d4/d4f6c468ad9536049023a9680483c4d44088e084

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/ac/ac95dc01a3ce7dffb0d55283a1236196b07cf6ee Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/ac/ac95dc01a3ce7dffb0d55283a1236196b07cf6ee

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/4d/4d1d157536fd24989860a8adaa615c6d2dba5c9d Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/4d/4d1d157536fd24989860a8adaa615c6d2dba5c9d

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/cb/cb95637a9d5e9b0cb36a2516f0dfac30fed9d720 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/cb/cb95637a9d5e9b0cb36a2516f0dfac30fed9d720

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/39/39077d824a27e8040b0e1f2b4707d81149830d11 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/39/39077d824a27e8040b0e1f2b4707d81149830d11

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/b0/b0bdac0097af7d17b88f86f4f19767f0a05c12ae Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/b0/b0bdac0097af7d17b88f86f4f19767f0a05c12ae

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/2b/2b73dd8c1b27b629c841fe26b2c633edf3aa64c8 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/2b/2b73dd8c1b27b629c841fe26b2c633edf3aa64c8

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/e9/e96237fdf5e5e1aca09496b9192243651525d0ac Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/e9/e96237fdf5e5e1aca09496b9192243651525d0ac

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/45/45fd4d28cf4ad212c49222f4bb939159f0e2998e Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/45/45fd4d28cf4ad212c49222f4bb939159f0e2998e

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/0b/0b3494602d760cc94c06c501c7651102f6e8eb7c Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/0b/0b3494602d760cc94c06c501c7651102f6e8eb7c

[ 04-09 20:45:51.768 5964: 5964 E/SourceUrl ]
下载源:official 类型:assets

[ 04-09 20:45:51.768 5964: 5964 E/DownloadHelper ]
Url: http://resources.download.minecraft.net/a3/a323a968296882e15c743ccdc8cb8057557ae712 Filepath: /sdcard/MCinaBox/.minecraft/assets/objects/a3/a323a968296882e15c743ccdc8cb8057557ae712

[ 04-09 20:45:52.110 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:45:52.111 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:45:54.773 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:45:54.773 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:45:54.836 5964: 5974 W/System ]
A resource failed to call close.

[ 04-09 20:45:54.837 5964: 5974 W/System ]
A resource failed to call close.

[ 04-09 20:45:57.767 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:45:57.767 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:45:57.992 6058: 6069 I/:filedownloade ]
Background concurrent copying GC freed 64758(2MB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3MB/7MB, paused 6.535ms total 70.251ms

[ 04-09 20:46:00.750 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:00.750 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:03.753 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:03.753 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:06.753 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:06.753 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:09.750 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:09.750 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:12.750 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:12.750 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:15.751 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:15.751 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:18.753 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:18.753 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:21.755 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:21.756 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:24.751 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:24.751 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:27.531 5964: 5974 W/System ]
A resource failed to call close.

[ 04-09 20:46:27.541 5964: 5974 I/chatty ]
uid=10501(com.aof.mcinabox) FinalizerDaemon identical 20 lines

[ 04-09 20:46:27.541 5964: 5974 W/System ]
A resource failed to call close.

[ 04-09 20:46:28.226 5964: 5964 I/Choreographer ]
Skipped 145 frames! The application may be doing too much work on its main thread.

[ 04-09 20:46:28.236 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:28.236 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:28.239 5964: 5997 I/OpenGLRenderer ]
Davey! duration=2436ms; Flags=0, IntendedVsync=117070760780647, Vsync=117073177447217, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=117073184562422, AnimationStart=117073184618203, PerformTraversalsStart=117073185253463, DrawStart=117073185676693, SyncQueued=117073187666068, SyncStart=117073187940130, IssueDrawCommandsStart=117073188515390, SwapBuffers=117073193863411, FrameCompleted=117073197495755, DequeueBufferDuration=521000, QueueBufferDuration=1776000,

[ 04-09 20:46:30.357 5964: 5964 E/StartGameCheck ]
{auth_player_name}

[ 04-09 20:46:30.358 5964: 5964 E/StartGameCheck ]
{version_name}

[ 04-09 20:46:30.359 5964: 5964 E/StartGameCheck ]
{game_directory}

[ 04-09 20:46:30.359 5964: 5964 E/StartGameCheck ]
{assets_root}

[ 04-09 20:46:30.359 5964: 5964 E/StartGameCheck ]
{assets_index_name}

[ 04-09 20:46:30.360 5964: 5964 E/StartGameCheck ]
{auth_uuid}

[ 04-09 20:46:30.360 5964: 5964 E/StartGameCheck ]
{auth_access_token}

[ 04-09 20:46:30.360 5964: 5964 E/StartGameCheck ]
{user_type}

[ 04-09 20:46:30.360 5964: 5964 E/StartGameCheck ]
{version_type}

[ 04-09 20:46:30.361 5964: 5964 E/StartGameCheck ]
{window_width}

[ 04-09 20:46:30.361 5964: 5964 E/StartGameCheck ]
{window_height}

[ 04-09 20:46:30.362 5964: 5964 E/StartGame ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/bin/java

[ 04-09 20:46:30.362 5964: 5964 E/StartGame ]
-client

[ 04-09 20:46:30.362 5964: 5964 E/StartGame ]
-Xmx256m

[ 04-09 20:46:30.362 5964: 5964 E/StartGame ]
-Xms128m

[ 04-09 20:46:30.362 5964: 5964 E/StartGame ]
-Djava.library.path=/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/jli:/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32:/data/data/com.aof.mcinabox/app_runtime/lwjgl3:/data/data/com.aof.mcinabox/app_runtime

[ 04-09 20:46:30.362 5964: 5964 E/StartGame ]
-Dorg.lwjgl.util.Debug=true

[ 04-09 20:46:30.362 5964: 5964 E/StartGame ]
-Dorg.lwjgl.util.DebugLoader=true

[ 04-09 20:46:30.362 5964: 5964 E/StartGame ]
-cp

[ 04-09 20:46:30.363 5964: 5964 E/StartGame ]
/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-jemalloc.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-tinyfd.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-opengl.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-openal.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-glfw.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-stb.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/patchy/1.1/patchy-1.1.jar:/sdcard/MCinaBox/.minecraft/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar:/sdcard/MCinaBox/.minecraft/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar:/sdcard/MCinaBox/.minecraft/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar:/sdcard/MCinaBox/.minecraft/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar:/sdcard/MCinaBox/.minecraft/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar:/sdcard/MCinaBox/.minecraft/libraries/io/netty/netty-all/4.1.25.Final/netty-all-4.1.25.Final.jar:/sdcard/MCinaBox/.minecraft/libraries/com/google/guava/guava/21.0/guava-21.0.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar:/sdcard/MCinaBox/.minecraft/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar:/sdcard/MCinaBox/.minecraft/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar:/sdcard/MCinaBox/.minecraft/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar:/sdcard/MCinaBox/.minecraft/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/datafixerupper/2.0.24/datafixerupper-2.0.24.jar:/sdcard/MCinaBox/.minecraft/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar:/sdcard/MCinaBox/.minecraft/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar:/sdcard/MCinaBox/.minecraft/libraries/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar:/sdcard/MCinaBox/.minecraft/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar:/sdcard/MCinaBox/.minecraft/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar:/sdcard/MCinaBox/.minecraft/versions/1.15.2/1.15.2.jar

[ 04-09 20:46:30.364 5964: 5964 E/StartGame ]
net.minecraft.client.main.Main

[ 04-09 20:46:30.365 5964: 5964 E/StartGame ]
--username

[ 04-09 20:46:30.365 5964: 5964 E/StartGame ]
gotario

[ 04-09 20:46:30.365 5964: 5964 E/StartGame ]
--version

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
"MCinaBox-0.1.2"

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
--gameDir

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
/sdcard/MCinaBox/.minecraft/

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
--assetsDir

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
/sdcard/MCinaBox/.minecraft/assets/

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
--assetIndex

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
1.15

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
--uuid

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
af16483a-28e6-362f-a69a-9ac725343e11

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
--accessToken

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
0

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
--userType

[ 04-09 20:46:30.366 5964: 5964 E/StartGame ]
mojang

[ 04-09 20:46:30.367 5964: 5964 E/StartGame ]
--versionType

[ 04-09 20:46:30.367 5964: 5964 E/StartGame ]
release

[ 04-09 20:46:30.367 5964: 5964 E/StartGame ]
--width

[ 04-09 20:46:30.367 5964: 5964 E/StartGame ]
2048

[ 04-09 20:46:30.367 5964: 5964 E/StartGame ]
--height

[ 04-09 20:46:30.367 5964: 5964 E/StartGame ]
1080

[ 04-09 20:46:30.367 5964: 5964 E/StartGame ]

[ 04-09 20:46:30.534 5964: 5964 W/ActivityThread ]
handleWindowVisibility: no activity for token android.os.BinderProxy@ab3e8a2

[ 04-09 20:46:30.582 5964: 5964 I/System.out ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/bin/java -client -Xmx256m -Xms128m -Djava.library.path=/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/jli:/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32:/data/data/com.aof.mcinabox/app_runtime/lwjgl3:/data/data/com.aof.mcinabox/app_runtime -Dorg.lwjgl.util.Debug=true -Dorg.lwjgl.util.DebugLoader=true -cp /data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-jemalloc.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-tinyfd.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-opengl.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-openal.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-glfw.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl-stb.jar:/data/data/com.aof.mcinabox/app_runtime/lwjgl3/lwjgl.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/patchy/1.1/patchy-1.1.jar:/sdcard/MCinaBox/.minecraft/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar:/sdcard/MCinaBox/.minecraft/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar:/sdcard/MCinaBox/.minecraft/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar:/sdcard/MCinaBox/.minecraft/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar:/sdcard/MCinaBox/.minecraft/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar:/sdcard/MCinaBox/.minecraft/libraries/io/netty/netty-all/4.1.25.Final/netty-all-4.1.25.Final.jar:/sdcard/MCinaBox/.minecraft/libraries/com/google/guava/guava/21.0/guava-21.0.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar:/sdcard/MCinaBox/.minecraft/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar:/sdcard/MCinaBox/.minecraft/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar:/sdcard/MCinaBox/.minecraft/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar:/sdcard/MCinaBox/.minecraft/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/datafixerupper/2.0.24/datafixerupper-2.0.24.jar:/sdcard/MCinaBox/.minecraft/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar:/sdcard/MCinaBox/.minecraft/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar:/sdcard/MCinaBox/.minecraft/libraries/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar:/sdcard/MCinaBox/.minecraft/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar:/sdcard/MCinaBox/.minecraft/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar:/sdcard/MCinaBox/.minecraft/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar:/sdcard/MCinaBox/.minecraft/libraries/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar:/sdcard/MCinaBox/.minecraft/versions/1.15.2/1.15.2.jar net.minecraft.client.main.Main --username gotario --version "MCinaBox-0.1.2" --gameDir /sdcard/MCinaBox/.minecraft/ --assetsDir /sdcard/MCinaBox/.minecraft/assets/ --assetIndex 1.15 --uuid af16483a-28e6-362f-a69a-9ac725343e11 --accessToken 0 --userType mojang --versionType release --width 2048 --height 1080 Crash report: /sdcard/MCinaBox/BoatApp/crash.txt

[ 04-09 20:46:30.593 5964: 5964 I/System.out ]
NDCrash: OK

[ 04-09 20:46:30.609 6290: 6290 I/x:logcatproces ]
Late-enabling -Xcheck:jni

[ 04-09 20:46:30.634 6295: 6295 I/x:reportproces ]
Late-enabling -Xcheck:jni

[ 04-09 20:46:30.795 5964: 5964 W/ActivityThread ]
handleWindowVisibility: no activity for token android.os.BinderProxy@fcc1f09

[ 04-09 20:46:30.831 6290: 6290 I/x:logcatproces ]
The ClassLoaderContext is a special shared library.

[ 04-09 20:46:30.842 6295: 6295 I/x:reportproces ]
The ClassLoaderContext is a special shared library.

[ 04-09 20:46:31.023 6290: 6290 E/libsigchain ]
Warning: Unexpected sigaction action found 0xea1ec4a5

[ 04-09 20:46:31.024 6290: 6290 I/Perf ]
Connecting to perf service.

[ 04-09 20:46:31.029 6295: 6295 E/libsigchain ]
Warning: Unexpected sigaction action found 0xea1ec4a5

[ 04-09 20:46:31.032 6295: 6295 I/Perf ]
Connecting to perf service.

[ 04-09 20:46:31.066 6295: 6295 I/JNDCRASH ]
Out-of-process unwinding daemon is started with unwinder: libcorkscrew report path: /sdcard/MCinaBox/BoatApp/crash.txt

[ 04-09 20:46:31.071 6295: 6337 I/NDCRASH ]
Daemon is successfuly started, accepting connections...

[ 04-09 20:46:31.143 5964: 5964 E/InitFromFile ]
/sdcard/Android/data/com.aof.mcinabox/files/MCinaBox/keyboard/test.json

[ 04-09 20:46:31.148 5964: 5964 E/GLFW_KeyTool ]
长度 5 首项S

[ 04-09 20:46:31.149 5964: 5964 E/GLFW_KeyTool ]
长度 5 首项S

[ 04-09 20:46:31.150 5964: 5964 E/GLFW_KeyTool ]
长度 1 首项E

[ 04-09 20:46:31.152 5964: 5964 E/GLFW_KeyTool ]
长度 1 首项T

[ 04-09 20:46:31.153 5964: 5964 E/GLFW_KeyTool ]
长度 2 首项F

[ 04-09 20:46:31.154 5964: 5964 E/GLFW_KeyTool ]
长度 3 首项E

[ 04-09 20:46:31.178 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:31.178 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:31.195 5964: 5964 I/System.out ]
Surface is created!

[ 04-09 20:46:31.199 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libfreetype.so : dlopen failed: library "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libfreetype.so" not found

[ 04-09 20:46:31.204 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/jli/libjli.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)

[ 04-09 20:46:31.205 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/jli/libjli.so : loaded shared library.

[ 04-09 20:46:31.208 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/client/libjvm.so : loaded shared library.

[ 04-09 20:46:31.210 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libverify.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)

[ 04-09 20:46:31.212 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libverify.so : loaded shared library.

[ 04-09 20:46:31.213 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libjava.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)

[ 04-09 20:46:31.215 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libjava.so : loaded shared library.

[ 04-09 20:46:31.215 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libnet.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)

[ 04-09 20:46:31.216 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libnet.so : loaded shared library.

[ 04-09 20:46:31.217 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libnio.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)

[ 04-09 20:46:31.217 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libnio.so : loaded shared library.

[ 04-09 20:46:31.218 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libawt.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)

[ 04-09 20:46:31.219 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libawt.so : loaded shared library.

[ 04-09 20:46:31.220 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libawt_headless.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)

[ 04-09 20:46:31.220 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libawt_headless.so : loaded shared library.

[ 04-09 20:46:31.222 5964: 6340 E/BoatServer ]
Server initialized!

[ 04-09 20:46:31.222 5964: 6340 E/Boat ]
libserve3.so : loaded shared library.

[ 04-09 20:46:31.228 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/libopenal.so.1 : loaded shared library.

[ 04-09 20:46:31.252 5964: 6340 I/Adreno ]
ERROR: Invalid #version

[ 04-09 20:46:31.252 5964: 6340 I/Adreno ]
INTERNAL ERROR: no main() function!
ERROR: 0 compilation errors. No code generated.

[ 04-09 20:46:31.253 5964: 6340 I/Adreno ]
INTERNAL ERROR: no main() function!
ERROR: 0 compilation errors. No code generated.

[ 04-09 20:46:31.255 5964: 6340 E/libEGL ]
call to OpenGL ES API with no current context (logged once per thread)

[ 04-09 20:46:31.255 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/libGL.so.1 : loaded shared library.

[ 04-09 20:46:31.257 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/lwjgl3/libglfw.so : loaded shared library.

[ 04-09 20:46:31.258 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl_stb.so" has no DT_SONAME (will use liblwjgl_stb.so instead) and will not work when the app moves to API level 23 or later (https://android.googlesource.com/platform/bionic/+/master/missing-soname-enforced-for-api-level-23) (allowing for now because this app's target API level is still 21)

[ 04-09 20:46:31.258 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl_stb.so : loaded shared library.

[ 04-09 20:46:31.259 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl_tinyfd.so" has no DT_SONAME (will use liblwjgl_tinyfd.so instead) and will not work when the app moves to API level 23 or later (https://android.googlesource.com/platform/bionic/+/master/missing-soname-enforced-for-api-level-23) (allowing for now because this app's target API level is still 21)

[ 04-09 20:46:31.260 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl_tinyfd.so : loaded shared library.

[ 04-09 20:46:31.261 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl_opengl.so" has no DT_SONAME (will use liblwjgl_opengl.so instead) and will not work when the app moves to API level 23 or later (https://android.googlesource.com/platform/bionic/+/master/missing-soname-enforced-for-api-level-23) (allowing for now because this app's target API level is still 21)

[ 04-09 20:46:31.261 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl_opengl.so : loaded shared library.

[ 04-09 20:46:31.262 5964: 6340 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl.so" has no DT_SONAME (will use liblwjgl.so instead) and will not work when the app moves to API level 23 or later (https://android.googlesource.com/platform/bionic/+/master/missing-soname-enforced-for-api-level-23) (allowing for now because this app's target API level is still 21)

[ 04-09 20:46:31.263 5964: 6340 E/Boat ]
/data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl.so : loaded shared library.

[ 04-09 20:46:31.298 5964: 6341 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libzip.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)

[ 04-09 20:46:32.327 5964: 6341 W/linker ]
Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libmanagement.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)

[ 04-09 20:46:33.749 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:33.749 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:36.747 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:36.747 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:39.752 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:39.752 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:42.753 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:42.753 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:45.751 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:45.751 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:48.756 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:48.756 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:51.755 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:51.755 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:54.753 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:54.753 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:46:57.755 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:46:57.755 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:00.757 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:00.757 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:00.954 5964: 5974 W/System ]
A resource failed to call close.

[ 04-09 20:47:00.954 5964: 5976 I/om.aof.mcinabo ]
Background concurrent copying GC freed 64991(3MB) AllocSpace objects, 19(372KB) LOS objects, 49% free, 6MB/12MB, paused 248us total 201.468ms

[ 04-09 20:47:00.954 5964: 5974 W/System ]
A resource failed to call close.

[ 04-09 20:47:00.999 5964: 5974 I/chatty ]
uid=10501(com.aof.mcinabox) FinalizerDaemon identical 23 lines

[ 04-09 20:47:01.006 5964: 5974 W/System ]
A resource failed to call close.

[ 04-09 20:47:03.752 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:03.752 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:06.753 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:06.754 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:09.765 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:09.765 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:12.762 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:12.763 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:15.758 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:15.758 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:18.778 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:18.778 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:21.758 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:21.759 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:24.757 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:24.757 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:27.765 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:27.765 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:30.760 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:30.760 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:33.757 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:33.757 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:36.757 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:36.758 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:39.756 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:39.757 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:42.757 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:42.757 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:45.759 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:45.759 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:48.757 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:48.757 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:49.749 5964: 6341 D/openal ]
AL lib: alc_initconfig: Initializing library v1.19.1-unknown UNKNOWN

[ 04-09 20:47:49.749 5964: 6341 D/openal ]
AL lib: alc_initconfig: Supported backends: opensl, null, wave

[ 04-09 20:47:49.754 5964: 6341 D/openal ]
AL lib: ReadALConfig: Loading config /etc/openal/alsoft.conf...

[ 04-09 20:47:49.754 5964: 6341 D/openal ]
AL lib: ReadALConfig: Loading config /etc/xdg/alsoft.conf...

[ 04-09 20:47:49.754 5964: 6341 D/openal ]
AL lib: ReadALConfig: Loading config /sdcard/MCinaBox/.alsoftrc...

[ 04-09 20:47:49.755 5964: 6341 D/openal ]
AL lib: ReadALConfig: Loading config /sdcard/MCinaBox/.config/alsoft.conf...

[ 04-09 20:47:49.755 5964: 6341 D/openal ]
AL lib: GetProcBinary: Got path: /system/bin

[ 04-09 20:47:49.755 5964: 6341 D/openal ]
AL lib: ReadALConfig: Loading config /system/bin/alsoft.conf...

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key disable-cpu-exts not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: FillCPUCaps: Extensions: -none-

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key rt-prio not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key resampler not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key trap-al-error not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key trap-alc-error not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key reverb/boost not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key drivers not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: alc_initconfig: Initialized backend "opensl"

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: alc_initconfig: Added "opensl" for playback

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: alc_initconfig: Added "opensl" for capture

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key excludefx not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key default-reverb not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key channels not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key sample-type not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key frequency not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key periods not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key period_size not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key sources not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key slots not found

[ 04-09 20:47:49.759 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key sends not found

[ 04-09 20:47:49.783 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key ambi-format not found

[ 04-09 20:47:49.783 5964: 6341 D/openal ]
AL lib: alcOpenDevice: Created device 0xade1c000, "OpenSL"

[ 04-09 20:47:49.791 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key hrtf not found

[ 04-09 20:47:49.791 5964: 6341 D/openal ]
AL lib: UpdateDeviceParams: Pre-reset: Stereo, Float, 44100hz, 1024 update size x3

[ 04-09 20:47:49.803 5964: 6341 D/ ]
PlayerBase::PlayerBase()

[ 04-09 20:47:49.804 5964: 6341 D/ ]
TrackPlayerBase::TrackPlayerBase()

[ 04-09 20:47:49.804 5964: 6341 I/libOpenSLES ]
Emulating old channel mask behavior (ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)

[ 04-09 20:47:49.826 5964: 6341 W/AudioTrack ]
AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 1772

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: UpdateDeviceParams: Post-reset: Stereo, Signed Short, 44100hz, 1024 update size x3

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key stereo-mode not found

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: aluInitRenderer: HRTF disabled

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key cf_level not found

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: aluInitRenderer: BS2B disabled

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key stereo-encoding not found

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: aluInitRenderer: UHJ disabled

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: UpdateDeviceParams: Channel config, Dry: 2, FOA: 0, Real: 0

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: UpdateDeviceParams: Allocating 2 channels, 16384 bytes

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: UpdateDeviceParams: Max sources: 256 (255 + 1), effect slots: 64, sends: 2

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key dither not found

[ 04-09 20:47:49.836 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key dither-depth not found

[ 04-09 20:47:49.837 5964: 6341 D/openal ]
AL lib: UpdateDeviceParams: Dithering enabled (16-bit, 32768)

[ 04-09 20:47:49.837 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key output-limiter not found

[ 04-09 20:47:49.837 5964: 6341 D/openal ]
AL lib: UpdateDeviceParams: Output limiter enabled

[ 04-09 20:47:49.837 5964: 6341 D/openal ]
AL lib: UpdateDeviceParams: Fixed device latency: 997732ns

[ 04-09 20:47:49.932 5964: 6341 D/openal ]
AL lib: GetConfigValue: Key volume-adjust not found

[ 04-09 20:47:49.932 5964: 6341 D/openal ]
AL lib: alcCreateContext: Created context 0xc7812080

[ 04-09 20:47:51.755 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:51.755 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:54.767 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:54.767 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:47:57.757 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:47:57.757 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:48:00.198 5964: 5964 W/om.aof.mcinabo ]
Verification of void cosine.boat.version3.BoatInputEventSender.setCursorMode(int) took 109.664ms

[ 04-09 20:48:00.203 5964: 5964 E/libsigchain ]
Warning: Unexpected sigaction action found 0xc4960615

[ 04-09 20:48:00.756 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:48:00.756 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:48:03.757 5964: 5964 E/初始化 ]
文件存在

[ 04-09 20:48:03.757 5964: 5964 E/初始化 ]
设置载入成功

[ 04-09 20:48:06.929 7017: 7017 I/om.aof.mcinabo ]
Late-enabling -Xcheck:jni

[ 04-09 20:48:07.065 7017: 7017 I/om.aof.mcinabo ]
The ClassLoaderContext is a special shared library.

[ 04-09 20:48:07.301 7017: 7017 E/libsigchain ]
Warning: Unexpected sigaction action found 0xea1ec4a5

[ 04-09 20:48:07.302 7017: 7017 I/Perf ]
Connecting to perf service.

[ 04-09 20:48:07.444 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden method Landroid/graphics/drawable/Drawable;->getOpticalInsets()Landroid/graphics/Insets; (light greylist, linking)

[ 04-09 20:48:07.444 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden field Landroid/graphics/Insets;->left:I (light greylist, linking)

[ 04-09 20:48:07.445 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden field Landroid/graphics/Insets;->right:I (light greylist, linking)

[ 04-09 20:48:07.445 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden field Landroid/graphics/Insets;->top:I (light greylist, linking)

[ 04-09 20:48:07.445 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden field Landroid/graphics/Insets;->bottom:I (light greylist, linking)

[ 04-09 20:48:07.530 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)

[ 04-09 20:48:07.532 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)

[ 04-09 20:48:07.683 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden method Landroid/widget/TextView;->getTextDirectionHeuristic()Landroid/text/TextDirectionHeuristic; (light greylist, linking)

[ 04-09 20:48:07.768 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden method Landroid/widget/PopupWindow;->setEpicenterBounds(Landroid/graphics/Rect;)V (light greylist, linking)

[ 04-09 20:48:07.770 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden method Landroid/widget/PopupWindow;->setClipToScreenEnabled(Z)V (light greylist, reflection)

[ 04-09 20:48:08.575 7017: 7017 W/om.aof.mcinabo ]
Accessing hidden field Lsun/misc/Unsafe;->theUnsafe:Lsun/misc/Unsafe; (light greylist, reflection)

[ 04-09 20:48:08.582 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:08.582 7017: 7017 E/初始化 ]
设置载入成功

[ 04-09 20:48:08.605 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:08.605 7017: 7017 E/初始化 ]
设置载入成功

[ 04-09 20:48:08.687 7017: 7017 D/OpenGLRenderer ]
Skia GL Pipeline

[ 04-09 20:48:09.031 7017: 7041 I/Adreno ]
QUALCOMM build : 9128d71, Ib33d3e8e13
Build Date : 11/02/18
OpenGL ES Shader Compiler Version: EV031.25.03.01
Local Branch :
Remote Branch :
Remote Branch :
Reconstruct Branch :

[ 04-09 20:48:09.031 7017: 7041 I/Adreno ]
Build Config : S L 6.0.7 AArch32

[ 04-09 20:48:09.079 7017: 7041 I/Adreno ]
PFP: 0x005ff112, ME: 0x005ff066

[ 04-09 20:48:09.101 7017: 7041 I/ConfigStore ]
android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0

[ 04-09 20:48:09.101 7017: 7041 I/ConfigStore ]
android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0

[ 04-09 20:48:09.102 7017: 7041 I/OpenGLRenderer ]
Initialized EGL, version 1.4

[ 04-09 20:48:09.102 7017: 7041 D/OpenGLRenderer ]
Swap behavior 2

[ 04-09 20:48:09.746 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:09.747 7017: 7017 E/初始化 ]
设置载入成功

[ 04-09 20:48:11.632 7017: 7026 W/System ]
A resource failed to call close.

[ 04-09 20:48:11.635 7017: 7026 I/chatty ]
uid=10501(com.aof.mcinabox) FinalizerDaemon identical 5 lines

[ 04-09 20:48:11.635 7017: 7026 W/System ]
A resource failed to call close.

[ 04-09 20:48:12.727 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:12.727 7017: 7017 E/初始化 ]
设置载入成功

[ 04-09 20:48:15.750 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:15.750 7017: 7017 E/初始化 ]
设置载入成功

[ 04-09 20:48:16.279 7017: 7026 W/System ]
A resource failed to call close.

[ 04-09 20:48:16.280 7017: 7026 I/chatty ]
uid=10501(com.aof.mcinabox) FinalizerDaemon identical 2 lines

[ 04-09 20:48:16.280 7017: 7026 W/System ]
A resource failed to call close.

[ 04-09 20:48:18.746 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:18.746 7017: 7017 E/初始化 ]
设置载入成功

[ 04-09 20:48:21.789 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:21.789 7017: 7017 E/初始化 ]
设置载入成功

[ 04-09 20:48:24.832 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:24.832 7017: 7017 E/初始化 ]
设置载入成功

[ 04-09 20:48:27.862 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:27.863 7017: 7017 E/初始化 ]
设置载入成功

[ 04-09 20:48:30.882 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:30.882 7017: 7017 E/初始化 ]
设置载入成功

[ 04-09 20:48:33.918 7017: 7017 E/初始化 ]
文件存在

[ 04-09 20:48:33.919 7017: 7017 E/初始化 ]
设置载入成功

from mcinabox.

longjunyu2 avatar longjunyu2 commented on August 26, 2024

QAQ, some logs cannot be captured by logcat.
Please provide boat_output.txt or crash-reports of minecraft

from mcinabox.

gabbosta avatar gabbosta commented on August 26, 2024

WARNING: linker: Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libzip.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)
WARNING: linker: Warning: "/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/libmanagement.so" has unsupported flags DT_FLAGS_1=0x81 (ignoring unsupported flags)
Completely ignored arguments: []
[23:46:34] [Render thread/INFO]: Setting user: gotario
[LWJGL] [23:46:43] [Render thread/INFO]: [STDERR]: Version: 3.2.4 SNAPSHOT
[LWJGL] [23:46:43] [Render thread/INFO]: [STDERR]: OS: Linux v4.4.153-perf+
[LWJGL] [23:46:43] [Render thread/INFO]: [STDERR]: JRE: 1.8.0-internal arm
[LWJGL] [23:46:43] [Render thread/INFO]: [STDERR]: JVM: OpenJDK Client VM v25.71-b00 by Oracle Corporation
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: Loading JNI library: lwjgl
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: Module: org.lwjgl
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: boat/arm32/org/lwjgl/liblwjgl.so not found in java.library.path=/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/jli:/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32:/data/data/com.aof.mcinabox/app_runtime/lwjgl3:/data/data/com.aof.mcinabox/app_runtime
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: Loaded from java.library.path: /data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl.so
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: Loading library: glfw
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.glfw
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: Loaded from java.library.path: /data/data/com.aof.mcinabox/app_runtime/lwjgl3/libglfw.so
[23:46:44] [Render thread/INFO]: Backend library: LWJGL version 3.2.4 SNAPSHOT
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: Loading library: jemalloc
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.jemalloc
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: libjemalloc.so not found in java.library.path=/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/jli:/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32:/data/data/com.aof.mcinabox/app_runtime/lwjgl3:/data/data/com.aof.mcinabox/app_runtime
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: libjemalloc.so not found in system paths
[23:46:44] [Render thread/INFO]: [STDERR]: [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] [23:46:44] [Render thread/INFO]: [STDERR]: Warning: Failed to instantiate memory allocator: org.lwjgl.system.jemalloc.JEmallocAllocator. Using the system default.
[LWJGL] [23:46:44] [Render thread/INFO]: [STDERR]: MemoryUtil allocator: StdlibAllocator
[LWJGL] [23:46:45] [Render thread/INFO]: [STDERR]: Loading JNI library: lwjgl_opengl
[LWJGL] [23:46:45] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.opengl
[LWJGL] [23:46:45] [Render thread/INFO]: [STDERR]: boat/arm32/org/lwjgl/opengl/liblwjgl_opengl.so not found in java.library.path=/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/jli:/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32:/data/data/com.aof.mcinabox/app_runtime/lwjgl3:/data/data/com.aof.mcinabox/app_runtime
[LWJGL] [23:46:45] [Render thread/INFO]: [STDERR]: Loaded from java.library.path: /data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl_opengl.so
[LWJGL] [23:46:45] [Render thread/INFO]: [STDERR]: Loading library: libGL.so.1
[LWJGL] [23:46:45] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.opengl
[LWJGL] [23:46:45] [Render thread/INFO]: [STDERR]: Loaded from system paths
[LWJGL] [23:46:45] [Render thread/INFO]: [STDERR]: [GL] GL_ARB_get_program_binary was reported as available but an entry point is missing.
[23:46:46] [Render thread/ERROR]: Couldn't set icon
java.io.FileNotFoundException: icons/icon_16x16.png
at yh.a(SourceFile:89) ~[1.15.2.jar:?]
at dbn.(SourceFile:420) [1.15.2.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:166) [1.15.2.jar:?]
[LWJGL] [23:46:46] [Render thread/INFO]: [STDERR]: Loading JNI library: lwjgl_stb
[LWJGL] [23:46:46] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.stb
[LWJGL] [23:46:46] [Render thread/INFO]: [STDERR]: boat/arm32/org/lwjgl/stb/liblwjgl_stb.so not found in java.library.path=/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32/jli:/data/data/com.aof.mcinabox/app_runtime/j2re-image/lib/aarch32:/data/data/com.aof.mcinabox/app_runtime/lwjgl3:/data/data/com.aof.mcinabox/app_runtime
[LWJGL] [23:46:46] [Render thread/INFO]: [STDERR]: Loaded from java.library.path: /data/data/com.aof.mcinabox/app_runtime/lwjgl3/liblwjgl_stb.so
[23:46:49] [Render thread/INFO]: [STDERR]: JNA Warning: IOException removing temporary files: JNA temporary directory '/tmp' does not exist
[23:46:49] [Render thread/WARN]: ERROR : Couldn't load Narrator library : Failed to create temporary file for /com/sun/jna/linux-armel/libjnidispatch.so library: JNA temporary directory '/tmp' does not exist
[23:46:49] [Render thread/INFO]: Reloading ResourceManager: Default
[23:46:51] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ambient.cave
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ambient.underwater.enter
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ambient.underwater.exit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ambient.underwater.loop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ambient.underwater.loop.additions
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ambient.underwater.loop.additions.rare
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ambient.underwater.loop.additions.ultra_rare
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.anvil.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.anvil.destroy
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.anvil.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.anvil.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.anvil.land
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.anvil.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.anvil.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.anvil.use
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.armor.equip_chain
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.armor.equip_diamond
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.armor.equip_elytra
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.armor.equip_generic
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.armor.equip_gold
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.armor.equip_iron
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.armor.equip_leather
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.armor.equip_turtle
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.armor_stand.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.armor_stand.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.armor_stand.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.armor_stand.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.arrow.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.arrow.hit_player
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.arrow.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.axe.strip
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bamboo.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bamboo.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bamboo.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bamboo.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bamboo.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bamboo_sapling.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bamboo_sapling.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bamboo_sapling.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.barrel.close
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.barrel.open
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bat.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bat.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bat.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bat.loop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bat.takeoff
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.beacon.activate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.beacon.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.beacon.deactivate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.beacon.power_select
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bee.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bee.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bee.loop_aggressive
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bee.loop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bee.sting
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.bee.pollinate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.beehive.drip
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.beehive.enter
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.beehive.exit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.beehive.shear
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.beehive.work
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bell.use
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bell.resonate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.blaze.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.blaze.burn
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.blaze.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.blaze.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.blaze.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.boat.paddle_land
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.boat.paddle_water
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.book.page_turn
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.book.put
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fishing_bobber.retrieve
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fishing_bobber.splash
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fishing_bobber.throw
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.blastfurnace.fire_crackle
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.bottle.empty
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.bottle.fill
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.bottle.fill_dragonbreath
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.brewing_stand.brew
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bubble_column.bubble_pop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bubble_column.upwards_ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bubble_column.upwards_inside
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bubble_column.whirlpool_ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.bubble_column.whirlpool_inside
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.bucket.empty
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.bucket.empty_fish
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.bucket.empty_lava
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.bucket.fill
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.bucket.fill_fish
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.bucket.fill_lava
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.campfire.crackle
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cat.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cat.stray_ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cat.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cat.eat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cat.hiss
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cat.beg_for_food
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cat.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cat.purr
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cat.purreow
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.chest.close
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.chest.locked
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.chest.open
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.chicken.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.chicken.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.chicken.egg
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.chicken.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.chicken.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.chorus_flower.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.chorus_flower.grow
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.chorus_fruit.teleport
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wool.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wool.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wool.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wool.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wool.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cod.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cod.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cod.flop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cod.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.comparator.click
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.composter.empty
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.composter.fill
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.composter.fill_success
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.composter.ready
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.conduit.activate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.conduit.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.conduit.ambient.short
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.conduit.attack.target
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.conduit.deactivate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cow.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cow.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cow.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cow.milk
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.cow.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.creeper.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.creeper.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.creeper.primed
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.crop.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.crop.plant
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.crossbow.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.crossbow.loading_end
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.crossbow.loading_middle
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.crossbow.loading_start
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.crossbow.quick_charge_1
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.crossbow.quick_charge_2
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.crossbow.quick_charge_3
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.crossbow.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.dispenser.dispense
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.dispenser.fail
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.dispenser.launch
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dolphin.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dolphin.ambient_water
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dolphin.attack
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dolphin.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dolphin.eat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dolphin.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dolphin.jump
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dolphin.play
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dolphin.splash
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dolphin.swim
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.donkey.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.donkey.angry
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.donkey.chest
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.donkey.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.donkey.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.drowned.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.drowned.ambient_water
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.drowned.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.drowned.death_water
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.drowned.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.drowned.hurt_water
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.drowned.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.drowned.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.drowned.swim
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.egg.throw
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.ambient_land
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.curse
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.death_land
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.flop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.elder_guardian.hurt_land
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.elytra.flying
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.enchantment_table.use
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.ender_chest.close
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.ender_chest.open
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ender_dragon.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ender_dragon.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.dragon_fireball.explode
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ender_dragon.flap
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ender_dragon.growl
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ender_dragon.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ender_dragon.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ender_eye.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ender_eye.launch
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.enderman.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.enderman.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.enderman.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.enderman.scream
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.enderman.stare
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.enderman.teleport
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.endermite.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.endermite.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.endermite.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.endermite.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ender_pearl.throw
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.end_gateway.spawn
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.end_portal_frame.fill
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.end_portal.spawn
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.evoker.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.evoker.cast_spell
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.evoker.celebrate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.evoker.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.evoker_fangs.attack
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.evoker.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.evoker.prepare_attack
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.evoker.prepare_summon
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.evoker.prepare_wololo
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.experience_bottle.throw
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.experience_orb.pickup
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.fence_gate.close
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.fence_gate.open
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.firecharge.use
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.firework_rocket.blast
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.firework_rocket.blast_far
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.firework_rocket.large_blast
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.firework_rocket.large_blast_far
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.firework_rocket.launch
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.firework_rocket.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.firework_rocket.twinkle
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.firework_rocket.twinkle_far
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.fire.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.fire.extinguish
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fish.swim
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.flintandsteel.use
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fox.aggro
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fox.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fox.bite
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fox.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fox.eat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fox.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fox.screech
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fox.sleep
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fox.sniff
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.fox.spit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.furnace.fire_crackle
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.big_fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.burn
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.drink
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.eat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.explode
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.extinguish_fire
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.small_fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.splash
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.generic.swim
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ghast.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ghast.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ghast.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ghast.scream
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ghast.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ghast.warn
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.glass.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.glass.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.glass.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.glass.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.glass.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.grass.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.grass.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.grass.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.grass.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.grass.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wet_grass.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wet_grass.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wet_grass.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wet_grass.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wet_grass.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.coral_block.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.coral_block.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.coral_block.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.coral_block.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.coral_block.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.gravel.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.gravel.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.gravel.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.gravel.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.gravel.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.grindstone.use
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.guardian.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.guardian.ambient_land
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.guardian.attack
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.guardian.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.guardian.death_land
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.guardian.flop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.guardian.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.guardian.hurt_land
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.hoe.till
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.honey_block.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.honey_block.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.honey_block.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.honey_block.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.honey_block.slide
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.honey_block.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.honey_bottle.drink
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.angry
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.armor
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.breathe
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.eat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.gallop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.jump
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.land
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.saddle
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.horse.step_wood
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.hostile.big_fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.hostile.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.hostile.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.hostile.small_fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.hostile.splash
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.hostile.swim
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.husk.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.husk.converted_to_zombie
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.husk.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.husk.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.husk.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ravager.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ravager.attack
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ravager.celebrate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ravager.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ravager.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ravager.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ravager.stunned
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ravager.roar
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.illusioner.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.illusioner.cast_spell
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.illusioner.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.illusioner.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.illusioner.mirror_move
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.illusioner.prepare_blindness
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.illusioner.prepare_mirror
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.iron_door.close
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.iron_door.open
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.iron_golem.attack
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.iron_golem.damage
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.iron_golem.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.iron_golem.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.iron_golem.repair
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.iron_golem.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.iron_trapdoor.close
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.iron_trapdoor.open
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.item_frame.add_item
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.item_frame.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.item_frame.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.item_frame.remove_item
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.item_frame.rotate_item
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.item.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.item.pickup
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.ladder.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.ladder.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.ladder.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.ladder.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.ladder.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.lantern.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.lantern.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.lantern.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.lantern.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.lantern.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.lava.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.lava.extinguish
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.lava.pop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.leash_knot.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.leash_knot.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.lever.click
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.lightning_bolt.impact
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.lightning_bolt.thunder
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.lingering_potion.throw
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.llama.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.llama.angry
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.llama.chest
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.llama.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.llama.eat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.llama.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.llama.spit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.llama.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.llama.swag
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.magma_cube.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.magma_cube.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.magma_cube.jump
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.magma_cube.squish
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.metal.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.metal.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.metal.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.metal.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.metal_pressure_plate.click_off
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.metal_pressure_plate.click_on
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.metal.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.minecart.inside
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.minecart.riding
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.mooshroom.convert
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.mooshroom.eat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.mooshroom.milk
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.mooshroom.suspicious_milk
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.mooshroom.shear
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.mule.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.mule.chest
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.mule.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.mule.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music.creative
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music.credits
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music.dragon
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music.end
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music.game
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music.menu
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music.nether
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music.under_water
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.nether_wart.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.nether_wart.plant
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.basedrum
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.bass
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.bell
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.chime
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.flute
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.guitar
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.harp
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.hat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.pling
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.snare
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.xylophone
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.iron_xylophone
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.cow_bell
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.didgeridoo
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.bit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.note_block.banjo
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ocelot.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ocelot.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.ocelot.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.painting.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.painting.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.pre_sneeze
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.sneeze
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.eat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.cant_breed
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.aggressive_ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.worried_ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.panda.bite
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.eat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.fly
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.blaze
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.creeper
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.drowned
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.elder_guardian
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.ender_dragon
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.endermite
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.evoker
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.ghast
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.guardian
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.husk
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.illusioner
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.magma_cube
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.phantom
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.pillager
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.ravager
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.shulker
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.silverfish
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.skeleton
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.slime
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.spider
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.stray
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.vex
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.vindicator
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.witch
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.wither
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.wither_skeleton
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.zombie
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.imitate.zombie_villager
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.parrot.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.phantom.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.phantom.bite
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.phantom.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.phantom.flap
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.phantom.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.phantom.swoop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.pig.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.pig.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.pig.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.pig.saddle
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.pig.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.pillager.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.pillager.celebrate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.pillager.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.pillager.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.piston.contract
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.piston.extend
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.attack.crit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.attack.knockback
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.attack.nodamage
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.attack.strong
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.attack.sweep
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.attack.weak
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.big_fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.breath
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.burp
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.hurt_drown
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.hurt_on_fire
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.hurt_sweet_berry_bush
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.levelup
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.small_fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.splash
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.splash.high_speed
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.player.swim
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.ambient_baby
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.polar_bear.warning
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.portal.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.portal.travel
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.portal.trigger
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.puffer_fish.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.puffer_fish.blow_out
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.puffer_fish.blow_up
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.puffer_fish.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.puffer_fish.flop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.puffer_fish.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.puffer_fish.sting
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.pumpkin.carve
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.rabbit.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.rabbit.attack
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.rabbit.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.rabbit.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.rabbit.jump
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:event.raid.horn
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.11
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.13
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.blocks
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.cat
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.chirp
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.far
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.mall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.mellohi
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.stal
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.strad
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.wait
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:music_disc.ward
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.redstone_torch.burnout
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.salmon.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.salmon.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.salmon.flop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.salmon.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.sand.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.sand.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.sand.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.sand.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.sand.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.scaffolding.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.scaffolding.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.scaffolding.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.scaffolding.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.scaffolding.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.sheep.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.sheep.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.sheep.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.sheep.shear
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.sheep.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.shield.block
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.shield.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.shovel.flatten
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.shulker.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.shulker_box.close
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.shulker_box.open
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.shulker_bullet.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.shulker_bullet.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.shulker.close
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.shulker.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.shulker.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.shulker.hurt_closed
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.shulker.open
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.shulker.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.shulker.teleport
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.silverfish.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.silverfish.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.silverfish.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.silverfish.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.swim
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.ambient_water
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.gallop_water
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.jump_water
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton_horse.step_water
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.skeleton.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.slime.attack
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.slime.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.slime.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.slime.jump
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.slime.squish
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.slime_block.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.slime_block.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.slime_block.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.slime_block.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.slime_block.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.magma_cube.death_small
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.magma_cube.hurt_small
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.magma_cube.squish_small
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.slime.death_small
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.slime.hurt_small
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.slime.jump_small
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.slime.squish_small
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.smoker.smoke
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.snowball.throw
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.snow.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.snow.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.snow_golem.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.snow_golem.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.snow_golem.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.snow_golem.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.snow.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.snow.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.snow.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.spider.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.spider.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.spider.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.spider.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.splash_potion.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.splash_potion.throw
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.squid.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.squid.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.squid.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.squid.squirt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.stone.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.stone_button.click_off
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.stone_button.click_on
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.stone.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.stone.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.stone.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.stone_pressure_plate.click_off
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.stone_pressure_plate.click_on
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.stone.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.stray.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.stray.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.stray.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.stray.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.sweet_berry_bush.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.sweet_berry_bush.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.sweet_berries.pick_from_bush
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:enchant.thorns.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.tnt.primed
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.totem.use
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.trident.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.trident.hit_ground
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.trident.return
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.trident.riptide_1
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.trident.riptide_2
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.trident.riptide_3
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.trident.throw
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:item.trident.thunder
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.tripwire.attach
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.tripwire.click_off
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.tripwire.click_on
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.tripwire.detach
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.tropical_fish.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.tropical_fish.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.tropical_fish.flop
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.tropical_fish.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.ambient_land
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.death_baby
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.egg_break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.egg_crack
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.egg_hatch
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.hurt_baby
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.lay_egg
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.shamble
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.shamble_baby
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.turtle.swim
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ui.button.click
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ui.loom.select_pattern
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ui.loom.take_result
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ui.cartography_table.take_result
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ui.stonecutter.take_result
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ui.stonecutter.select_recipe
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ui.toast.challenge_complete
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ui.toast.in
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:ui.toast.out
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.vex.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.vex.charge
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.vex.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.vex.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.celebrate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.no
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.trade
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.yes
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_armorer
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_butcher
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_cartographer
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_cleric
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_farmer
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_fisherman
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_fletcher
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_leatherworker
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_librarian
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_mason
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_shepherd
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_toolsmith
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.villager.work_weaponsmith
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.vindicator.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.vindicator.celebrate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.vindicator.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.vindicator.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.lily_pad.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wandering_trader.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wandering_trader.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wandering_trader.disappeared
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wandering_trader.drink_milk
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wandering_trader.drink_potion
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wandering_trader.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wandering_trader.no
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wandering_trader.reappeared
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wandering_trader.trade
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wandering_trader.yes
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.water.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:weather.rain
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:weather.rain.above
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.witch.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.witch.celebrate
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.witch.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.witch.drink
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.witch.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.witch.throw
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wither.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wither.break_block
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wither.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wither.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wither.shoot
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wither_skeleton.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wither_skeleton.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wither_skeleton.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wither_skeleton.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wither.spawn
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wolf.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wolf.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wolf.growl
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wolf.howl
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wolf.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wolf.pant
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wolf.shake
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wolf.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.wolf.whine
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wooden_door.close
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wooden_door.open
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wooden_trapdoor.close
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wooden_trapdoor.open
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wood.break
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wooden_button.click_off
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wooden_button.click_on
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wood.fall
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wood.hit
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wood.place
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wooden_pressure_plate.click_off
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wooden_pressure_plate.click_on
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:block.wood.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie.attack_wooden_door
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie.attack_iron_door
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie.break_wooden_door
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie.converted_to_drowned
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie.destroy_egg
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_horse.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_horse.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_horse.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie.infect
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_pigman.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_pigman.angry
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_pigman.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_pigman.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie.step
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.ambient
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.converted
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.cure
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.death
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.hurt
[23:47:49] [Render thread/WARN]: Missing sound for event: minecraft:entity.zombie_villager.step
[LWJGL] [23:47:49] [Render thread/INFO]: [STDERR]: Loading library: libopenal.so.1
[LWJGL] [23:47:49] [Render thread/INFO]: [STDERR]: Module: org.lwjgl.openal
[LWJGL] [23:47:49] [Render thread/INFO]: [STDERR]: Loaded from java.library.path: /data/data/com.aof.mcinabox/app_runtime/libopenal.so.1
[23:47:49] [Render thread/INFO]: OpenAL initialized.
[23:47:50] [Render thread/INFO]: Sound engine started
[23:47:51] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas
[23:47:51] [Render thread/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas
[23:47:51] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[23:47:51] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[23:47:51] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[23:47:51] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[23:47:51] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[23:47:53] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[23:47:53] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[23:47:53] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[23:48:05] [Render thread/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[23:48:05] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[23:48:05] [Render thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[23:48:05] [Render thread/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[23:48:05] [Render thread/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[23:48:05] [Server thread/INFO]: Starting integrated minecraft server version 1.15.2
[23:48:05] [Server thread/INFO]: Generating keypair
[23:48:06] [Server thread/INFO]: Found new data pack vanilla, loading it automatically
[23:48:06] [Server thread/INFO]: Reloading ResourceManager: Default

from mcinabox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.