Skip to content
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

dyld: Symbol not found: _lua_newuserdata #93

Closed
brandondrew opened this issue Oct 21, 2021 · 1 comment
Closed

dyld: Symbol not found: _lua_newuserdata #93

brandondrew opened this issue Oct 21, 2021 · 1 comment

Comments

@brandondrew
Copy link

I'm not 100% certain that this is a new bug, but it appears to be.

I followed the fixes for #51 and I got this:

$ qlmanage -p /Users/brandon/Code/Rails/portal/postcss.config.js
Testing Quick Look preview with files:
	/Users/brandon/Code/Rails/portal/postcss.config.js
dyld: lazy symbol binding failed: Symbol not found: _lua_newuserdata
  Referenced from: /usr/local/bin/highlight
  Expected in: /usr/local/opt/lua/lib/liblua.5.3.dylib

dyld: Symbol not found: _lua_newuserdata
  Referenced from: /usr/local/bin/highlight
  Expected in: /usr/local/opt/lua/lib/liblua.5.3.dylib

dyld: lazy symbol binding failed: Symbol not found: _lua_newuserdata
  Referenced from: /usr/local/bin/highlight
  Expected in: /usr/local/opt/lua/lib/liblua.5.3.dylib

dyld: Symbol not found: _lua_newuserdata
  Referenced from: /usr/local/bin/highlight
  Expected in: /usr/local/opt/lua/lib/liblua.5.3.dylib

2021-10-21 16:06:53.909 qlmanage[7807:38634] QLColorCode: colorize.sh failed with exit code 101.  Command was ('/Users/brandon/Library/QuickLook/QLColorCode.qlgenerator/Contents/Resources/colorize.sh' '/Users/brandon/Library/QuickLook/QLColorCode.qlgenerator/Contents/Resources' '/Users/brandon/Code/Rails/portal/postcss.config.js' 0).
2021-10-21 16:06:54.233 qlmanage[7807:38634] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x6807, name = 'com.apple.coredrag'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2021-10-21 16:06:54.304 qlmanage[7807:38634] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x14623, name = 'com.apple.tsm.portname'
See /usr/include/servers/bootstrap_defs.h for the error codes.

I don't see anything wrong with the steps I took to fix the previous problem, but forgive me if I missed something.

@brandondrew
Copy link
Author

Reinstalling according to these directions fixed the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant