Skip to content

Instantly share code, notes, and snippets.

@pusewicz
Created September 6, 2019 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pusewicz/cab8a06f31fe212359f7c0b655cef805 to your computer and use it in GitHub Desktop.
Save pusewicz/cab8a06f31fe212359f7c0b655cef805 to your computer and use it in GitHub Desktop.
* INFO: The .to_s function for type [(class Label)] probably doesn't look too helpful. Trying calling the .help function. #<Label:0x7fc8c0034dd0>
Exception: ERROR:
Failed to convert #<Label:0x7fc8c0034dd0> for rendering (label).
Type Information: (class Label)
ERROR:
Unhandled method_missing with name :size_enum, args [] was invoked on class (class Label).
self#inspect:
#<Label:0x7fc8c0034dd0>
TL;DR:
The method named "size_enum" doesn't exist on (class Label).
ERROR:
Exporting the game state failed:
Export exception: ERROR:
Unhandled method_missing with name :serialize, args [] was invoked on class (class Label).
self#inspect:
#<Label:0x7fc8c0034dd0>
TL;DR:
The method named "serialize" doesn't exist on (class Label).
.
Original comments: Exception: ERROR:
Failed to convert #<Label:0x7fc8c0034dd0> for rendering (label).
Type Information: (class Label)
ERROR:
Unhandled method_missing with name :size_enum, args [] was invoked on class (class Label).
self#inspect:
#<Label:0x7fc8c0034dd0>
TL;DR:
The method named "size_enum" doesn't exist on (class Label).
.
If the export exception above looks confusing, you should let DragonRuby know about this error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment