Advertisement
Guest User

nupg_error_sulo

a guest
Sep 23rd, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. DoesNotUnderstandError:reportError
  2.         arg this = <instance of DoesNotUnderstandError>
  3.     Nil:handleError
  4.         arg this = nil
  5.         arg error = <instance of DoesNotUnderstandError>
  6.     Thread:handleError
  7.         arg this = <instance of Thread>
  8.         arg error = <instance of DoesNotUnderstandError>
  9.     Object:throw
  10.         arg this = <instance of DoesNotUnderstandError>
  11.     Object:doesNotUnderstand
  12.         arg this = nil
  13.         arg selector = 'at'
  14.         arg args = [*1]
  15.     CVPreset:set
  16.         arg this = <instance of CVInterpolator>
  17.         arg index = 1.0
  18.         var preset = nil
  19.     < FunctionDef in Method NuPG_GUI_Control:build >  (no arguments or variables)
  20.     < FunctionDef in Method NuPG_GUI_Control:build >
  21.         var copy = nil
  22.     Button:doAction
  23.         arg this = <instance of Button>
  24.         arg modifiers = 0
  25.     Button:prDoAction
  26.         arg this = <instance of Button>
  27.         arg mods = 0
  28. ^^ ERROR: Message 'at' not understood.
  29. RECEIVER: nil
  30.  
  31.  
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement