-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property '0' of undefined #183
Comments
I'm getting the same problem on MacOS. Any suggestions? It looks like the code is trying to open a font file or something, is it possible the font isn't available everywhere?
|
Bump. Getting the same error. No apparent reason found yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, i am getting this error while creating a build using this plugin
C:\cocos\NewProject\packages\creator-luacpp-support\core\parser\Utils.js:138
Uncaught TypeError: Cannot read property '0' of undefined
at Object.get_font_path_by_uuid (C:\cocos\NewProject\packages\creator-luacpp-support\core\parser\Utils.js:138:73)
at Label.parse_properties (C:\cocos\NewProject\packages\creator-luacpp-support\core\parser\Label.js:52:34)
at Object.create_node (C:\cocos\NewProject\packages\creator-luacpp-support\core\parser\Utils.js:300:11)
at Sprite.parse_child (C:\cocos\NewProject\packages\creator-luacpp-support\core\parser\Node.js:204:31)
at Sprite. (C:\cocos\NewProject\packages\creator-luacpp-support\core\parser\Node.js:169:22)
at Array.forEach (native)
at Sprite.parse_children (C:\cocos\NewProject\packages\creator-luacpp-support\core\parser\Node.js:168:39)
at Sprite.parse_properties (C:\cocos\NewProject\packages\creator-luacpp-support\core\parser\Node.js:152:14)
at Sprite.parse_properties (C:\cocos\NewProject\packages\creator-luacpp-support\core\parser\Sprite.js:11:15)
at Object.create_node (C:\cocos\NewProject\packages\creator-luacpp-support\core\parser\Utils.js:300:11)
The text was updated successfully, but these errors were encountered: