Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- java.lang.RuntimeException: Exception in thread Thread[Thread-438,5,main] while executing task com.zhekasmirnov.horizon.runtime.task.TaskManager$1@34c68ccc
- at com.zhekasmirnov.horizon.runtime.task.TaskWatcher.onError(TaskWatcher.java:23)
- at com.zhekasmirnov.horizon.runtime.task.TaskManager$ThreadHolder$QueuedTask.run(TaskManager.java:31)
- at com.zhekasmirnov.horizon.runtime.task.TaskManager$ThreadHolder$QueuedTask.access$500(TaskManager.java:17)
- at com.zhekasmirnov.horizon.runtime.task.TaskManager$ThreadHolder$1.run(TaskManager.java:70)
- at java.lang.Thread.run(Thread.java:818)
- Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
- at com.zhekasmirnov.horizon.util.ReflectionHelper.invokeMethod(ReflectionHelper.java:60)
- at com.zhekasmirnov.horizon.launcher.pack.Pack.invokeEnvironmentClassMethod(Pack.java:295)
- at com.zhekasmirnov.horizon.launcher.pack.Pack.access$100(Pack.java:69)
- at com.zhekasmirnov.horizon.launcher.pack.Pack$3.run(Pack.java:441)
- at com.zhekasmirnov.horizon.runtime.task.TaskManager$1.run(TaskManager.java:203)
- at com.zhekasmirnov.horizon.runtime.task.TaskManager$ThreadHolder$QueuedTask.run(TaskManager.java:28)
- ... 3 more
- Caused by: java.lang.reflect.InvocationTargetException
- at java.lang.reflect.Method.invoke(Native Method)
- at java.lang.reflect.Method.invoke(Method.java:372)
- at com.zhekasmirnov.horizon.util.ReflectionHelper.invokeMethod(ReflectionHelper.java:55)
- ... 8 more
- Caused by: java.lang.UnsatisfiedLinkError: No implementation found for void com.zhekasmirnov.innercore.api.NativeAPI.setNativeWorldsPathOverride(java.lang.String) (tried Java_com_zhekasmirnov_innercore_api_NativeAPI_setNativeWorldsPathOverride and Java_com_zhekasmirnov_innercore_api_NativeAPI_setNativeWorldsPathOverride__Ljava_lang_String_2)
- at com.zhekasmirnov.innercore.api.NativeAPI.setNativeWorldsPathOverride(Native Method)
- at com.zhekasmirnov.innercore.api.NativeAPI.setWorldsPathOverride(NativeAPI.java:56)
- at com.zhekasmirnov.mcpe161.EnvironmentSetup.prepareForLaunch(EnvironmentSetup.java:83)
- ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement