Advertisement
Guest User

Untitled

a guest
Mar 4th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. org.mozilla.javascript.WrappedException: Wrapped java.lang.IllegalArgumentException: The requested block texture bin_top:0 does not exist (PocketDecoration v5.0 by TheViictor.js#120)
  2. at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Unknown Source)
  3. at org.mozilla.javascript.MemberBox.invoke(Unknown Source)
  4. at org.mozilla.javascript.FunctionObject.call(Unknown Source)
  5. at org.mozilla.javascript.Interpreter.interpretLoop(Unknown Source)
  6. at script(PocketDecoration v5.0 by TheViictor.js:120)
  7. at org.mozilla.javascript.Interpreter.interpret(Unknown Source)
  8. at org.mozilla.javascript.InterpretedFunction.call(Unknown Source)
  9. at org.mozilla.javascript.ContextFactory.doTopCall(Unknown Source)
  10. at org.mozilla.javascript.ScriptRuntime.doTopCall(Unknown Source)
  11. at org.mozilla.javascript.InterpretedFunction.exec(Unknown Source)
  12. at net.zhuoweizhang.mcpelauncher.ScriptManager.initJustLoadedScript(ScriptManager.java:261)
  13. at net.zhuoweizhang.mcpelauncher.ScriptManager$ParseThread.run(ScriptManager.java:187)
  14. at java.lang.Thread.run(Thread.java:818)
  15. Caused by: java.lang.IllegalArgumentException: The requested block texture bin_top:0 does not exist
  16. at net.zhuoweizhang.mcpelauncher.ScriptManager.verifyBlockTextures(ScriptManager.java:1409)
  17. at net.zhuoweizhang.mcpelauncher.ScriptManager.access$1900(ScriptManager.java:55)
  18. at net.zhuoweizhang.mcpelauncher.ScriptManager$NativeBlockApi.defineBlockImpl(ScriptManager.java:3545)
  19. at net.zhuoweizhang.mcpelauncher.ScriptManager$NativeBlockApi.defineBlock(ScriptManager.java:3513)
  20. at java.lang.reflect.Method.invoke(Native Method)
  21. at java.lang.reflect.Method.invoke(Method.java:372)
  22. ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement