Advertisement
Bot213123

Untitled

Feb 19th, 2021
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. java.lang.RuntimeException: Exception in thread Thread[Thread-438,5,main] while executing task com.zhekasmirnov.horizon.runtime.task.TaskManager$1@34c68ccc
  2. at com.zhekasmirnov.horizon.runtime.task.TaskWatcher.onError(TaskWatcher.java:23)
  3. at com.zhekasmirnov.horizon.runtime.task.TaskManager$ThreadHolder$QueuedTask.run(TaskManager.java:31)
  4. at com.zhekasmirnov.horizon.runtime.task.TaskManager$ThreadHolder$QueuedTask.access$500(TaskManager.java:17)
  5. at com.zhekasmirnov.horizon.runtime.task.TaskManager$ThreadHolder$1.run(TaskManager.java:70)
  6. at java.lang.Thread.run(Thread.java:818)
  7. Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
  8. at com.zhekasmirnov.horizon.util.ReflectionHelper.invokeMethod(ReflectionHelper.java:60)
  9. at com.zhekasmirnov.horizon.launcher.pack.Pack.invokeEnvironmentClassMethod(Pack.java:295)
  10. at com.zhekasmirnov.horizon.launcher.pack.Pack.access$100(Pack.java:69)
  11. at com.zhekasmirnov.horizon.launcher.pack.Pack$3.run(Pack.java:441)
  12. at com.zhekasmirnov.horizon.runtime.task.TaskManager$1.run(TaskManager.java:203)
  13. at com.zhekasmirnov.horizon.runtime.task.TaskManager$ThreadHolder$QueuedTask.run(TaskManager.java:28)
  14. ... 3 more
  15. Caused by: java.lang.reflect.InvocationTargetException
  16. at java.lang.reflect.Method.invoke(Native Method)
  17. at java.lang.reflect.Method.invoke(Method.java:372)
  18. at com.zhekasmirnov.horizon.util.ReflectionHelper.invokeMethod(ReflectionHelper.java:55)
  19. ... 8 more
  20. 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)
  21. at com.zhekasmirnov.innercore.api.NativeAPI.setNativeWorldsPathOverride(Native Method)
  22. at com.zhekasmirnov.innercore.api.NativeAPI.setWorldsPathOverride(NativeAPI.java:56)
  23. at com.zhekasmirnov.mcpe161.EnvironmentSetup.prepareForLaunch(EnvironmentSetup.java:83)
  24. ... 11 more
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement