Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. An uncaught Exception occurred on "main" thread.
  2. com.tns.NativeScriptException:
  3. Calling js method onCreateView failed
  4.  
  5. TypeError: org.nativescript.widgets.ViewHelper.setBackground is not a function
  6. File: "file:///data/data/io.luxcore.app/files/app/vendor.js, line: 67104, column: 44
  7.  
  8. StackTrace:
  9. Frame: function:'onBackgroundOrBorderPropertyChanged', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 67104, column: 45
  10. Frame: function:'View._redrawNativeBackground', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 55213, column: 23
  11. Frame: function:'View.(anonymous function)', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 55192, column: 10
  12. Frame: function:'applyAllNativeSetters', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 51998, column: 31
  13. Frame: function:'initNativeView', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 51902, column: 5
  14. Frame: function:'ViewBase.onResumeNativeUpdates', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 53011, column: 18
  15. Frame: function:'ViewBase._resumeNativeUpdates', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 52543, column: 12
  16. Frame: function:'ViewBase.onLoaded', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 52489, column: 10
  17. Frame: function:'View.onLoaded', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 54662, column: 31
  18. Frame: function:'Page.onLoaded', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 64784, column: 31
  19. Frame: function:'', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 52592, column: 20
  20. Frame: function:'ViewBase.callFunctionWithSuper', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 52581, column: 5
  21. Frame: function:'ViewBase.callLoaded', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 52591, column: 10
  22. Frame: function:'ViewBase.loadView', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 52768, column: 12
  23. Frame: function:'ViewBase._addViewCore', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 52762, column: 12
  24. Frame: function:'ViewBase._addView', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 52741, column: 10
  25. Frame: function:'FragmentCallbacksImplementation.onCreateView', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 59696, column: 13
  26. Frame: function:'FragmentClass.onCreateView', file:'file:///data/data/io.luxcore.app/files/app/vendor.js', line: 57320, column: 34
  27.  
  28.  
  29. at com.tns.Runtime.callJSMethodNative(Native Method)
  30. at com.tns.Runtime.dispatchCallJSMethodNative(Runtime.java:1116)
  31. at com.tns.Runtime.callJSMethodImpl(Runtime.java:996)
  32. at com.tns.Runtime.callJSMethod(Runtime.java:983)
  33. at com.tns.Runtime.callJSMethod(Runtime.java:967)
  34. at com.tns.Runtime.callJSMethod(Runtime.java:959)
  35. at com.tns.FragmentClass.onCreateView(FragmentClass.java:45)
  36. at android.app.Fragment.performCreateView(Fragment.java:2522)
  37. at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1298)
  38. at android.app.FragmentManagerImpl.addAddedFragments(FragmentManager.java:2426)
  39. at android.app.FragmentManagerImpl.executeOpsTogether(FragmentManager.java:2205)
  40. at android.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManager.java:2161)
  41. at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:2062)
  42. at android.app.FragmentManagerImpl$1.run(FragmentManager.java:738)
  43. at android.os.Handler.handleCallback(Handler.java:873)
  44. at android.os.Handler.dispatchMessage(Handler.java:99)
  45. at android.os.Looper.loop(Looper.java:193)
  46. at android.app.ActivityThread.main(ActivityThread.java:6669)
  47. at java.lang.reflect.Method.invoke(Native Method)
  48. at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
  49. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement