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

🐛 xi_map Error: luautils::CacheLuaObjectFromFile: Load global error ... #6457

Closed
3 tasks done
justinray1982 opened this issue Nov 24, 2024 · 2 comments
Closed
3 tasks done
Labels
bug Something isn't working

Comments

@justinray1982
Copy link

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my issue will be ignored.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.

OS / platform the server is running (if known)

<-- Windows11

Branch affected by issue

xi-map connect

Steps to reproduce

map-server.log
connect-server.log

Expected behavior

These errors pop up as soon as i log in. at end of logs.
@justinray1982 justinray1982 added the bug Something isn't working label Nov 24, 2024
@justinray1982 justinray1982 changed the title 🐛 <Replace this with Bug Summary> 🐛 <xi-map and server errors> Nov 24, 2024
@claywar
Copy link
Contributor

claywar commented Nov 24, 2024

As I had stated in your previous bug report, there is no way that this is based on a clean install of this code. If you have made modifications, its on you to figure out what went wrong.

@zach2good
Copy link
Contributor

[11/24/24 00:28:49:237][map][debug] Message: Received message MSG_WORLD2MAP_REGIONAL_EVENT (21) from message server (message::parse:90)
[11/24/24 00:30:09:170][map][info] [FileWatcher] settings/main.lua (luautils::ReloadFilewatchList:420)
[11/24/24 00:30:09:170][map][info] [FileWatcher] RELOADING ALL LUA SETTINGS FILES (luautils::CacheLuaObjectFromFile:637)
[11/24/24 00:31:12:783][map][debug] Message: Received message MSG_WORLD2MAP_REGIONAL_EVENT (21) from message server (message::parse:90)
[11/24/24 00:33:09:162][map][info] [FileWatcher] scripts/globals/extravaganza.lua (luautils::ReloadFilewatchList:420)
[11/24/24 00:33:09:163][map][error] luautils::CacheLuaObjectFromFile: Load global error: scripts/globals/extravaganza.lua: error loading module 'scripts/globals/extravaganza' from file '.\scripts/globals/extravaganza.lua':
	.\scripts/globals/extravaganza.lua:10: unexpected symbol near '{'
stack traceback:
	[C]: in ?
	[C]: in function 'require'
	[string "package.loaded["scripts/globals/extravaganza"..."]:1: in main chunk (luautils::CacheLuaObjectFromFile:669)
[11/24/24 00:33:36:833][map][debug] Message: Received message MSG_WORLD2MAP_REGIONAL_EVENT (21) from message server (message::parse:90)

It looks like you're changing your main settings and the extravaganza file at runtime. This is fine, but somewhere along the way you've typo'd and this has lead to a cascade of other errors. Undo these changes and everything will work as expected.

@zach2good zach2good changed the title 🐛 <xi-map and server errors> 🐛 xi_map Error: luautils::CacheLuaObjectFromFile: Load global error ... Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants