Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. * INFO: The .to_s function for type [(class Label)] probably doesn't look too helpful. Trying calling the .help function. #<Label:0x7fc8c0034dd0>
  2. Exception: ERROR:
  3. Failed to convert #<Label:0x7fc8c0034dd0> for rendering (label).
  4. Type Information: (class Label)
  5.  
  6. ERROR:
  7. Unhandled method_missing with name :size_enum, args [] was invoked on class (class Label).
  8.  
  9. self#inspect:
  10.  
  11. #<Label:0x7fc8c0034dd0>
  12.  
  13. TL;DR:
  14.  
  15. The method named "size_enum" doesn't exist on (class Label).
  16.  
  17.  
  18. ERROR:
  19. Exporting the game state failed:
  20.  
  21. Export exception: ERROR:
  22. Unhandled method_missing with name :serialize, args [] was invoked on class (class Label).
  23.  
  24. self#inspect:
  25.  
  26. #<Label:0x7fc8c0034dd0>
  27.  
  28. TL;DR:
  29.  
  30. The method named "serialize" doesn't exist on (class Label).
  31. .
  32.  
  33. Original comments: Exception: ERROR:
  34. Failed to convert #<Label:0x7fc8c0034dd0> for rendering (label).
  35. Type Information: (class Label)
  36.  
  37. ERROR:
  38. Unhandled method_missing with name :size_enum, args [] was invoked on class (class Label).
  39.  
  40. self#inspect:
  41.  
  42. #<Label:0x7fc8c0034dd0>
  43.  
  44. TL;DR:
  45.  
  46. The method named "size_enum" doesn't exist on (class Label).
  47.  
  48.  
  49. .
  50.  
  51. If the export exception above looks confusing, you should let DragonRuby know about this error.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement